GNU bug report logs - #14076
24.3; Comments in Fortran Source

Previous Next

Package: emacs;

Reported by: fkrogh <at> mathalacarte.com

Date: Thu, 28 Mar 2013 17:01:01 UTC

Severity: wishlist

Tags: wontfix

Found in version 24.3

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Fred Krogh <fkrogh <at> mathalacarte.com>
To: Glenn Morris <rgm <at> gnu.org>
Subject: bug#14076: 24.3; Comments in Fortran Source
Date: Fri, 29 Mar 2013 19:27:40 -0700
On 03/29/2013 06:46 PM, Glenn Morris wrote:
> fkrogh <at> 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






This bug report was last modified 12 years and 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.