
Great!! You gave me an idea and found slime-fuzzy-indent-and-complete-symbol which is exactly what I want. Thanks a lot! -chris -----원본 메시지----- From: Stas Boukarev Sent: Friday, April 15, 2011 8:08 AM To: Chris Kim Cc: slime-devel@common-lisp.net Subject: Re: [slime-devel] Fuzzy Completion on "Chris Kim" <chrisk414@hotmail.com> writes:
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. Try slime-indent-and-complete-symbol instead.
-- With best regards, Stas.