Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!wuarchive!zaphod.mps.ohio-state.edu!ncar!gatech!bloom-beacon!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!quiche!utility From: utility@cs.mcgill.ca (Ronald BODKIN) Newsgroups: comp.lang.lisp.x Subject: signals in XLISP Message-ID: <1991Feb13.201943.20045@cs.mcgill.ca> Date: 13 Feb 91 20:19:43 GMT Sender: news@cs.mcgill.ca (Netnews Administrator) Organization: SOCS, McGill University, Montreal, Canada Lines: 8 Does anyone have any ideas on making XLISP handle asynchronous events, i.e. how can one have a signal routine execute an xlisp form and then return control to a previously executing one? I'm interested in something like having a timer set a signal few seconds, and executing code to handle this situation. Ron p.s. by signal I mean the ANSI-C type of signal