Post #2659765
2026-05-16 00:37 UTC
@chiply@fosstodon.org
@jackdaniel@functional.cafe (McCLIM's current lead developer) do you have a word on this? I.e. making a new derived accepting-values-pane for incremental completing reads, like the emacs minibuffer ?
#commonLisp #McCLIM #icr
Replies (1)
-
@jackdaniel@functional.cafe 2026-05-16 05:46
@screwlisp@gamerplus.org @chiply@fosstodon.org I've recently overhauled the completion framework and added some documentation here: https://mcclim.common-lisp.dev/static/manual/mcclim.html#Using-completions partial completers are part of CLIM and I've also implemented fuzzy and apropos variants. it works in the interactor, accept and when you use complete-input. currently not integrated with accepting values text fields. #mcclim