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