[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Fri Aug 31 22:40:31 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
	Added extended arglist display for EVAL-WHEN, viz:

	  (eval-when (:compile-toplevel :load-toplevel :execute) &body body)

	Notice that completion works as expected on these keywords.

	* swank-arglist (arglist-dispatch): New method for EVAL-WHEN.
	(print-arglist): Print keywords with PRIN1 rather than PRINC,
	to get a result as shown above for the EVAL-WHEN case.
	(completions-for-keyword): Add support for &ANY args.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2007/08/31 22:17:52	1.20
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2007/08/31 22:40:31	1.21
@@ -2,10 +2,12 @@
 
 	Added extended arglist display for EVAL-WHEN, viz:
 
-	  (eval-when (:compile-toplevel :load-toplevel :execute) &body body)
+	  (eval-when (&any :compile-toplevel :load-toplevel :execute) &body body)
 
 	Notice that completion works as expected on these keywords.
 
+	Die, EVAL-ALWAYS, die!
+
 	* swank-arglist (arglist-dispatch): New method for EVAL-WHEN.
 	(print-arglist): Print keywords with PRIN1 rather than PRINC,
 	to get a result as shown above for the EVAL-WHEN case.




More information about the slime-cvs mailing list