.emacs-my
changeset 684 f0604e71f261
parent 683 b50b879b9e04
child 685 dccfef291718
equal deleted inserted replaced
683:b50b879b9e04 684:f0604e71f261
  1263 (setq compile-command "make ")
  1263 (setq compile-command "make ")
  1264 (when (eq system-type 'berkeley-unix)
  1264 (when (eq system-type 'berkeley-unix)
  1265   (setq compile-command "gmake "))
  1265   (setq compile-command "gmake "))
  1266 ;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error.
  1266 ;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error.
  1267 (setq compilation-scroll-output 1)
  1267 (setq compilation-scroll-output 1)
       
  1268 (setq compilation-ask-about-save t)
  1268 
  1269 
  1269 ;; Show error in EN locale to easy search how fix problem in docs and Internet.
  1270 ;; Show error in EN locale to easy search how fix problem in docs and Internet.
  1270 (setq compilation-environment '("LANG=C"))
  1271 (setq compilation-environment '("LANG=C"))
  1271 
  1272 
  1272 (eval-after-load 'compile
  1273 (eval-after-load 'compile