[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Mon Oct 30 16:25:09 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv30090
Modified Files:
ChangeLog
Log Message:
--- /project/slime/cvsroot/slime/ChangeLog 2006/10/30 14:57:48 1.992
+++ /project/slime/cvsroot/slime/ChangeLog 2006/10/30 16:25:09 1.993
@@ -1,7 +1,19 @@
2006-10-30 Marco Baringer <mb at bese.it>
+ * swank.lisp (*dont-close*): New variable.
+ (defpackage :swank): Export *dont-close*.
+ (start-server, create-server): Use *dont-close* as the default
+ value of the :dont-close parameter.
+ (connection-info): Send the wire-protocol-version (supplied by the
+ swank-version.el file) to slime when connecting.
+ (wire-protocol-version): New function.
+
* slime.el (slime-global-variable-name-regexp): New variable.
- (slime-global-variable-name-p): Use slime-global-variable-name-regexp.
+ (slime-global-variable-name-p): Use
+ slime-global-variable-name-regexp.
+ ("swank-version"): Load swank-version.el to get the wire protocol
+ version.
+ (slime-set-connection-info): Check the wire protocol version.
2006-10-30 Helmut Eller <heller at common-lisp.net>
More information about the slime-cvs
mailing list