[slime-devel] Emacs error when quitting Slime

Ivan Boldyrev boldyrev+nospam at cgitftp.uiggm.nsc.ru
Fri Jul 23 07:16:39 UTC 2004


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

Violets are red, Roses are blue. //
I'm schizophrenic, And so am I.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20040723/847539f8/attachment.sig>


More information about the slime-devel mailing list