Hi,
Did something recently change in the tab completion behavior at the REPL?
In order for completion to find a symbol in the current package I need to prefix it with the (current) package name.
Many thanks!
Cheers, David
* David Neu [2008-12-26 17:47+0100] writes:
Hi,
Did something recently change in the tab completion behavior at the REPL?
The only recent change is that the REPL is now in contrib/ and not loaded by default. For completion in the REPL, you can either load the slime-repl contrib or inferior-slime (which installs some SLIME commands in the *inferior-lisp* buffer).
Helmut.
Hi Helmut,
I'm still getting the behavior I mentioned, i.e. I need to prefix a symbol with its package name in order to get completion to work.
The slime entries in my .emacs are similar those shown on Bill Clementson's Blog at http://bc.tech.coop/blog/070927.html.
It looks like slime-fancy should load slime-repl, and fuzzy completion should work.
Any suggestions?
Cheers, David
On Sat, Dec 27, 2008 at 1:57 AM, Helmut Eller heller@common-lisp.net wrote:
- David Neu [2008-12-26 17:47+0100] writes:
Hi,
Did something recently change in the tab completion behavior at the REPL?
The only recent change is that the REPL is now in contrib/ and not loaded by default. For completion in the REPL, you can either load the slime-repl contrib or inferior-slime (which installs some SLIME commands in the *inferior-lisp* buffer).
Helmut.
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
BTW, if I do a
cvs checkout -D '2008-12-23' slime
it works for me.
On Sat, Dec 27, 2008 at 10:39 AM, David Neu david@davidneu.com wrote:
Hi Helmut,
I'm still getting the behavior I mentioned, i.e. I need to prefix a symbol with its package name in order to get completion to work.
The slime entries in my .emacs are similar those shown on Bill Clementson's Blog at http://bc.tech.coop/blog/070927.html.
It looks like slime-fancy should load slime-repl, and fuzzy completion should work.
Any suggestions?
Cheers, David
On Sat, Dec 27, 2008 at 1:57 AM, Helmut Eller heller@common-lisp.net wrote:
- David Neu [2008-12-26 17:47+0100] writes:
Hi,
Did something recently change in the tab completion behavior at the REPL?
The only recent change is that the REPL is now in contrib/ and not loaded by default. For completion in the REPL, you can either load the slime-repl contrib or inferior-slime (which installs some SLIME commands in the *inferior-lisp* buffer).
Helmut.
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel