* progmodes/compile.el (compilation-error-regexp-alist-alist):

Comment out 2007-07-25 change adding support for Maven error
messages; this regexp is too slow on long lines (Bug#3441).
This commit is contained in:
Chong Yidong 2009-06-17 16:33:41 +00:00
parent 1147352943
commit f7a2e63478
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2009-06-17 Chong Yidong <cyd@stupidchicken.com>
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Comment out 2007-07-25 change adding support for Maven error
messages; this regexp is too slow on long lines (Bug#3441).
2009-06-17 Akinori MUSHA <knu@iDaemons.org> (tiny change)
* progmodes/ruby-mode.el (ruby-parse-partial)

View file

@ -277,9 +277,10 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
(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)
;; This regexp is pathologically slow on long lines (Bug#3441).
;; (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