From: Chong Yidong Date: Mon, 17 Nov 2008 01:51:09 +0000 (+0000) Subject: *** compilation-scroll-output accepts a new value, `first-error', which X-Git-Tag: emacs-pretest-23.0.90~1754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=194894cb113ac796bb44ab4b316e9fe0d6322101;p=emacs.git *** compilation-scroll-output accepts a new value, `first-error', which says to stop auto scrolling at the first error that occurs. --- diff --git a/etc/NEWS b/etc/NEWS index c4ef10c84ac..62323f413a2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -693,6 +693,9 @@ running, (b) successful completion, (c) error. +++ *** compilation-auto-jump-to-first-error tells `compile' to jump to the first error encountered during compilations. ++++ +*** compilation-scroll-output accepts a new value, `first-error', which +says to stop auto scrolling at the first error that occurs. --- *** The `cc' alias for C++ files in `grep-file-aliases' has been improved. `hh' can be used to match C++ header files and `cchh' both