[slime-devel] Fuzzy Completion on <tab>
Chris Kim
chrisk414 at hotmail.com
Thu Apr 14 22:21:44 UTC 2011
Hi guys,
Do you know how to enable fuzzy completion bind on <tab> key on both slime
and REPL buffer?
It seems REPL need be enabled separately.
<tab> would be the most intuitive key but naively setting it below would
cause conflict with normal tab functionality, i.e. indentation.
(define-key slime-mode-map (kbd "<tab>") 'slime-fuzzy-complete-symbol)
I would be nice to enable the completion only at the end of the word.
Thanks for your help in advance.
-chris
More information about the slime-devel
mailing list