diff options
| author | Juri Linkov | 2004-09-02 09:36:35 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-09-02 09:36:35 +0000 |
| commit | 15658fd8e861639267f655e7b29ae55beb93d4e3 (patch) | |
| tree | 55affbdd97d9db9a5266a126a5a85658e38d2330 | |
| parent | a14cb2558532ededa58b904b3309208bcbcf84ea (diff) | |
| download | emacs-15658fd8e861639267f655e7b29ae55beb93d4e3.tar.gz emacs-15658fd8e861639267f655e7b29ae55beb93d4e3.zip | |
(Compilation Mode): Add a paragraph about rules
for finding the compilation buffer for `next-error'.
| -rw-r--r-- | man/building.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi index 85240003eec..b3d4659a402 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -204,6 +204,14 @@ commands advance from there. When @kbd{C-x `} gets to the end of the | |||
| 204 | buffer and finds no more error messages to visit, it fails and signals | 204 | buffer and finds no more error messages to visit, it fails and signals |
| 205 | an Emacs error. | 205 | an Emacs error. |
| 206 | 206 | ||
| 207 | You don't have to be in the compilation buffer in order to use | ||
| 208 | @code{next-error}. If one window on the selected frame can be the | ||
| 209 | target of the @code{next-error} call, it is used. Else, if a buffer | ||
| 210 | previously had @code{next-error} called on it, it is used. Else, | ||
| 211 | if the current buffer can be the target of @code{next-error}, it is | ||
| 212 | used. Else, all the buffers Emacs manages are tried for | ||
| 213 | @code{next-error} support. | ||
| 214 | |||
| 207 | @kbd{C-u C-x `} starts scanning from the beginning of the compilation | 215 | @kbd{C-u C-x `} starts scanning from the beginning of the compilation |
| 208 | buffer. This is one way to process the same set of errors again. | 216 | buffer. This is one way to process the same set of errors again. |
| 209 | 217 | ||