Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!labrea!aurora!ames!sdcsvax!ucsdhub!hp-sdd!hplabs!hplabsz!mayer From: mayer@hplabsz.HPL.HP.COM (Niels Mayer) Newsgroups: comp.emacs Subject: Re: question/buggestion about gnuemacs' call-process Message-ID: <708@hplabsz.HPL.HP.COM> Date: Sat, 22-Aug-87 20:10:40 EDT Article-I.D.: hplabsz.708 Posted: Sat Aug 22 20:10:40 1987 Date-Received: Sun, 23-Aug-87 15:02:02 EDT References: <698@hplabsz.HPL.HP.COM> Reply-To: mayer@hplabsz.UUCP (Niels Mayer) Organization: Hewlett-Packard Laboratories Lines: 12 Forget about that last question. I figured out how to get the equivalent of having call-process return exit status by starting the process with start-process and using a process-sentinel to tell me the exit status when the process finishes. In addition, the process now runs as if it were in the background, which is even better since gnuemacs doesn't freeze while the process is running. Many thanks to Dale Worley for his response to Ashwin Ram's query about processes... his pointer to set-process-sentinel is exactly the hint I needed. -- Niels.