]> code.delx.au - gnu-emacs/commitdiff
(Compilation Mode): Clarification.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Sep 2006 17:16:07 +0000 (17:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Sep 2006 17:16:07 +0000 (17:16 +0000)
(Grep Searching): Add xref to Compilation Mode.

man/ChangeLog
man/building.texi

index 29e86a400a7d637f0bc8cd9eca5034b2ace7bb8a..9980175fe56504355c76c4434339bcfeae8139ce 100644 (file)
@@ -1,4 +1,9 @@
-2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
+2006-09-11  Richard Stallman  <rms@gnu.org>
+
+       * building.texi (Compilation Mode): Clarification.
+       (Grep Searching): Add xref to Compilation Mode.
+
+2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
        mails with pop3-leave-mail-on-server.  Fix wording.
index 01cdf88fe395360b8468c2314b98f29382786d55..451246ae55de1e6c3eb050cee063832bb0a173bd 100644 (file)
@@ -210,9 +210,9 @@ click @kbd{Mouse-2} on the error message; you need not switch to the
 backquote or ``grave accent,'' not the single-quote.  This command is
 available in all buffers, not just in @samp{*compilation*}; it
 displays the next error message at the top of one window and source
-location of the error in another window.  It also momentarily
-highlights the relevant source line.  You can change the behavior of
-this highlighting with the variable @code{next-error-highlight}.
+location of the error in another window.  It also temporarily
+highlights the relevant source line, for a period controlled by the
+variable @code{next-error-highlight}.
 
   The first time @w{@kbd{C-x `}} is used after the start of a compilation,
 it moves to the first error's location.  Subsequent uses of @kbd{C-x
@@ -335,9 +335,11 @@ Emacs.
 @section Searching with Grep under Emacs
 
   Just as you can run a compiler from Emacs and then visit the lines
-with compilation errors, you can also run @code{grep} and
-then visit the lines on which matches were found.  This works by
-treating the matches reported by @code{grep} as if they were ``errors.''
+with compilation errors, you can also run @code{grep} and then visit
+the lines on which matches were found.  This works by treating the
+matches reported by @code{grep} as if they were ``errors.''  The
+buffer of matches uses Grep mode, which is a variant of Compilation
+mode (@pxref{Compilation Mode}).
 
 @table @kbd
 @item M-x grep