comparison 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
comparison
equal deleted inserted replaced
46361:a3acca116f2f 46362:36ac28961e4f
110 110
111 @findex recompile 111 @findex recompile
112 To rerun the last compilation with the same command, type @kbd{M-x 112 To rerun the last compilation with the same command, type @kbd{M-x
113 recompile}. This automatically reuses the compilation command from the 113 recompile}. This automatically reuses the compilation command from the
114 last invocation of @kbd{M-x compile}. 114 last invocation of @kbd{M-x compile}.
115
116 Emacs does not expect a compiler to launch asynchronous
117 subprocesses; if it does, and they keep running after the main
118 compiler process has terminated, their output may not arrive in Emacs.
115 119
116 @node Grep Searching 120 @node Grep Searching
117 @section Searching with Grep under Emacs 121 @section Searching with Grep under Emacs
118 122
119 @findex grep 123 @findex grep