Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a0c567b5
Commit
a0c567b5
authored
Dec 09, 1993
by
Roland McGrath
Browse files
(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
also match `"foo.c", line 13 pos 1...".
parent
e3271ae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+3
-1
No files found.
lisp/progmodes/compile.el
View file @
a0c567b5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment