aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-11-20 07:55:58 +0000
committerJuri Linkov2005-11-20 07:55:58 +0000
commitd938fad208243b952b66ef948a102bb14c54ae66 (patch)
treeb01872df2be93642f72687673f228a9badd25d55
parentfe7c712ea4448f9799bf9ce60a99cb29f56948e8 (diff)
downloademacs-d938fad208243b952b66ef948a102bb14c54ae66.tar.gz
emacs-d938fad208243b952b66ef948a102bb14c54ae66.zip
(Compilation Mode): Remove paragraph duplicated from the node `Compilation'.
Add `compilation-skip-threshold'.
-rw-r--r--man/building.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/building.texi b/man/building.texi
index 218bba63900..8545e7c49e0 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -153,10 +153,6 @@ variable settings override the usual ones.
153mode, whose main feature is to provide a convenient way to look at the 153mode, whose main feature is to provide a convenient way to look at the
154source line where the error happened. 154source line where the error happened.
155 155
156 If you set the variable @code{compilation-scroll-output} to a
157non-@code{nil} value, then the compilation buffer always scrolls to
158follow output as it comes in.
159
160@table @kbd 156@table @kbd
161@item M-g M-n 157@item M-g M-n
162@itemx M-g n 158@itemx M-g n
@@ -215,6 +211,12 @@ commands advance from there. When @kbd{C-x `} gets to the end of the
215buffer and finds no more error messages to visit, it fails and signals 211buffer and finds no more error messages to visit, it fails and signals
216an Emacs error. 212an Emacs error.
217 213
214@vindex compilation-skip-threshold
215 By default, @kbd{C-x `} skips less important messages. The variable
216@code{compilation-skip-threshold} controls this. If its value is 2,
217@kbd{C-x `} skips anything less than error, 1 skips anything less
218than warning, and 0 doesn't skip any messages.
219
218When the left fringe is displayed, an arrow points to the 220When the left fringe is displayed, an arrow points to the
219current message in the compilation buffer. The variable 221current message in the compilation buffer. The variable
220@code{compilation-context-lines} controls the number of lines of 222@code{compilation-context-lines} controls the number of lines of