[slime-cvs] CVS slime/contrib

CVS User trittweiler trittweiler at common-lisp.net
Sun Mar 1 18:46:45 UTC 2009


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

Modified Files:
	swank-arglists.lisp ChangeLog 
Log Message:
	* swank-arglists.lisp (variable-desc-for-echo-area): Print
	values of special variables with ~S, not with ~A.


--- /project/slime/cvsroot/slime/contrib/swank-arglists.lisp	2009/02/27 21:38:20	1.29
+++ /project/slime/cvsroot/slime/contrib/swank-arglists.lisp	2009/03/01 18:46:45	1.30
@@ -496,7 +496,7 @@
                 (*print-length* 10) (*print-lines* 1))
 	    (call/truncated-output-to-string 
 	     75 (lambda (s)
-		  (format s "~A => ~A" sym (symbol-value sym)))))))))
+		  (format s "~A => ~S" sym (symbol-value sym)))))))))
 
 (defun decode-required-arg (arg)
   "ARG can be a symbol or a destructuring pattern."
--- /project/slime/cvsroot/slime/contrib/ChangeLog	2009/02/27 21:39:32	1.184
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2009/03/01 18:46:45	1.185
@@ -1,3 +1,8 @@
+2009-02-28  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-arglists.lisp (variable-desc-for-echo-area): Print
+	values of special variables with ~S, not with ~A.
+
 2009-02-27  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* swank-arglists.lisp (read-conversatively-for-autodoc): Make it





More information about the slime-cvs mailing list