contrib/slime-repl.el: (slime-repl-disonnect) rename to slime-repl-disonnect-all. (slime-repl-disonnect): disconnect only the currnet connection.
Stas Boukarev stassats@gmail.com writes:
contrib/slime-repl.el: (slime-repl-disonnect) rename to slime-repl-disonnect-all. (slime-repl-disonnect): disconnect only the currnet connection.
Here is an updated patch: slime.el: slime-disconnect renamed to slime-disconnect-all. (slime-disconnect): new function for disconnecting one connection.
contrib/slime-repl: added test case for slime-repl-disconnect.
Stas Boukarev stassats@gmail.com writes:
Stas Boukarev stassats@gmail.com writes:
contrib/slime-repl.el: (slime-repl-disonnect) rename to slime-repl-disonnect-all. (slime-repl-disonnect): disconnect only the currnet connection.
Here is an updated patch: slime.el: slime-disconnect renamed to slime-disconnect-all. (slime-disconnect): new function for disconnecting one connection.
contrib/slime-repl: added test case for slime-repl-disconnect.
Thanks. It's slightly extended in CVS.
-T.
"Tobias C. Rittweiler" tcr@freebits.de writes:
Stas Boukarev stassats@gmail.com writes:
Stas Boukarev stassats@gmail.com writes:
contrib/slime-repl.el: (slime-repl-disonnect) rename to slime-repl-disonnect-all. (slime-repl-disonnect): disconnect only the currnet connection.
Here is an updated patch: slime.el: slime-disconnect renamed to slime-disconnect-all. (slime-disconnect): new function for disconnecting one connection.
contrib/slime-repl: added test case for slime-repl-disconnect.
Thanks. It's slightly extended in CVS.
You left tcr:debugmsg in the code.