Re: CLISP EMACS SWANK remote connection crash

Vladimir Sedach <[email protected]> Tue, 03 Sep 2019 21:07:42 -0700
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
> * If any one reading can provide me with a link/instructions to obtain the
> latest 'bleeding edge'  version for CLISP, I will attempt using that and
> see if anything might fix ? *

The CLISP source code repository is at:

https://gitlab.com/gnu-clisp/clisp

I built mine with these configure options (--with-module=asdf seems
to be important to get ASDF3 to load properly later):

./configure --with-module=asdf --with-module=rawsock

> If adding in the following to .emacs (at the bottom of the above listing)
> ie. just following instructions, then the unexpected disconnection happens
> again if a form is entered producing an error.  The REPL however now does
> have all the code completion functions and ring buffer working:
>
> (setq slime-contribs '(slime-repl))

The error you posted (SOCKET:SOCKET-STATUS on #<INPUT
STRING-INPUT-STREAM> is illegal) seems like it might be coming from
SLIME, particularly the debugger part of SWANK.

I have slime-20190724.1352 from ELPA, and CLISP built from source
(master at commit dd4036936 from 2019-07-01) on Debian, and the
debugger works without error.

One of the things you can try is getting the latest SLIME from ELPA,
or from the source code repository: https://github.com/slime/slime

Vladimir


_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list