Discussion:
Emacs / Slime problem
Didier Verna
2018-12-05 09:07:30 UTC
Permalink
Hello,

I have a fresh Debian 9 system, with the provided Emacs24 package, most
recent SBCL, ASDF, and Slime from their respective repositories. SBCL
has been compiled with --fancy.

Swank loses its connection to Emacs, with the following log (error
message: invalid number of arguments: 5). I cannot make anything out of
it, so I would appreciate any suggestion.

FTR, I also have this line in .swank.lisp (although I don't remember why
or when I added it):
(pushnew 'try-compile-file-with-asdf *compile-file-for-emacs-hook*)


Thanks !
Stas Boukarev
2018-12-05 09:42:02 UTC
Permalink
SBCL has a problem with slime-presentation-streams, make sure you're not
loading it.
Post by Didier Verna
Hello,
I have a fresh Debian 9 system, with the provided Emacs24 package, most
recent SBCL, ASDF, and Slime from their respective repositories. SBCL
has been compiled with --fancy.
Swank loses its connection to Emacs, with the following log (error
message: invalid number of arguments: 5). I cannot make anything out of
it, so I would appreciate any suggestion.
FTR, I also have this line in .swank.lisp (although I don't remember why
(pushnew 'try-compile-file-with-asdf *compile-file-for-emacs-hook*)
Thanks !
--
Resistance is futile. You will be jazzimilated.
Lisp, Jazz, Aïkido: http://www.didierverna.info
Didier Verna
2018-12-05 09:49:36 UTC
Permalink
Post by Stas Boukarev
SBCL has a problem with slime-presentation-streams, make sure you're
not loading it.
That was it, thanks! Is it a problem with recent SBCL? It works fine
on my Mac, but I only have sbcl 1.4.11 there, not 1.4.14.
--
Resistance is futile. You will be jazzimilated.

Lisp, Jazz, Aïkido: http://www.didierverna.info
Stas Boukarev
2018-12-05 11:13:44 UTC
Permalink
Post by Didier Verna
Post by Stas Boukarev
SBCL has a problem with slime-presentation-streams, make sure you're
not loading it.
Is it a problem with recent SBCL?
Yes.

Loading...