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
f89fdaed
Commit
f89fdaed
authored
Apr 27, 1994
by
Karl Heuer
Browse files
(compilation-error-regexp-alist): Add fortran pattern.
parent
2c32715a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+2
-0
No files found.
lisp/progmodes/compile.el
View file @
f89fdaed
...
...
@@ -126,6 +126,8 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
(
"([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))"
1
2
)
;; Ultrix 3.0 f77:
;; fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol
(
"\nfort: [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):"
1
2
)
;; Error on line 3 of t.f: Execution error unclassifiable statement
;; Unknown who does this:
;; Line 45 of "foo.c": bloofel undefined
...
...
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