[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Without-interrupts and event-handling
- To: info-mcl@ministry.cambridge.apple.com
- Subject: Re: Without-interrupts and event-handling
- From: uhbecker@cip.informatik.uni-erlangen.de (Ulrich Becker)
- Date: Thu, 14 Apr 1994 11:03:50 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: Student Pool, CSD, University of Erlangen, Germany
- References: <ghfBsIa00WB6IcZV8X@andrew.cmu.edu>
Hi!
I think the standard way to keep event-handling enabled is not calling
your function directly from the view-click-event-handler, but to
use eval-enque to queue up your function call. This will have the same
effect as calling it from the listener. (See the MCL-documentation for
eval-enqueue)
Hope this helps
Ulrich