Path: utzoo!mnetor!uunet!husc6!bloom-beacon!athena.mit.edu!kypelton From: kypelton@athena.mit.edu (Kyle G. Peltonen) Newsgroups: comp.emacs Subject: Background GnuLisp Procedures Message-ID: <4569@bloom-beacon.MIT.EDU> Date: 12 Apr 88 18:04:53 GMT Sender: daemon@bloom-beacon.MIT.EDU Reply-To: kgp@brokaw.lcs.mit.edu (Kyle G. Peltonen) Followup-To: comp.emacs Distribution: comp.emacs Organization: Massachusetts Institute of Technology Lines: 10 Keywords: Lisp backgound I am writing some GnuEmacs Lisp procedures which I would like to run in the background, thus allowing user I/O to be processed in normal emacs fashion while the lisp procedure is still running. Normally, emacs appears to postpone processing of input until the current task is done. Has anyone else run into a similar situation or know of a solution? Thanks in advance. - Kyle kgp@brokaw.lcs.mit.edu