aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1999-08-29 19:44:22 +0000
committerRichard M. Stallman <[email protected]>1999-08-29 19:44:22 +0000
commit3d8be0c9451e5c63a0a118969fd580751f0781a1 (patch)
tree637eb32454cfa9756ae1179d7faf7937ecb4f744 /lisp/progmodes/compile.el
parentcc5034d2b58239d890702ff7424b6aa9cae63934 (diff)
(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.
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 1f447d8a85..117819c527 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: