Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fcabe79
Commit
9fcabe79
authored
Oct 27, 2004
by
Daniel Pfeiffer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*
parent
0b55311a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+12
-2
No files found.
lisp/progmodes/compile.el
View file @
9fcabe79
...
...
@@ -181,6 +181,16 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
(
epc
"^Error [0-9]+ at (\\([0-9]+\\):\\([^)\n]+\\))"
2
1
)
(
ftnchek-file
"^File \\(.+\\.f\\):$"
1
nil
nil
0
)
(
ftnchek-line-file
"\\(^Warning .* \\)?line \\([0-9]+\\)\\(?: col \\([0-9]+\\)\\)? file \\(.+\\.f\\)"
4
2
3
(
1
)
nil
(
1
'default
nil
t
))
(
ftnchek-line
"\\(?:^\\(Warning\\) .* \\)?line \\([0-9]+\\)\\(?: col \\([0-9]+\\)\\)?"
nil
2
3
(
1
)
nil
(
1
(
compilation-face
'
(
1
))
nil
t
))
(
iar
"^\"\\(.*\\)\",\\([0-9]+\\)\\s-+\\(?:Error\\|Warnin\\(g\\)\\)\\[[0-9]+\\]:"
1
2
nil
(
3
))
...
...
@@ -191,8 +201,8 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
;; fixme: should be `mips'
(irix
"^[-[:alnum:]_/]+: \\(?:[sS]evere\\|[eE]rror\\|[wW]arnin\\(g\\)\\|[iI]nf\\
(
o\\
)
\\
)
[0-9
]*:
\
\\
(
[^,\"
\n\t]+\\
)
\\
(
?:,
line\\|:\\) \\([0-9]+\\):" 3 4 nil (1 . 2))
"^[-[:alnum:]_/
]+:
\\(?:
\\(?:[sS]evere\\|[eE]rror\\|[wW]arnin\\(g\\)\\|[iI]nf\\
(
o\\
)
\\
)
[0-9
]*:
\\
)
?
\
\\
(
[^,\"
\n\t]+\\
)
\\
(
?:,
line\\|:\\) \\([0-9]+\\):" 3 4 nil (1 . 2))
(java
"^\\(?:[ \t]+at \\|==[0-9]+==
+\\
(
?:at\\|b\\(y\\)\\)\\).+(\\([^()\n]+\\):\\([0-9]+\\))$" 2 3 nil (1))
...
...
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