# HG changeset patch # User Richard M. Stallman # Date 867450921 0 # Node ID 270080940256b559ef5d2e1d0d3ecd168edd2364 # Parent b1a322f1666da38d4da1e2f23eaf35c219976b3d (compilation-error-regexp-alist): New item, for Oracle compiler. diff -r b1a322f1666d -r 270080940256 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Fri Jun 27 22:31:00 1997 +0000 +++ b/lisp/progmodes/compile.el Fri Jun 27 22:35:21 1997 +0000 @@ -262,6 +262,11 @@ ;; Perl -w: ;; syntax error at automake line 922, near "':'" (".* at \\([^ ]+\\) line \\([0-9]+\\)," 1 2) + + ;; Oracle pro*c: + ;; Semantic error at line 528, column 5, file erosacqdb.pc: + ("Semantic error at line \\([0-9]+\\), column \\([0-9]+\\), file \\(.*\\):" + 3 1 2) ) "Alist that specifies how to match errors in compiler output. Each elt has the form (REGEXP FILE-IDX LINE-IDX [COLUMN-IDX FILE-FORMAT...])