[slime-devel] (newbie) problem with packages under slime+cmucl (bug?)
xur at wp.pl
xur at wp.pl
Fri Jan 9 10:17:39 UTC 2004
Hi.
----------------------------------------------------------------------
CMUCL:
----------------------------------------------------------------------
* lisp
CMU Common Lisp CVS snapshot 2003-11, running on darkstar
With core: /7/CMUCL/lib/cmucl/lib/lisp.core
Dumped on: Sat, 2003-11-01 17:18:38+01:00 on lorien.users.earthlink.net
See <http://www.cons.org/cmucl/> for support information.
Loaded subsystems:
Python 1.1, target Intel x86
CLOS based on Gerd's PCL 2003/06/18 09:23:09
* (setf *package* (make-package 'foo :use '(common-lisp)))
#<The FOO package, 0/9 internal, 0/9 external>
* *package*
#<The FOO package, 0/9 internal, 0/9 external> ***--------------------
|
---------------------------------------------------------------------- |
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> ***-------
----------------------------------------------------------------------
regards, szymon.
More information about the slime-devel
mailing list