[slime-cvs] CVS update: slime/swank.lisp

Douglas Crosher dcrosher at common-lisp.net
Fri Oct 14 18:05:44 UTC 2005


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

Modified Files:
	swank.lisp 
Log Message:
o *canonical-package-nicknames*: use lowercase symbols to name the packages.
  This supports CL implementations with lowercase default symbol names, such
  as Scieneer Common Lisp, while still being compatible with ANSI-CL.

Date: Fri Oct 14 20:05:43 2005
Author: dcrosher

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.344 slime/swank.lisp:1.345
--- slime/swank.lisp:1.344	Tue Oct 11 00:25:51 2005
+++ slime/swank.lisp	Fri Oct 14 20:05:43 2005
@@ -64,7 +64,7 @@
   "The KEYWORD package.")
 
 (defvar *canonical-package-nicknames*
-  '(("COMMON-LISP-USER" . "CL-USER"))
+  '((:common-lisp-user . :cl-user))
   "Canonical package names to use instead of shortest name/nickname.")
 
 (defvar *auto-abbreviate-dotted-packages* t




More information about the slime-cvs mailing list