GNU bug report logs - #345
Bug in F90 mode

Previous Next

Package: emacs;

Reported by: Gabor Toth <GTOTH <at> UMICH.EDU>

Date: Sun, 1 Jun 2008 14:05:05 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 345-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Gabor Toth <GTOTH <at> UMICH.EDU>
Cc: 345-done <at> debbugs.gnu.org
Subject: Re: bug#345: Bug in F90 mode
Date: Mon, 02 Jun 2008 16:29:59 -0400
Gabor Toth wrote:

> The bug is present in every version of emacs I know of.

I can't reproduce it in Emacs 21.4, 22.1 or 22.2.

(The CVS trunk does have a separate problem here; funny coincidence.)

> (defconst f90-type-def-re
>   "\\<\\(type\\)\\([^(\n]*\\)\\(::\\)?[ \t]*\\b\\(\\sw+\\)")

This form was replaced 6 years ago, ie in Emacs 21.3.

I strongly advise you to use a more recent version of Emacs (the
latest is 22.2), where we have the equivalent of:

(setq f90-type-def-re "\\<\\(type\\)\\>\\(?:[^()\n]*::\\)?[ \t]*\\(\\sw+\\)")




This bug report was last modified 16 years and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.