*** compile.el.~1.287.~ Thu Mar 25 08:12:04 2004 --- compile.el Fri Mar 26 08:01:45 2004 *************** (defvar compilation-arguments nil *** 147,152 **** --- 147,156 ---- (defvar compilation-num-errors-found) (defconst compilation-error-regexp-alist-alist + + ;; etc/compilation.txt contains sample messages matched by these regexps + ;; (see compilation-error-regexp-alist docstring below) + '((absoft "^\\(?:[Ee]rror on \\|[Ww]arning on\\( \\)\\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))