[slime-devel] Fuzzy completion
Brian Downing
bdowning at lavos.net
Tue Jun 22 02:14:40 UTC 2004
On Mon, Jun 21, 2004 at 08:13:02PM -0500, Brian Downing wrote:
> Here it is with documentation, finally.
And here is a quick manual entry. Customization is not discussed yet,
but the variables involved aren't exported yet either.
-bcd
--
*** Brian Downing <bdowning at lavos dot net>
-------------- next part --------------
Index: slime.texi
===================================================================
RCS file: /project/slime/cvsroot/slime/doc/slime.texi,v
retrieving revision 1.12
diff -u -r1.12 slime.texi
--- slime.texi 27 Apr 2004 21:25:00 -0000 1.12
+++ slime.texi 22 Jun 2004 02:12:07 -0000
@@ -549,6 +549,15 @@
available in @SLIME{}, and the default differs from normal Emacs
completion. @xref{Emacs-side customization}.
+ at kbditem{C-c M-i, slime-fuzzy-complete-symbol}
+Lets you choose from a list of likely completions for an abbreviation
+at point. This is a third completion method that is completely
+different than the ones used in @command{slime-complete-symbol}. It
+attempts to complete a symbol all at once, instead of in pieces. For
+example, ``mvb'' will find ``@code{multiple-value-bind}'' and
+``norm-df'' will find
+``@code{least-positive-normalized-double-float}''.
+
@kbditem{SPC, slime-space}
The space key inserts a space and also looks up and displays the
argument list for the function at point, if there is one.
More information about the slime-devel
mailing list