unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* f90 indentation error and annoyance
@ 2004-10-08 17:33 Dave Love
  2004-10-11 17:50 ` Glenn Morris
  2004-11-25  0:51 ` Glenn Morris
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Love @ 2004-10-08 17:33 UTC (permalink / raw)


In a buffer in f90-mode, run indent-region on the following two lines
to get an error.  It fails with any main that doesn't start with
`program':

print 'foo'
end

I find it annoying that indenting an `end' statement always qualifies
it.  That should be customizable, and I think the default should be
not to.  E.g. indenting this:

program main
  print 'foo'
end

produces:

program main
  print 'foo'
end program main

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

end of thread, other threads:[~2004-11-25  0:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-08 17:33 f90 indentation error and annoyance Dave Love
2004-10-11 17:50 ` Glenn Morris
2004-10-14 21:26   ` Dave Love
2004-11-25  0:51 ` 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).