aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-08-29 19:44:22 +0000
committerRichard M. Stallman1999-08-29 19:44:22 +0000
commit3d8be0c9451e5c63a0a118969fd580751f0781a1 (patch)
tree637eb32454cfa9756ae1179d7faf7937ecb4f744
parentcc5034d2b58239d890702ff7424b6aa9cae63934 (diff)
downloademacs-3d8be0c9451e5c63a0a118969fd580751f0781a1.tar.gz
emacs-3d8be0c9451e5c63a0a118969fd580751f0781a1.zip
(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.
-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 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)
290 290
291 ;; Perl -w: 291 ;; Perl -w:
292 ;; syntax error at automake line 922, near "':'" 292 ;; syntax error at automake line 922, near "':'"
293 (".* at \\([^ ]+\\) line \\([0-9]+\\)," 1 2) 293 ;; Perl debugging traces
294 ;; store::odrecall('File_A', 'x2') called at store.pm line 90
295 (".* at \\([^ \n]+\\) line \\([0-9]+\\)[,.\n]" 1 2)
294 296
295 ;; Oracle pro*c: 297 ;; Oracle pro*c:
296 ;; Semantic error at line 528, column 5, file erosacqdb.pc: 298 ;; Semantic error at line 528, column 5, file erosacqdb.pc: