# HG changeset patch # User Nick Roberts # Date 1235026462 0 # Node ID b39c9d4ea0682bd5071017b8fa551dc55de0918f # Parent fa72a817b1e060586c81602cac586067d921d4a8 (compilation-error-regexp-alist-alist): Move entry for maven (alphabetical order). diff -r fa72a817b1e0 -r b39c9d4ea068 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Thu Feb 19 06:52:35 2009 +0000 +++ b/lisp/progmodes/compile.el Thu Feb 19 06:54:22 2009 +0000 @@ -179,10 +179,6 @@ "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):[0-9]+:[0-9]+:\\)?\ \\( warning\\)?" 1 2 3 (4)) - (maven - ;; Maven is a popular build tool for Java. Maven is Free Software. - "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3) - (bash "^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2) @@ -281,6 +277,10 @@ (1 (compilation-error-properties 2 3 nil nil nil 0 nil) append))) + (maven + ;; Maven is a popular build tool for Java. Maven is Free Software. + "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3) + ;; Should be lint-1, lint-2 (SysV lint) (mips-1 " (\\([0-9]+\\)) in \\([^ \n]+\\)" 2 1)