[slime-devel] Problem with Slime and packages
Michael Weber
michaelw+slime at foldr.org
Mon Feb 2 15:51:36 UTC 2004
* Gary King <gwking at cs.umass.edu> [2004-02-02T10:35-0500]:
> Is there a way to change packages in the SLIME REPL. If I do:
>
> CL-USER> (in-package eksl-builder)
> #<Package "EKSL-BUILDER">
> CL-USER> *package*
> #<Package "COMMON-LISP-USER">
> CL-USER>
CL-USER> (in-package :swank)
#<PACKAGE "SWANK">
SWANK> (in-package :cl)
#<PACKAGE "COMMON-LISP">
CL>
Works for me. I am running a fairly recent SLIME, though.
Cheers,
Michael
More information about the slime-devel
mailing list