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.
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
Does SLIME require special deinstallation procedure? I simply delete directory `slime' and download new one from cvs.
Can be wrong emacs version responible for this (GNU Emacs 21.3.1)?
regards, szymon.
xur@wp.pl writes:
Does SLIME require special deinstallation procedure? I simply delete directory `slime' and download new one from cvs.
No, there is no special procedure.
After an CVS update you should remove bytecompiled slime.elc files. Lisp files are automatically recompiled.
Can be wrong emacs version responible for this (GNU Emacs 21.3.1)?
I see the bug too. It was reintroduced a few days ago. I fixed it again in the latest version.
Many thanks for the report!
Helmut.