Re: slime + clisp + emacs: server disconnects

Stas Boukarev <[email protected]> Tue, 23 Jul 2019 20:33:46 +0300
Newsgroups gmane.lisp.slime.devel
Message-ID <CAF63=13DAU__G+QEeA+bLFPGFKLjqgTo75zMyYZOz1DNe3M69Q@mail.gmail.com>
On Tue, Jul 23, 2019 at 8:29 PM Stuart Little <[email protected]> wrote:
>
> On Tue, Jul 23, 2019 at 06:49:50PM +0200, Pascal Bourguignon wrote:
> >
> > > On 23 Jul 2019, at 15:29, Stuart Little <[email protected]> wrote:
> > >
> > > Running M-x slime in emacs with 'inferior-lisp-program' set to 'clisp' starts slime fine. I can usually run one evaluation (like say (+ 2 3)), whereupon any other action (pressing 'enter', say) will result in a disconnect:
> > >
> > > Lisp connection closed unexpectedly: connection broken by remote peer
> > >
> >
> >
> > Add a ~/.swank.lisp file with a line such as:
> >
> > #+clisp (defparameter swank:*use-dedicated-output-stream*  nil)
> >
>
> This did not change anything in the slime+clisp behavior I described.

It already defaults to NIL.