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