[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Thu Feb 21 20:49:31 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv767/contrib
Modified Files:
ChangeLog
Log Message:
Having the `slime-presentations' contrib enabled, (princ 10)
resulted in "1010" rather than "10\n10". (This also caused a
regression in the `repl-test' test case.)
* swank-presentations.lisp (present-repl-results): Emit fresh-line
as the original SEND-REPL-RESULTS-TO-EMACS does.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/02/20 22:05:24 1.93
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/02/21 20:49:31 1.94
@@ -1,3 +1,12 @@
+2008-02-21 Tobias C. Rittweiler <tcr at freebits.de>
+
+ Having the `slime-presentations' contrib enabled, (princ 10)
+ resulted in "1010" rather than "10\n10". (This also caused a
+ regression in the `repl-test' test case.)
+
+ * swank-presentations.lisp (present-repl-results): Emit fresh-line
+ as the original SEND-REPL-RESULTS-TO-EMACS does.
+
2008-02-18 Helmut Eller <heller at common-lisp.net>
Update Kawa backend to the changed inspector protocol.
More information about the slime-cvs
mailing list