diff options
| author | Eli Zaretskii | 2000-12-31 11:00:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-12-31 11:00:30 +0000 |
| commit | 09e58ba64fe544c7192770a4f7341908f6130a08 (patch) | |
| tree | 790a88c44dd92e4e09b662b937c5f7f3360e0c47 | |
| parent | d279f62098be26a9e5ae55d02844d2e708e29e66 (diff) | |
| download | emacs-09e58ba64fe544c7192770a4f7341908f6130a08.tar.gz emacs-09e58ba64fe544c7192770a4f7341908f6130a08.zip | |
Add a cindex entry for compilation-scroll-output. Duplicate the variable's
description in the Compilation Mode section.
| -rw-r--r-- | man/building.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi index fcdf1f2e990..1a2d62ba07d 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -90,6 +90,7 @@ above point, which remains at the end. If point is not at the end of | |||
| 90 | the buffer, it remains fixed while more compilation output is added at | 90 | the buffer, it remains fixed while more compilation output is added at |
| 91 | the end of the buffer. | 91 | the end of the buffer. |
| 92 | 92 | ||
| 93 | @cindex compilation buffer, keeping current position at the end | ||
| 93 | @vindex compilation-scroll-output | 94 | @vindex compilation-scroll-output |
| 94 | If you set the variable @code{compilation-scroll-output} to a | 95 | If you set the variable @code{compilation-scroll-output} to a |
| 95 | non-@code{nil} value, then the compilation buffer always scrolls to | 96 | non-@code{nil} value, then the compilation buffer always scrolls to |
| @@ -143,6 +144,10 @@ in @ref{Dired and Find}. | |||
| 143 | mode, whose main feature is to provide a convenient way to look at the | 144 | mode, whose main feature is to provide a convenient way to look at the |
| 144 | source line where the error happened. | 145 | source line where the error happened. |
| 145 | 146 | ||
| 147 | If you set the variable @code{compilation-scroll-output} to a | ||
| 148 | non-@code{nil} value, then the compilation buffer always scrolls to | ||
| 149 | follow output as it comes in. | ||
| 150 | |||
| 146 | @table @kbd | 151 | @table @kbd |
| 147 | @item C-x ` | 152 | @item C-x ` |
| 148 | Visit the locus of the next compiler error message or @code{grep} match. | 153 | Visit the locus of the next compiler error message or @code{grep} match. |