help-gnu-emacs
[Top][All Lists]
Advanced

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

f90 comments indentation


From: Shriram Ramanathan
Subject: f90 comments indentation
Date: Wed, 15 Oct 2003 20:28:13 -0600

Hi,

I am writing f90 programs and I have turned auto-fill mode on.  I want my
comments to be indented to where my earlier comment line starts.  So, for
example, what I want is this (irrespective of the comment column)

real, (kind=long), dimension(3,3) :: abcd ! This is a test
                                          ! comment

But, what I get is

real, (kind=long), dimension(3,3) :: abcd ! This is a test
! comment

Can someone help me with this ?

Thanks in advance,
shriram.





reply via email to

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