Hi,
I see in contrib/ChangeLog that there have been changes made to the fuzzy completion code.
Now, when using fuzzy completion on
CL-USER> app => Can't find completion for "app"
CL-USER> (common-lisp:app => list of fuzzy matches, e.g. apply, append, etc.
I suspect this has something to do with FUZZY-FIND-MATCHING-PACKAGES.
Is there a way to get a list of fuzzy matches w/out prefixing the symbol with a package name?
Thanks!
Cheers, David