Message-Id: <200006251642.TAA01765@mailgw1.netvision.net.il> Date: Sun, 25 Jun 2000 19:43:12 +0200 To: djgpp AT delorie DOT com X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" In-reply-to: (message from Damian Yerrick on Sun, 25 Jun 2000 15:32:56 GMT) Subject: Re: Make file wildcards References: <3953D200 DOT 897086E1 AT pacbell DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Damian Yerrick > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 25 Jun 2000 15:32:56 GMT > > >On Fri, 23 Jun 2000, Wesel wrote: > > > >> but I'm afraid to > >> try to redirect Emacs to do something like 'command.com /c' > > > >And rightfully so: you would lose the async subprocesses support. > > Couldn't it run them in a thread? I'm not sure I follow you, because I think threads are irrelevant to the problem at hand. The real difficulty with running DOS programs from NTEmacs is how to redirect their standard handles to a pipe that stretches between two VMs, and how to kill the DOS program when the user types e.g. "M-x kill-compilation RET" in the process buffer. Think about it: how would you force a process in another VM exit when it doesn't want to?