emacs-devel
[Top][All Lists]
Advanced

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

fortran indentation bug?


From: Miles Bader
Subject: fortran indentation bug?
Date: Tue, 10 Jun 2008 15:09:51 +0900

The following program fragment is indented by fortran-mode, with 
`fortran-check-all-num-for-matching-do' set to t.

Isn't the statement on the numbered line part of the DO body, and so
should be indented along with the body?

      DO 110 J=1,NZ
         DTEMP=GRID(IEXT(J))
         DTEMP=DCOS(DTEMP*PI2)
 110  X(J)=DTEMP

Thanks,

-Miles

-- 
`To alcohol!  The cause of, and solution to,
 all of life's problems' --Homer J. Simpson




reply via email to

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