all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* help needed for extending compilation-error-regexp-alist
@ 2012-09-26  8:14 Chera Bekker
  0 siblings, 0 replies; 3+ messages in thread
From: Chera Bekker @ 2012-09-26  8:14 UTC (permalink / raw)
  To: help-gnu-emacs

Dear Emacs guru's,

I work with Emacs 21.4 and the Absoft Fortran 11.0 compiler. This
compiler produces error messages like

        argh=
        ^
cf90-113 af90fe64: ERROR CLS_SVALPROBABILITIES, File =
src/cls_Svalprobabilities.f, Line = 36, Column = 9
  IMPLICIT NONE is specified in the local scope, therefore an explicit
type must be specified for data object "ARGH".

Emacs 2.14 compile mode does not understand this format. I have tried
adding a new rule to compilation-error-regexp-alist by

(add-to-list 'compilation-error-regexp-alist  '("File = \\([^
,\n]*\\), Line = \\([0-9]+\\)," 1 2))

But compile still doesn't find these errors.

Can anyone help me with this?

Thank you in advance.

Regards

Chera Bekker



^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <mailman.9783.1348675104.855.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2012-09-27 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26  8:14 help needed for extending compilation-error-regexp-alist Chera Bekker
     [not found] <mailman.9783.1348675104.855.help-gnu-emacs@gnu.org>
2012-09-27  0:42 ` Stefan Monnier
2012-09-27 13:29   ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.