SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions
Yemen, National Day

SlimeCompleteLocals

Last edit

Summary: Minor fixes to make it a lil' bit more in line with the usual EW conventions.

Changed:

< The source code is at GitHub: http://github.com/joodie/slime-complete-locals
< Refs: CompanyMode, CategoryCompletion, SlimeMode, CommonLisp, ClojureMode.

to

> The source code is at !GitHub: http://github.com/joodie/slime-complete-locals
> ----
> CompanyMode CategoryCompletion SlimeMode CommonLisp ClojureMode


slime-complete-locals extends slime-complete-symbol to scan symbols that are used in the current top-level form for completion candidates. This means you get completion on function arguments, let bindings and anything else nearby that looks like it might be useful, in addition to the usual global defs that the lisp image provides.

It’s currently a bit basic in standard SLIME, since it only works on slime-simple-complete-symbol, but CompanyMode (with slime-company) is fully supported too.

The source code is at GitHub: http://github.com/joodie/slime-complete-locals


CompanyMode CategoryCompletion SlimeMode CommonLisp ClojureMode