]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist):
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Aug 1999 19:44:22 +0000 (19:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Aug 1999 19:44:22 +0000 (19:44 +0000)
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.

lisp/progmodes/compile.el

index 1f447d8a855b753d7af93e80a8c93eb5559130b2..117819c527eb1e201e824a0634ae5a2eabf98e12 100644 (file)
@@ -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: