[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: listener package and event handlers
- To: djskrien@COLBY.edu, info-mcl@cambridge.apple.com
- Subject: Re: listener package and event handlers
- From: Ranson <ranson@lannion.cnet.fr>
- Date: 24 Jul 91 08:05:00 GMT
- Cc: ranson@lannion.cnet.fr
- X400-received: by /PRMD=inria/ADMD=atlas/C=FR/; Relayed; 24 Jul 91 08:05:42+0200
- X400-received: by /PRMD=CNET/ADMD=ATLAS/C=FR/; Relayed; 24 Jul 91 08:05:00 GMT
SET-WINDOW-PACKAGE is useful only wqhen the contents of the Fred buffer are
evaluated. Probably not what you want.
Package functions or macros like IN-PACKAGE change the current package, but if
it is executed while loading a file, the old current package will be restored
at the end of the load. I don't see a way to change the current package this
way.
If you want to always start MCL in the same package, launch MCL, type the
IN-PACKAGE form you want (after loading the package definition), and use
SAVE-APPLICATION to make a copy of MCL with these settings.
Daniel Ranson (ranson@lannion.cnet.fr)