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.