[slime-cvs] CVS slime
CVS User trittweiler
trittweiler at common-lisp.net
Sat Feb 14 17:01:53 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv28777
Modified Files:
ChangeLog
Log Message:
* slime.el (slime-reader-conditionals-regexp): New variable. Taken
from `slime-forward-reader-conditional'.
(slime-pretty-package-name): Fix modeline display for buffer
containing forms like (in-package "#+foo :A #-foo :B"). Also do
not call `read' on the name; the function does not need to return
a symbol, and `read' may choke on non-elisp syntax.
--- /project/slime/cvsroot/slime/ChangeLog 2009/02/14 12:33:36 1.1681
+++ /project/slime/cvsroot/slime/ChangeLog 2009/02/14 17:01:52 1.1682
@@ -1,3 +1,12 @@
+2009-02-14 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el (slime-reader-conditionals-regexp): New variable. Taken
+ from `slime-forward-reader-conditional'.
+ (slime-pretty-package-name): Fix modeline display for buffer
+ containing forms like (in-package "#+foo :A #-foo :B"). Also do
+ not call `read' on the name; the function does not need to return
+ a symbol, and `read' may choke on non-elisp syntax.
+
2009-02-14 Helmut Eller <heller at common-lisp.net>
Don't signal conditions in interrupt handler to
More information about the slime-cvs
mailing list