From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.bugs Subject: bug#17895: 24.3.91; electric-indent-mode not quite right with comments in fortran-mode Date: Wed, 2 Jul 2014 16:50:46 -0500 Message-ID: <32438.20231.979406.21428@gargle.gargle.HOWL> References: <87vbrgahqp.fsf@gnu.org> <29110.37851.774372.21428@gargle.gargle.HOWL> <1038ejeanf.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1404337875 6656 80.91.229.3 (2 Jul 2014 21:51:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2014 21:51:15 +0000 (UTC) Cc: 17895@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 02 23:51:08 2014 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 1X2SQk-0002HG-NT for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Jul 2014 23:51:06 +0200 Original-Received: from localhost ([::1]:56683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2SQk-0004dR-Ay for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Jul 2014 17:51:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2SQh-0004dI-5U for bug-gnu-emacs@gnu.org; Wed, 02 Jul 2014 17:51:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2SQg-0000UQ-83 for bug-gnu-emacs@gnu.org; Wed, 02 Jul 2014 17:51:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2SQg-0000UM-4C for bug-gnu-emacs@gnu.org; Wed, 02 Jul 2014 17:51:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X2SQf-0005tU-QW for bug-gnu-emacs@gnu.org; Wed, 02 Jul 2014 17:51:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: "Roland Winkler" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Jul 2014 21:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17895 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17895-submit@debbugs.gnu.org id=B17895.140433785622640 (code B ref 17895); Wed, 02 Jul 2014 21:51:01 +0000 Original-Received: (at 17895) by debbugs.gnu.org; 2 Jul 2014 21:50:56 +0000 Original-Received: from localhost ([127.0.0.1]:40820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2SQZ-0005t4-ME for submit@debbugs.gnu.org; Wed, 02 Jul 2014 17:50:56 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:52044 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2SQX-0005su-6I for 17895@debbugs.gnu.org; Wed, 02 Jul 2014 17:50:53 -0400 Original-Received: from p4fcbfadd.dip0.t-ipconnect.de ([79.203.250.221]:60180 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1X2SQU-0001Uw-Rc; Wed, 02 Jul 2014 17:50:51 -0400 In-Reply-To: <1038ejeanf.fsf@fencepost.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.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:91120 Archived-At: On Wed Jul 2 2014 Glenn Morris wrote: > Do you have any concrete suggestions for changing Emacs's > fortran-mode in light of this report? For me, in fortran-mode the electric-indent-mode moves point too fast too far ahead. I find this beavior distracting in fortran-mode. (Yes, the fortran codes I work with do have a good percentage of comment lines plus some continuation lines.) That's why I suggested that electric-indent-chars should be locally bound to nil in fortran-mode. If that's not acceptable to you as default behavior, I have right now nothing else to suggest. I guess I'll set up the local binding in my .emacs. Not a big deal. We'll see whether anybody else might find the current behavior an issue. Roland