Attached is a patch that, along with completer.el from ILISP, adds partial ILISP-style symbol completion to SLIME.
Zach
xach@xach.com writes:
Attached is a patch that, along with completer.el from ILISP, adds partial ILISP-style symbol completion to SLIME.
Beautiful and committed.
I also picked up a copy of completer.el from ILISP and checked that in. It's one below the latest revision (the latest isn't stand-alone). If you use both SLIME and ILISP, it's probably best to put ILISP in your load-path first.
I'll ask on their mailing list about what the right thing to do is.
Cheers, Luke
Luke Gorrie lgorrie@nortelnetworks.com writes:
xach@xach.com writes:
Attached is a patch that, along with completer.el from ILISP, adds partial ILISP-style symbol completion to SLIME.
Beautiful and committed.
One caveat: completion is really slow on Emacs20. From `elp' it looks like a CPU-busy loop while `slime-eval' blocks, but I'm not certain. It seems to work fine on Emacs 21 and XEmacs.
It's past my bedtime so I can't debug it further now - sorry Helmut :-)
(Very nice looking CVS commits over the past few minutes!)
Cheers, Luke