# HG changeset patch # User Juri Linkov # Date 1132473358 0 # Node ID 4cce2bac0f7965ca005561776b6519b2cb86f22c # Parent 4c99ea8adc42021403dc00db3de97001fd209b49 (Compilation Mode): Remove paragraph duplicated from the node `Compilation'. Add `compilation-skip-threshold'. diff -r 4c99ea8adc42 -r 4cce2bac0f79 man/building.texi --- a/man/building.texi Sun Nov 20 07:55:22 2005 +0000 +++ b/man/building.texi Sun Nov 20 07:55:58 2005 +0000 @@ -153,10 +153,6 @@ mode, whose main feature is to provide a convenient way to look at the source line where the error happened. - If you set the variable @code{compilation-scroll-output} to a -non-@code{nil} value, then the compilation buffer always scrolls to -follow output as it comes in. - @table @kbd @item M-g M-n @itemx M-g n @@ -215,6 +211,12 @@ buffer and finds no more error messages to visit, it fails and signals an Emacs error. +@vindex compilation-skip-threshold + By default, @kbd{C-x `} skips less important messages. The variable +@code{compilation-skip-threshold} controls this. If its value is 2, +@kbd{C-x `} skips anything less than error, 1 skips anything less +than warning, and 0 doesn't skip any messages. + When the left fringe is displayed, an arrow points to the current message in the compilation buffer. The variable @code{compilation-context-lines} controls the number of lines of