emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/building.texi


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Thu, 02 Sep 2004 05:41:27 -0400

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.38 emacs/man/building.texi:1.39
*** emacs/man/building.texi:1.38        Fri Aug 27 23:28:06 2004
--- emacs/man/building.texi     Thu Sep  2 09:36:35 2004
***************
*** 204,209 ****
--- 204,217 ----
  buffer and finds no more error messages to visit, it fails and signals
  an Emacs error.
  
+   You don't have to be in the compilation buffer in order to use
+ @code{next-error}.  If one window on the selected frame can be the
+ target of the @code{next-error} call, it is used.  Else, if a buffer
+ previously had @code{next-error} called on it, it is used.  Else,
+ if the current buffer can be the target of @code{next-error}, it is
+ used.  Else, all the buffers Emacs manages are tried for
+ @code{next-error} support.
+ 
    @kbd{C-u C-x `} starts scanning from the beginning of the compilation
  buffer.  This is one way to process the same set of errors again.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]