changeset 25433:3141f8df24cc

(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.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Aug 1999 19:44:22 +0000
parents 07df7c764669
children 9a7891b32d1a
files lisp/progmodes/compile.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sun Aug 29 19:37:29 1999 +0000
+++ b/lisp/progmodes/compile.el	Sun Aug 29 19:44:22 1999 +0000
@@ -290,7 +290,9 @@
 
     ;; 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: