Re: CLISP EMACS SWANK remote connection crash

Vladimir Sedach <[email protected]> Thu, 05 Sep 2019 16:40:55 -0700
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
> What I do see, as mentioned previously, is that if I remove , (setq
> slime-contribs '(slime-repl)) or (add-to-list 'slime-contribs 'slime-repl)
> , from, .emacs , then the error handling disconnections do not happen.
> Putting either of those slime-contribs back in (which seems to deliver more
> features to the  ring-buffer functions) does cause the disconnection when
> error handling [for an incorrect form].  That is not  major thing to not
> have - the ring buffer works for the session but history is lost between
> sessions without those forms in, .emacs - and perhaps the 'solution' for
> now is to do without.

slime-repl was the whole point of SLIME, and was only moved into the
optional contrib library in 2008 (I think the rationale was making
SLIME work for different Lisp dialects). I would not even consider
using SLIME without slime-repl (my configuration uses slime-fancy,
which includes slime-repl).

If you change your mind and want to debug the issue, the slime-devel
mailing list should have some people with advice on how to debug
SWANK:
https://mailman.common-lisp.net/listinfo/slime-devel

Vladimir


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