[slime-cvs] CVS slime

CVS User trittweiler trittweiler at common-lisp.net
Mon Mar 29 14:30:59 UTC 2010


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv20656

Modified Files:
	ChangeLog swank.lisp 
Log Message:
	* swank.lisp (connection-info): Use princ-to-string rather than
	prin1-to-string as the latter may barf if *print-readably* is nil.


--- /project/slime/cvsroot/slime/ChangeLog	2010/03/27 02:07:57	1.2046
+++ /project/slime/cvsroot/slime/ChangeLog	2010/03/29 14:30:59	1.2047
@@ -1,3 +1,8 @@
+2010-03-29  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* swank.lisp (connection-info): Use princ-to-string rather than
+	prin1-to-string as the latter may barf if *print-readably* is nil.
+
 2010-03-27  Stas Boukarev  <stassats at gmail.com>
 
 	* slime.el (slime-check-location-buffer-name-sanity): Less duplication,
--- /project/slime/cvsroot/slime/swank.lisp	2010/03/19 12:32:30	1.705
+++ /project/slime/cvsroot/slime/swank.lisp	2010/03/29 14:30:59	1.706
@@ -1733,7 +1733,7 @@
       :encoding (:coding-system ,(connection.coding-system c)
                  ;; external-formats are totally implementation-dependent,
                  ;; so better play safe.
-                 :external-format ,(prin1-to-string
+                 :external-format ,(princ-to-string
                                     (connection.external-format c)))
       :lisp-implementation (:type ,(lisp-implementation-type)
                             :name ,(lisp-implementation-type-name)





More information about the slime-cvs mailing list