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
"David J. Neu" djneu@acm.org writes:
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"
Yay, that's when you just test for the more complex cases...
Fixed in CVS. Thanks for the report!
-T.
On Sun, Sep 16, 2007 at 12:25:30AM +0200, Tobias C. Rittweiler wrote:
"David J. Neu" djneu@acm.org writes:
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"
Yay, that's when you just test for the more complex cases...
Fixed in CVS. Thanks for the report!
-T.
Just cvs up-ed and it works as expected - thanks!
Cheers, David