From: Richard M. Stallman Date: Sun, 14 Jul 2002 15:24:03 +0000 (+0000) Subject: Say that output from asynch subprocesses of a compiler may be lost. X-Git-Tag: ttn-vms-21-2-B4~14145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=266e712ee52914a025530af26c3392e07611ad6b;p=emacs.git Say that output from asynch subprocesses of a compiler may be lost. --- diff --git a/man/building.texi b/man/building.texi index e3dc047ded3..8b39257c22d 100644 --- a/man/building.texi +++ b/man/building.texi @@ -113,6 +113,10 @@ that is running. recompile}. This automatically reuses the compilation command from the last invocation of @kbd{M-x compile}. + Emacs does not expect a compiler to launch asynchronous +subprocesses; if it does, and they keep running after the main +compiler process has terminated, their output may not arrive in Emacs. + @node Grep Searching @section Searching with Grep under Emacs