[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: listener package and event handlers
- To: info-mcl
- Subject: Re: listener package and event handlers
- From: duthen@ircam.fr (Jacques Duthen)
- Date: 26 Jul 91 10:02:59 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: IRCAM, Paris (France)
- References: <9107231337.AA01570@host0.COLBY.EDU>
- Sender: Jacques.Duthen
- Summary: Use eval-enqueue
In article <9107231337.AA01570@host0.COLBY.EDU> djskrien@COLBY.EDU (Dale J. Skrien) writes:
> Is there a way to cause
> the listener to act as if I had typed in the in-package command
> without my actually having to type it into the listener?
Put into your file the command:
(CCL:eval-enqueue '(in-package "P"))
[jack]
PS: I've not tried with MCL 2.0