summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-14 22:11:09 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-14 22:11:09 +0000
commit01acdcde744d2c073908b7dc39aa2eebca5d321a (patch)
tree74a56b711bc9a543f5210a92c3b49a7c3ba77fd4 /lisp
parent90eaba1d72d92b5545eb69a63b79f4ccb67b77d2 (diff)
downloademacs-01acdcde744d2c073908b7dc39aa2eebca5d321a.tar.gz
(compilation-error-regexp-alist): New regexp for Caml.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/compile.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index d0b2fb76aa9..d9a7d9d0519 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -207,8 +207,6 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
;; "foo.f", line 3: Error: syntax error near end of statement
;; IBM RS6000:
;; "vvouch.c", line 19.5: 1506-046 (S) Syntax error.
- ;; Unknown compiler:
- ;; File "foobar.ml", lines 5-8, characters 20-155: blah blah
;; Microtec mcc68k:
;; "foo.c", line 32 pos 1; (E) syntax error; unexpected symbol: "lossage"
;; GNAT (as of July 94):
@@ -218,6 +216,10 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
(".*\"\\([^,\" \n\t]+\\)\", lines? \
\\([0-9]+\\)\\([\(.]\\([0-9]+\\)\)?\\)?[:., (-]" 1 2 4)
+ ;; Caml compiler:
+ ;; File "foobar.ml", lines 5-8, characters 20-155: blah blah
+ ("^File \"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[-0-9]*, characters? \\([0-9]+\\)" 1 2 3)
+
;; MIPS RISC CC - the one distributed with Ultrix:
;; ccom: Error: foo.c, line 2: syntax error
;; DEC AXP OSF/1 cc