Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!UDCVM.BITNET!MHICKEY From: MHICKEY@UDCVM.BITNET.UUCP Newsgroups: comp.emacs Subject: Re: MicroEMACS 3.8b Message-ID: <8703151357.AA01334@jade.berkeley.edu> Date: Sat, 14-Mar-87 10:45:28 EST Article-I.D.: jade.8703151357.AA01334 Posted: Sat Mar 14 10:45:28 1987 Date-Received: Sun, 15-Mar-87 23:43:36 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 8 Those of you who recompile uEMACS with MSC4.0 will have to modify SPAWN.C. The system() function IS supplied in the runtime library and should be used. As it comes, system() gets redefined to invoke the spanwlp() function {spanwlp (P_WAIT, a, NULL)} which doesn't get you what you want UNLESS a is an executable image. /Mike