From xemacs-m  Thu Apr 10 12:27:02 1997
Received: from argon.roma2.infn.it (lorenzo@ARGON.ROMA2.INFN.IT [141.108.16.147])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA25229
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 12:26:56 -0500 (CDT)
Received: from localhost (lorenzo@localhost)
	by argon.roma2.infn.it (8.8.5/8.8.5) with SMTP id TAA11169
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 19:26:49 +0200
Date: Thu, 10 Apr 1997 19:26:48 +0200 (MET DST)
From: "Lorenzo M. Catucci" <lorenzo@argon.roma2.infn.it>
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Bug (at least) in Fortran's font-lock-mode
Message-ID: <Pine.LNX.3.95.970410184942.11046B-100000@argon.roma2.infn.it>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

This one is nice...
I've seen it under 19.14, and thought it was due to the elder version of
fortran.el than the one I used with GNU emacs. Now, I see the version is
the same under both versions, but the behavior is different: try editing
the following fragment:

head.f
----------------------------------------------------------------------
      program voigttst
      double precision s, a, mult, width, result, totale, infimum
      double precision voigt
      external voigt
      parameter(s=3.D0, a=2.D0, mult=.01D0, width=100.D0)
      data infimum/1.3D+308/
      integer count, minim, maxim, position
----------------------------------------------------------------------
and look closely at the second line, with font-lock-maximum-decoration:

while under GNU emacs, all of the variable names get the blue colour,
under xemacs, only the first one gets evidenced, and the other print in
black.

To be fair, I haven't yet tested it under 19.15, but I fear I can get the
same behavior I got from 19.14 and from 20.1-b11

Yours

lorenzo m catucci

