Greetings!
When I quit Slime with comma and 'quit', Emacs shows error message:
error in process sentinel: Connection closed.
Backtrace:
Debugger entered--Lisp error: (error "Connection closed.") signal(error ("Connection closed.")) error("Connection closed.") (cond ((null conn) (error "Not connected.")) ((not ...) (error "Connection closed.")) (t conn)) (let ((conn ...)) (cond (... ...) (... ...) (t conn))) slime-connection() (eq (slime-connection) slime-default-connection) (and (slime-connected-p) (eq (slime-connection) slime-default-connection)) (if (and (slime-connected-p) (eq ... slime-default-connection)) (progn (setq slime-state-name name) (force-mode-line-update))) (when (and (slime-connected-p) (eq ... slime-default-connection)) (setq slime-state-name name) (force-mode-line-update)) slime-set-state("[not connected]") slime-net-sentinel(#<process SLIME Lisp> "exited abnormally with code 256\n")
It is not fatal, but annoying. I tried to hack the code myself, but I still do not understand full code, so I am afraid to break something.
Ivan Boldyrev boldyrev+nospam@cgitftp.uiggm.nsc.ru writes:
When I quit Slime with comma and 'quit', Emacs shows error message:
error in process sentinel: Connection closed.
Same here with ,sayoonara: GNU Emacs 20.7.2, SLIME CVS sources updated a few hours ago, CMUCL 19a-pre3 on Debian Woody.
Paolo
Paolo Amoroso amoroso@mclink.it writes:
Ivan Boldyrev boldyrev+nospam@cgitftp.uiggm.nsc.ru writes:
When I quit Slime with comma and 'quit', Emacs shows error message:
error in process sentinel: Connection closed.
Same here with ,sayoonara: GNU Emacs 20.7.2, SLIME CVS sources updated a few hours ago, CMUCL 19a-pre3 on Debian Woody.
Hours ago?! What are you, an old lady?
;-)
Luke Gorrie luke@bluetail.com writes:
Paolo Amoroso amoroso@mclink.it writes:
[...]
Same here with ,sayoonara: GNU Emacs 20.7.2, SLIME CVS sources updated a few hours ago, CMUCL 19a-pre3 on Debian Woody.
Hours ago?! What are you, an old lady?
No more :)
Paolo "SLIME-CVS-head-or-bust" Amoroso
Ivan Boldyrev boldyrev+nospam@cgitftp.uiggm.nsc.ru writes:
When I quit Slime with comma and 'quit', Emacs shows error message:
error in process sentinel: Connection closed.
Thanks for the good report. Fixed now.
This was actually worse than it looked - it could lead to various sorts of annoying spurious errors after a connection is closed.
-Luke
On 8814 day of my life Luke Gorrie wrote:
Ivan Boldyrev boldyrev+nospam@cgitftp.uiggm.nsc.ru writes:
When I quit Slime with comma and 'quit', Emacs shows error message:
error in process sentinel: Connection closed.
Thanks for the good report. Fixed now.
Thank you, works OK! :)