emacs-devel
[Top][All Lists]
Advanced

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

Re: On syntax decoration of identifiers containing underscore and statem


From: Angelo Graziosi
Subject: Re: On syntax decoration of identifiers containing underscore and statements word [f90]
Date: Fri, 17 May 2013 12:53:17 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Ciao Stefan,

Il 17/05/2013 2.37, Stefan Monnier ha scritto:
I noticed that in f90-mode, identifiers of variables like
[...]
are all in black. Shouldn't they be all in black?

Indeed.  I installed the patch below which should fix those problems.


It works very well! Thanks..

..but I have to flag another little issue..

In the code

  public ExitProcess
  interface
     subroutine ExitProcess(uExitCode) bind(C,name='ExitProcess')
       import
       !GCC$ ATTRIBUTES STDCALL :: ExitProcess
       integer(UINT_T), intent(in), value :: uExitCode
     end subroutine ExitProcess
  end interface

the identifier "ExitProcess" after "public" (first line) has: "Exit" in magenta and "Process" in cyan. Shouldn't it be all in black?("ExitProcess" after "subroutine" is all in blue as expected)


Sorry if I flag this a piece at the time, but only when I notice that I can flag... :(


Ciao,
 Angelo.





reply via email to

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