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

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

bug#14076: 24.3; Comments in Fortran Source


From: Fred Krogh
Subject: bug#14076: 24.3; Comments in Fortran Source
Date: Fri, 29 Mar 2013 19:27:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130325 Thunderbird/17.0.4

On 03/29/2013 06:46 PM, Glenn Morris wrote:
fkrogh@mathalacarte.com wrote:

I have options set so that comments should not be touched when
formatting a region, but they are indented to the current indentation
level.
Thanks for the report, but please give a complete example of what you
mean, starting from emacs -Q.

O.k. The program shows up with emacs -Q with this program

program tmp
  integer :: i
  do i = 1, 5
! Comment
     print '("i=",i0)', i
  end do
end program tmp

Highlight the whole program, then <cntrl><alt>\
and the ! Comment is indented, and I think this should not happen.

Thanks for looking into this.
Fred







reply via email to

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