Arc Forumnew | comments | leaders | submitlogin
1 point by eds 6310 days ago | link | parent

Mind letting us in on how to get autocomplete to work with emacs and slime? (Or is there howto for it somewhere?)


1 point by jmatt 6308 days ago | link

Sure.

Meta-TAB -> slime-complete-symbol

and

C-c M-i -> slime-fuzzy-complete-symbol

It can be found in the manual here:

http://common-lisp.net/project/slime/doc/html/Programming-He...

Also you can access documentation including the common lisp hyperspec:

http://common-lisp.net/project/slime/doc/html/Documentation....

It's an uphill battle to figure it out the first time but it gets easier.

-----