aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-07-14 15:24:03 +0000
committerRichard M. Stallman <[email protected]>2002-07-14 15:24:03 +0000
commit266e712ee52914a025530af26c3392e07611ad6b (patch)
tree197d0b2cc856f17b5524ee51562c9f0708316eb6 /man
parent92eeeafc5446063e2c8fbdc5fdd0a6866e421058 (diff)
Say that output from asynch subprocesses of a compiler may be lost.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi
index e3dc047ded..8b39257c22 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