
14 Apr
2011
14 Apr
'11
11:08 p.m.
"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.