[slime-devel] Re: (newbie) problem with packages under slime+cmucl (bug?)

Luke Gorrie luke at bluetail.com
Fri Jan 9 16:13:17 UTC 2004


xur at 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






More information about the slime-devel mailing list