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

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

bug#14442: On syntax decoration of identifiers containing underscore and


From: Angelo Graziosi
Subject: bug#14442: On syntax decoration of identifiers containing underscore and statements word [f90]
Date: Thu, 23 May 2013 01:48:46 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Ciao Stefan,

Il 23/05/2013 0.20, Stefan Monnier ha scritto:

The patch below seems to fix it, but I don't know enough the rules of

yes, it fixes that issue.. Thanks!

Fortran syntax to be sure it's the right thing to do.  There are
probably other cases, by the way (the patch below also fixes one other

I Think it is almost impossible to fix all the corner cases that may come to mind. Example:

program foo
  implicit none
  integer :: if
  if = 5
  print *, if
end program foo

At line 4, "if" is in magenta as for the IF statement but, being a variable, it should be black (at lines 3 and 5 the "if" decoration is right: say brown (3) and black (5))


Anyway, many thanks... :)


Ciao,
 Angelo.






reply via email to

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