1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

*** compilation-scroll-output accepts a new value, `first-error', which

says to stop auto scrolling at the first error that occurs.
This commit is contained in:
Chong Yidong 2008-11-17 01:51:09 +00:00
parent 07799e9ae1
commit 194894cb11

View File

@ -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