From didier at lrde.epita.fr Wed Dec 5 09:07:30 2018 From: didier at lrde.epita.fr (Didier Verna) Date: Wed, 05 Dec 2018 10:07:30 +0100 Subject: Emacs / Slime problem Message-ID: 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 ! -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: slime.log URL: -------------- next part -------------- -- Resistance is futile. You will be jazzimilated. Lisp, Jazz, Aïkido: http://www.didierverna.info From stassats at gmail.com Wed Dec 5 09:42:02 2018 From: stassats at gmail.com (Stas Boukarev) Date: Wed, 5 Dec 2018 12:42:02 +0300 Subject: Emacs / Slime problem In-Reply-To: References: Message-ID: SBCL has a problem with slime-presentation-streams, make sure you're not loading it. On Wed, Dec 5, 2018 at 12:38 PM Didier Verna wrote: > > 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 ! > > > -- > Resistance is futile. You will be jazzimilated. > > Lisp, Jazz, Aïkido: http://www.didierverna.info > -------------- next part -------------- An HTML attachment was scrubbed... URL: From didier at lrde.epita.fr Wed Dec 5 09:49:36 2018 From: didier at lrde.epita.fr (Didier Verna) Date: Wed, 05 Dec 2018 10:49:36 +0100 Subject: Emacs / Slime problem In-Reply-To: (Stas Boukarev's message of "Wed, 5 Dec 2018 12:42:02 +0300") References: Message-ID: Stas Boukarev wrote: > 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 From stassats at gmail.com Wed Dec 5 11:13:44 2018 From: stassats at gmail.com (Stas Boukarev) Date: Wed, 5 Dec 2018 14:13:44 +0300 Subject: Emacs / Slime problem In-Reply-To: References: Message-ID: On Wed, Dec 5, 2018 at 12:49 PM Didier Verna wrote: > Stas Boukarev wrote: > > > SBCL has a problem with slime-presentation-streams, make sure you're > > not loading it. > > Is it a problem with recent SBCL? > Yes. -------------- next part -------------- An HTML attachment was scrubbed... URL: