From 266e712ee52914a025530af26c3392e07611ad6b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Jul 2002 15:24:03 +0000 Subject: [PATCH] Say that output from asynch subprocesses of a compiler may be lost. --- man/building.texi | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5