David Vazquez davazp@es.gnu.org writes:
Hello,
Currently I am using slime to hack a remote lisp process using the swank server with the parameter :dont-close to T. However, when I am typing commands at repl, if I use `, quit' the lisp process ends.
I know it is a documented thing, but I think `slime-repl-quit' should not request to quit the inferior process. It should be done by swank if DONT-CLOSE is NIL. Otherwise we should close emacs buffers by hand if we want to keep alive the swank connection, I think.
I would like if a patch for this would be wise. Thanks in advance.
David.
You should use ,disconnect. Though, currently it disconnects all connections, that's another issue: http://article.gmane.org/gmane.lisp.slime.devel/8528