[slime-devel] [PATCH] slime-quit-lisp from a non-default connection

Richard M Kreuter kreuter at progn.net
Tue Jul 22 14:34:33 UTC 2008


Hi,

slime-quit-lisp gets an error in slime-connection when quitting from a
slime-repl buffer associated with a connection other than the default.  

To reproduce:

(1) make one slime connection,

(2) make another slime connection,

(3) switch to the first connection's slime-repl buffer,

(4) use ,q<RET>.

The error isn't terribly serious, but it leaves *inferior-lisp* buffers
behind, which can be annoying in some modes of usage.

I think the trouble is that slime-quit-lisp is killing something too
early, but I'm not certain.  Whatever the cause, the attached patch
seems to make the error go away, at least for my setup.

Thanks,
RmK

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: slime.diff
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20080722/1c54bac8/attachment.ksh>


More information about the slime-devel mailing list