[Openmcl-devel] Changing the default package
Ron Garret
ron at flownet.com
Thu Mar 13 21:08:19 PDT 2014
I would like to change the default package, i.e. the package that is in place when a new listener is spawned or a new window is opened. The following seems to work:
(CCL::DEF-STANDARD-INITIAL-BINDING *package* my-package)
(setf (symbol-value-in-process '*package* ccl::*initial-process*) my-package)
but this second thing in particular feels fraught with peril. If I change the value of *package* in the initial process, will that screw things up? Is there some other way of achieving what I want?
Thanks,
rg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20140313/15e782e3/attachment.bin>
More information about the Openmcl-devel
mailing list