help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help needed for extending compilation-error-regexp-alist


From: Chera Bekker
Subject: help needed for extending compilation-error-regexp-alist
Date: Wed, 26 Sep 2012 10:14:53 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]