emacs-devel
[Top][All Lists]
Advanced

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

Re: Still on f90 mode


From: Angelo Graziosi
Subject: Re: Still on f90 mode
Date: Sun, 07 Feb 2010 11:13:48 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

I have seen that this night there were some changes...

Now in

interface foo
[...]
end interface foo

function fcn
[...]
end function fcn

'foo' is in CYAN while 'fcn' is in BLUE.

Shouldn't 'foo' be like 'fcn'?

Thanks,
Angelo.


Il 06/02/2010 23.49, Angelo Graziosi ha scritto:
When I re-indent the following code:

interface foo
[...]
end interface foo

(for example with the cursor on the last line, 'end interface...', and
TAB; or selecting the interface block and TAB), the last line loses
'foo', the name of 'interface'. It becomes

interface foo
[...]
end interface ! <-- after re-indentation


This does not happen with 'program/end prog...', 'subroutine/end
sub...', 'function/end func...', which, after re-indentation, *all*
conserve the name in the 'end...' statement.

Is that to be expected for 'interface'?

Thanks,
Angelo.





reply via email to

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