From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: fortran indentation bug? Date: Tue, 10 Jun 2008 15:09:51 +0900 Message-ID: Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213078223 5020 80.91.229.12 (10 Jun 2008 06:10:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 06:10:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 08:11:05 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K5x4S-0005Yh-2T for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 08:11:04 +0200 Original-Received: from localhost ([127.0.0.1]:54007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5x3e-0006zo-Mh for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 02:10:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5x3Z-0006zj-IS for emacs-devel@gnu.org; Tue, 10 Jun 2008 02:10:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5x3X-0006yy-V1 for emacs-devel@gnu.org; Tue, 10 Jun 2008 02:10:09 -0400 Original-Received: from [199.232.76.173] (port=44841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5x3X-0006yt-Ot for emacs-devel@gnu.org; Tue, 10 Jun 2008 02:10:07 -0400 Original-Received: from tyo202.gate.nec.co.jp ([202.32.8.206]:55819) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5x3P-0006pr-0W; Tue, 10 Jun 2008 02:09:59 -0400 Original-Received: from relay31.aps.necel.com ([10.29.19.54]) by tyo202.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id m5A69iI6005280; Tue, 10 Jun 2008 15:09:52 +0900 (JST) Original-Received: from relay31.aps.necel.com ([10.29.19.16] [10.29.19.16]) by relay31.aps.necel.com with ESMTP; Tue, 10 Jun 2008 15:09:52 +0900 Original-Received: from dhapc248.dev.necel.com ([10.114.112.215] [10.114.112.215]) by relay31.aps.necel.com with ESMTP; Tue, 10 Jun 2008 15:09:51 +0900 Original-Received: by dhapc248.dev.necel.com (Postfix, from userid 31295) id 846F1452; Tue, 10 Jun 2008 15:09:51 +0900 (JST) System-Type: i686-pc-linux-gnu Blat: Foop Original-Lines: 18 X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98846 Archived-At: The following program fragment is indented by fortran-mode, with `fortran-check-all-num-for-matching-do' set to t. Isn't the statement on the numbered line part of the DO body, and so should be indented along with the body? DO 110 J=1,NZ DTEMP=GRID(IEXT(J)) DTEMP=DCOS(DTEMP*PI2) 110 X(J)=DTEMP Thanks, -Miles -- `To alcohol! The cause of, and solution to, all of life's problems' --Homer J. Simpson