[slime-cvs] CVS slime
CVS User trittweiler
trittweiler at common-lisp.net
Tue Feb 24 16:51:46 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv2548
Modified Files:
ChangeLog
Log Message:
`M-x slime-format-string-expand' displays the expansion of a
format string.
* slime.el (slime-string-at-point) New.
(slime-string-at-point-or-error): New.
(slime-format-string-expand): New; use them.
* swank-backend.lisp (format-string-expand): New interface.
* swank.lisp (swank-format-string-expand): New; use it.
--- /project/slime/cvsroot/slime/ChangeLog 2009/02/17 09:03:41 1.1683
+++ /project/slime/cvsroot/slime/ChangeLog 2009/02/24 16:51:46 1.1684
@@ -1,3 +1,15 @@
+2009-02-22 2009-02-14 Tobias C. Rittweiler <tcr at freebits.de>
+
+ `M-x slime-format-string-expand' displays the expansion of a
+ format string.
+
+ * slime.el (slime-string-at-point) New.
+ (slime-string-at-point-or-error): New.
+ (slime-format-string-expand): New; use them.
+
+ * swank-backend.lisp (format-string-expand): New interface.
+ * swank.lisp (swank-format-string-expand): New; use it.
+
2009-02-17 Helmut Eller <heller at common-lisp.net>
* swank.lisp (dispatch-event [:emacs-rex]): Reply a :invalid-rpc
More information about the slime-cvs
mailing list