Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!atha!aunro!alberta!brazeau.ucs.ualberta.ca!unixg.ubc.ca!ubc-cs!mprgate.mpr.ca!manderso From: manderso@mpr.ca (Mark Anderson) Newsgroups: comp.emacs Subject: Re: process exit status Message-ID: <1991Jun4.174918.17528@mprgate.mpr.ca> Date: 4 Jun 91 17:49:18 GMT References: Sender: news@mprgate.mpr.ca Reply-To: manderso@mprgate.mpr.ca (Mark Anderson) Distribution: comp Organization: MPR Teltech Ltd., Burnaby, B.C., Canada Lines: 8 Buehring@Intellection.COM writes: >I need the process exit status before the elisp can continue with How about... process-exit-status: Return the exit status of PROCESS or the signal number that killed it. If PROCESS has not yet exited or died, return 0.