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: Sun, 20 Nov 2005 02:55:58 -0500

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.77 emacs/man/building.texi:1.78
*** emacs/man/building.texi:1.77        Mon Oct 31 22:05:53 2005
--- emacs/man/building.texi     Sun Nov 20 07:55:58 2005
***************
*** 153,162 ****
  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
- address@hidden 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
--- 153,158 ----
***************
*** 214,219 ****
--- 210,221 ----
  commands advance from there.  When @kbd{C-x `} gets to the end of the
  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




reply via email to

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