.emacs-my
changeset 578 66918a26149f
parent 576 259fabfae56e
parent 577 d24848aec7d1
child 580 23876ea23efe
equal deleted inserted replaced
576:259fabfae56e 578:66918a26149f
  1133 
  1133 
  1134 (setq compile-auto-highlight t
  1134 (setq compile-auto-highlight t
  1135       compile-command "make ")
  1135       compile-command "make ")
  1136 ;; compilation window shall scroll down if not 0
  1136 ;; compilation window shall scroll down if not 0
  1137 (setq compilation-scroll-output 1)
  1137 (setq compilation-scroll-output 1)
       
  1138 
       
  1139 ;; Show error in EN locale to easy search how fix problem in docs and Internet.
       
  1140 (setq compilation-environment '("LANG=C"))
  1138 
  1141 
  1139 (eval-after-load 'compile
  1142 (eval-after-load 'compile
  1140   '(progn
  1143   '(progn
  1141      ;; My funny error messages.
  1144      ;; My funny error messages.
  1142      (add-to-list 'compilation-error-regexp-alist '("^\\( +\\[csc\\] \\|\\)\\(.*\\)(\\([0-9]*\\),\\([0-9]*\\)):" 2 3 4))
  1145      (add-to-list 'compilation-error-regexp-alist '("^\\( +\\[csc\\] \\|\\)\\(.*\\)(\\([0-9]*\\),\\([0-9]*\\)):" 2 3 4))