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
9d8a1add
Commit
9d8a1add
authored
May 05, 2008
by
Nick Roberts
Browse files
(compilation-error-regexp-alist-alist):
Add regexp for Open Watcom compiler output.
parent
ba82b36e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+3
-0
No files found.
lisp/progmodes/compile.el
View file @
9d8a1add
...
...
@@ -323,6 +323,9 @@ File = \\(.+\\), Line = \\([0-9]+\\)\\(?:, Column = \\([0-9]+\\)\\)?"
(sun-ada
"
^\\
(
[^,
\n\t]+\\
)
,
line
\\
(
[0-9]+\\
)
,
char
\\
(
[0-9]+\\
)
[:.,
\(-]
" 1 2 3)
(watcom
"
\\
(
\\
(
?:[a-zA-Z]:\\
)
?[^:
(
\t\n]+\\
)(
\\
(
[0-9]+\\
))
:
\\
(
?:Error!
E[0-9]+\\|Warning! W[0-9]+\\):" 1 2)
(4bsd
"\\(?:^\\|
::
\\|\\S ( \\)\\(/[^ \n\t()]+\\)(\\([0-9]+\\))\
\\(?:: \\(warning:\\)?\\|$\\| ),\\)" 1 2 nil (3))
...
...
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