
xur@wp.pl writes:
---------------------------------------------------------------------- | SLIME + CMUCL: | ---------------------------------------------------------------------- | CL-USER> (setf *package* (make-package 'foo :use '(common-lisp))) | #<The FOO package, 0/9 internal, 0/9 external> | | CL-USER> *package* | #<The COMMON-LISP-USER package, 2/9 internal, 0/9 external> ***-------
----------------------------------------------------------------------
Using the latest SLIME? It works for me in CMU18E: USER> (setf *package* (make-package 'foo :use '(common-lisp))) #<The FOO package, 0/9 internal, 0/9 external> FOO> This used to be broken but should be fixed since 01-Nov-2003. -Luke