[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Mon May 10 13:54:00 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv11811

Modified Files:
	ChangeLog 
Log Message:

Date: Mon May 10 09:54:00 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.371 slime/ChangeLog:1.372
--- slime/ChangeLog:1.371	Sat May  8 15:01:05 2004
+++ slime/ChangeLog	Mon May 10 09:54:00 2004
@@ -1,3 +1,20 @@
+2004-05-10  Luke Gorrie  <luke at bluetail.com>
+
+	* swank.lisp (from-string): Bind *READ-SUPPRESS* to NIL.
+	(swank-compiler): Bind a restart to abort compilation but still
+	report the compiler messages already trapped.
+	(string-to-package-designator): Function that uses READ to
+	case-convert package names.
+	(apropos-list-for-emacs): Use it.
+
+	* slime.el (slime-eval-with-transcript): Don't print the "=>"
+	prefix in messages showing evaluation results. It mucks up
+	alignment in multi-line messages.
+	(sldb-eval-in-frame): Don't print "==>" prefix on evaluation
+	results, for the same reason.
+	(slime-show-source-location): Move the point to the source
+	location in addition to highlighting the matching parens.
+
 2004-05-08  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* swank-cmucl.lisp (find-definitions): Add support for variables





More information about the slime-cvs mailing list