From: Richard M. Stallman Date: Sun, 29 Aug 1999 19:44:22 +0000 (+0000) Subject: (compilation-error-regexp-alist): X-Git-Tag: emacs-pretest-21.0.90~7008 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d8be0c9451e5c63a0a118969fd580751f0781a1;p=emacs.git (compilation-error-regexp-alist): Fix the Perl -w entry to allow period after line number. Don't allow newlines in file name, but allow them after line number for Perl debugging traces. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 1f447d8a855..117819c527e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -290,7 +290,9 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2) ;; Perl -w: ;; syntax error at automake line 922, near "':'" - (".* at \\([^ ]+\\) line \\([0-9]+\\)," 1 2) + ;; Perl debugging traces + ;; store::odrecall('File_A', 'x2') called at store.pm line 90 + (".* at \\([^ \n]+\\) line \\([0-9]+\\)[,.\n]" 1 2) ;; Oracle pro*c: ;; Semantic error at line 528, column 5, file erosacqdb.pc: