# HG changeset patch # User Oleksandr Gavenko # Date 1350925701 -10800 # Node ID 4c9cf099d204798ec9663eef830e5d1463cd1bb1 # Parent 5d0ffd485a43e4b9283b60f8e9e54e3e581268af# Parent e1eb89d9957004e6144172b0e8d7bac0b32e1d75 merged diff -r e1eb89d99570 -r 4c9cf099d204 .emacs-my --- a/.emacs-my Thu Oct 18 20:22:11 2012 +0300 +++ b/.emacs-my Mon Oct 22 20:08:21 2012 +0300 @@ -1934,6 +1934,8 @@ (add-to-list 'compilation-error-regexp-alist '("^\\( +\\[csc\\] \\|\\)\\(.*\\)(\\([0-9]*\\),\\([0-9]*\\)):" 2 3 4)) (add-to-list 'compilation-error-regexp-alist '("^ *\\(.*\\)(\\([0-9]*\\)) +:" 1 2)) (add-to-list 'compilation-error-regexp-alist '("^\"?\\([^\"]*\\)\"?,\\([0-9]*\\) .*\\[.*\\]: " 1 2)) ; KEIL compiler + (add-to-list 'compilation-error-regexp-alist-alist '(maven "\\[ERROR\\] \\(.*\\.java\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)) + (add-to-list 'compilation-error-regexp-alist 'maven) (when (boundp 'compilation-mode-font-lock-keywords) (add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^[:blank:]]+\\)" . 1)) (add-to-list 'compilation-mode-font-lock-keywords '("[[:blank:]]\\(/F[oe][^[:blank:]]+\\)" . 1))