emacs-devel
[Top][All Lists]
Advanced

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

Still on f90 mode


From: Angelo Graziosi
Subject: Still on f90 mode
Date: Sat, 06 Feb 2010 23:49:41 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

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]