On Tue, Jul 23, 2019 at 8:29 PM Stuart Little achirvasub@gmail.com wrote:
On Tue, Jul 23, 2019 at 06:49:50PM +0200, Pascal Bourguignon wrote:
On 23 Jul 2019, at 15:29, Stuart Little achirvasub@gmail.com 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.