From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14448: Wrong indentation in comment lines for F90 mode? Date: Thu, 23 May 2013 13:04:24 -0400 Message-ID: References: <519DF4B7.4020304@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1369328729 5365 80.91.229.3 (23 May 2013 17:05:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 May 2013 17:05:29 +0000 (UTC) Cc: 14448@debbugs.gnu.org To: Angelo Graziosi Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 23 19:05:28 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UfYxD-0003B7-DI for geb-bug-gnu-emacs@m.gmane.org; Thu, 23 May 2013 19:05:27 +0200 Original-Received: from localhost ([::1]:47928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYxC-0005VC-Is for geb-bug-gnu-emacs@m.gmane.org; Thu, 23 May 2013 13:05:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYx5-0005KJ-K9 for bug-gnu-emacs@gnu.org; Thu, 23 May 2013 13:05:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfYwx-0007vI-HW for bug-gnu-emacs@gnu.org; Thu, 23 May 2013 13:05:19 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYwx-0007v6-FY for bug-gnu-emacs@gnu.org; Thu, 23 May 2013 13:05:11 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UfYxl-0004Dz-PW for bug-gnu-emacs@gnu.org; Thu, 23 May 2013 13:06:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 23 May 2013 17:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14448 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14448-submit@debbugs.gnu.org id=B14448.136932872016135 (code B ref 14448); Thu, 23 May 2013 17:06:01 +0000 Original-Received: (at 14448) by debbugs.gnu.org; 23 May 2013 17:05:20 +0000 Original-Received: from localhost ([127.0.0.1]:58496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UfYx5-0004C9-Tf for submit@debbugs.gnu.org; Thu, 23 May 2013 13:05:20 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:37063 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UfYx2-0004C0-AR for 14448@debbugs.gnu.org; Thu, 23 May 2013 13:05:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UfYwC-0001CJ-KH; Thu, 23 May 2013 13:04:24 -0400 X-Spook: chameleon man FIPS140 BROMURE global Ermes Cocaine X-Ran: R^)SDo/!$+0}F(ajd4Ui,GMqeE&8Q&GJW'|qYZi8)y>#+dG6m+/t7o{Pd5]p@9ee X-Hue: red X-Attribution: GM In-Reply-To: <519DF4B7.4020304@alice.it> (Angelo Graziosi's message of "Thu, 23 May 2013 12:51:35 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:74496 Archived-At: Angelo Graziosi wrote: > 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: > > > ! > ! You reported this before. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5595 As I said then: I don't understand what comment-indent-new-line is supposed to do, nor which variables modes should set to make it work correctly.