changeset 46362:36ac28961e4f

Say that output from asynch subprocesses of a compiler may be lost.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Jul 2002 15:24:03 +0000
parents a3acca116f2f
children bf7784999bbd
files man/building.texi
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Sun Jul 14 14:06:58 2002 +0000
+++ b/man/building.texi	Sun Jul 14 15:24:03 2002 +0000
@@ -113,6 +113,10 @@
 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