Elektrine lite

← Feed

@screwlisp@gamerplus.org

Post #2659762

2026-05-15 01:35 UTC

@chiply@fosstodon.org 4/3 though to your question, on the pane (stream) side of things, there is basically the extended stream family https://www.lispworks.com/documentation/lw80/clim/clim-ch10-3.htm though aside from the default interactor-pane, accepting-values-pane s are this whole big topic. The interaction is in general not really like a minibuffer. For example, depending on what you are trying to accept you might get a radio-button or checkbox accepting-values-pane (which might pop out a new window or already have a plane in your frame).

Replies (1)

  • @screwlisp@gamerplus.org 2026-05-15 01:39

    @chiply@fosstodon.org 5/3 I believe there isn't a canonical way to get from dont to songs-including-the-word-donut-somewhere like your example. I could include a personal collection of spelling mistakes on the left side of my alist to things-I-was-trying-to-write on the right side, but it would still not be fuzzy matching. I guess I could use :test myfuzzyequal on the alist actually, which I did write but ended up not using.

    Open ##2659763