Hello list, I'm having some problems after an upgrade of both SBCL and Slime from CVS. It seems it does not look up argument-lists any more, as it used to when pressing space. This is a great feature and I really miss it. :)
My `.emacs'-file has been stripped, and looks like this:
(setq inferior-lisp-program "sbcl") (add-to-list 'load-path "~/programming/lisp/slime") (require 'slime) (slime-setup)
I'm using Ubuntu Breezy, with the default GNU Emacs (21.4.1) that installs with that distro.
I'm thinking I might have forgotten to check something that might be causing this - any ideas?
-- Mvh, Lars Rune Nøstdal http://lars.nostdal.org/
I'm seeing this with ACL as well, must be an update to SLIME.
Sometimes it displays the arguments in a really nice way, with highlights and everything, and other times it displays nothing at all.
On Mar 28, 2006, at 7:35 PM, Lars Rune Nøstdal wrote:
Hello list, I'm having some problems after an upgrade of both SBCL and Slime from CVS. It seems it does not look up argument-lists any more, as it used to when pressing space. This is a great feature and I really miss it. :)
Joel Reymont joelr1@gmail.com writes:
I'm seeing this with ACL as well, must be an update to SLIME.
Sometimes it displays the arguments in a really nice way, with highlights and everything, and other times it displays nothing at all.
Joel, can you try current SLIME CVS and see if it is still broken for you?
Matthias,
On Mar 28, 2006, at 10:23 PM, Matthias Koeppe wrote:
Joel, can you try current SLIME CVS and see if it is still broken for you?
Is it supposed to work at the REPL as well? I can't remember but it now works in the buffer but does not work at the REPL.
Thanks, Joel
"Lars Rune Nøstdal" larsnostdal@gmail.com writes:
I'm having some problems after an upgrade of both SBCL and Slime from CVS. It seems it does not look up argument-lists any more, as it used to when pressing space. This is a great feature and I really miss it.
Fixed in CVS.