[slime-cvs] CVS slime

mkoeppe mkoeppe at common-lisp.net
Tue Mar 28 20:44:33 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv1702

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***

--- /project/slime/cvsroot/slime/ChangeLog	2006/03/28 04:38:45	1.875
+++ /project/slime/cvsroot/slime/ChangeLog	2006/03/28 20:44:33	1.876
@@ -1,5 +1,11 @@
 2006-03-28  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
 
+	* swank.lisp (multiple-value-or): New macro.
+
+	* slime.el (slime-recently-visited-buffer): Ignore internal
+	buffers (starting with a space), to avoid selecting the
+	*slime-fontify* buffer.  Reported by Andreas Fuchs.
+
 	* slime.el (slime-enclosing-operator-names): Handle forms similar
 	to make-instance (make-condition, error, etc.), to get extra
 	keywords based on the condition class.
@@ -8,7 +14,7 @@
 	to make-instance (make-condition, error, etc.)
 	(extra-keywords/make-instance): New function.
 	(extra-keywords): Specialize on operators make-condition, error,
-	signal, warn, cerror.
+	signal, warn, cerror.  Use multiple-value-or.
 
 2006-03-27  Marco Baringer  <mb at bese.it>
 




More information about the slime-cvs mailing list