(Compilation): Document "M-x recompile".
This commit is contained in:
parent
beb0990f3b
commit
9ee31341f7
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,9 @@ compilation errors occurred.
|
|||
@item M-x compile
|
||||
Run a compiler asynchronously under Emacs, with error messages going to
|
||||
the @samp{*compilation*} buffer.
|
||||
@item M-x recompile
|
||||
Invoke a compiler with the same command as in the last invocation of
|
||||
@kbd{M-x compile}.
|
||||
@item M-x grep
|
||||
Run @code{grep} asynchronously under Emacs, with matching lines
|
||||
listed in the buffer named @samp{*grep*}.
|
||||
|
@ -105,6 +108,11 @@ compilation, as only one can exist at any time. However, @kbd{M-x
|
|||
compile} asks for confirmation before actually killing a compilation
|
||||
that is running.
|
||||
|
||||
@findex recompile
|
||||
To rerun the last compilation with the same command, type @kbd{M-x
|
||||
recompile}. This automatically reuses the compilation command from the
|
||||
last invocation of @kbd{M-x compile}.
|
||||
|
||||
@node Grep Searching
|
||||
@section Searching with Grep under Emacs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue