diff man/building.texi @ 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 f5ac68c7cc15
children 6be0f6ca3d49
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