[slime-devel] [PATCH] Fuzzy Completion cleanup
Tobias C. Rittweiler
tcr at freebits.de
Mon Feb 26 20:13:24 UTC 2007
Hi,
the attached patch cleans up parts of the relevant code for fuzzy
completion in swank.lisp.
There are two user visible changes:
i) The flags in the *Fuzzy Completions* buffer (indicating if the
respective symbol is boundp, fboundp, represeting a class, macro
&c) are now extended by the "p" flag indicating the there exists a
package accessible via that symbol.
ii) the symbols in the *Fuzzy Completions* are now sorted
alphabetically before sorted by their score. From my ChangeLog
entry:
Affects especially the list of all possible completions when the
user hits fuzzy-completion on an empty string within Emacs; also
makes the potential limitness of the listed completions clearer
to the end user of SLIME.
Stay tuned,
-T.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fuzzy-completion-cleanup.diff
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20070226/0164ca87/attachment.ksh>
More information about the slime-devel
mailing list