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:
parent
92eeeafc54
commit
266e712ee5
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue