1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Say that output from asynch subprocesses of a compiler may be lost.

This commit is contained in:
Richard M. Stallman 2002-07-14 15:24:03 +00:00
parent 92eeeafc54
commit 266e712ee5

View file

@ -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