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

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

bug#14448: Wrong indentation in comment lines for F90 mode?


From: Angelo Graziosi
Subject: bug#14448: Wrong indentation in comment lines for F90 mode?
Date: Thu, 23 May 2013 12:51:35 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Start Emacs with

$ emacs -Q &

then "C-x C-f foo.f90". Now type "!" to start a comment line and then type M-j to produce other comment lines. The result is as follow:


!
  !
  !
  !
  !

from the second line, the comment is indented. Repeating the same steps for a C++ mode file, "C-x C-f foo.cpp", the result is

//
//
//
//
//

without indentation. I would expect the same for F90 mode...

So, is the behavior in F90 mode to be expected (on purpose) or is it wrong?


Ciao,
 Angelo.





reply via email to

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