From a0c567b516fa844254356fc2d96fc3d93fefc2af Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 Dec 1993 01:12:13 +0000 Subject: [PATCH] (compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to also match `"foo.c", line 13 pos 1...". --- lisp/progmodes/compile.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index b4fbc4c29a5..0ef6f17fdfc 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -139,7 +139,9 @@ of[ \t]+\"?\\([^\"\n]+\\)\"?:" 3 2) ;; "vvouch.c", line 19.5: 1506-046 (S) Syntax error. ;; Unknown compiler: ;; File "foobar.ml", lines 5-8, characters 20-155: blah blah - ("\"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[:.,-]" 1 2) + ;; Microtec mcc68k: + ;; "foo.c", line 32 pos 1; (E) syntax error; unexpected symbol: "lossage" + ("\"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[:., -]" 1 2) ;; MIPS RISC CC - the one distributed with Ultrix: ;; ccom: Error: foo.c, line 2: syntax error -- 2.39.5