# HG changeset patch # User Oleksandr Gavenko # Date 1308386194 -10800 # Node ID 6c2682a5d81e7c372bfdbbc4bcac3ae7bedd0d39 # Parent f5a8fa2c453401241eb1b64b1ff6779977181ccb Add comment. diff -r f5a8fa2c4534 -r 6c2682a5d81e .emacs-my --- a/.emacs-my Sat Jun 18 11:33:34 2011 +0300 +++ b/.emacs-my Sat Jun 18 11:36:34 2011 +0300 @@ -1226,7 +1226,7 @@ (setq compile-command "make ") (when (eq system-type 'berkeley-unix) (setq compile-command "gmake ")) -;; compilation window shall scroll down if not 0 +;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error. (setq compilation-scroll-output 1) ;; Show error in EN locale to easy search how fix problem in docs and Internet.