unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Still on f90 mode
@ 2010-02-06 22:49 Angelo Graziosi
  2010-02-07 10:13 ` Angelo Graziosi
  0 siblings, 1 reply; 8+ messages in thread
From: Angelo Graziosi @ 2010-02-06 22:49 UTC (permalink / raw)
  To: Emacs

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.




^ permalink raw reply	[flat|nested] 8+ messages in thread
* Still on F90 mode
@ 2010-02-17 22:43 Angelo Graziosi
  2010-02-18  0:55 ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Angelo Graziosi @ 2010-02-17 22:43 UTC (permalink / raw)
  To: Emacs

In F90 mode, I still observe things which seem strange in my opinion.

To reproduce, start Emacs with

$ emacs -Q

and enable the Pc-Selection mode,

M-x pc-selection-mode

After this, if I have the code

write(STDERR,*)

double clicking on 'STDERR' and then typing 'a', '0'..., I obtain

write(a,*)
write(0,*)
...

which is expected.

But if I type '*', the result is

write(STDERR*,*)

and not 'write(*,*)', which, really, is what I expect (and want!).

Surely I am missing something here...

Ciao,
Angelo.




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-02-18 17:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 22:49 Still on f90 mode Angelo Graziosi
2010-02-07 10:13 ` Angelo Graziosi
  -- strict thread matches above, loose matches on Subject: below --
2010-02-17 22:43 Still on F90 mode Angelo Graziosi
2010-02-18  0:55 ` Glenn Morris
2010-02-18  1:01   ` Angelo Graziosi
2010-02-18  2:10     ` Glenn Morris
2010-02-18 10:15   ` Angelo Graziosi
2010-02-18 17:13     ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).