# HG changeset patch # User Oleksandr Gavenko # Date 1350969390 -10800 # Node ID 134336cef3d06961646c29aba2e659035ad61d4b # Parent e1eb89d9957004e6144172b0e8d7bac0b32e1d75# Parent 5d0ffd485a43e4b9283b60f8e9e54e3e581268af merged diff -r e1eb89d99570 -r 134336cef3d0 .emacs-my --- a/.emacs-my Thu Oct 18 20:22:11 2012 +0300 +++ b/.emacs-my Tue Oct 23 08:16:30 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))