From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: f90 problem Date: Sun, 31 Mar 2002 20:58:38 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200204010158.g311wcp12032@rum.cs.yale.edu> References: <200203300345.g2U3j3Q10370@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017626456 14306 127.0.0.1 (1 Apr 2002 02:00:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 02:00:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rr7w-0003id-00 for ; Mon, 01 Apr 2002 04:00:56 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16rrIw-0005qX-00 for ; Mon, 01 Apr 2002 04:12:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rr78-0006uZ-00; Sun, 31 Mar 2002 21:00:06 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rr5j-0006mu-00; Sun, 31 Mar 2002 20:58:39 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g311wcp12032; Sun, 31 Mar 2002 20:58:38 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Richard Stallman Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2290 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2290 > Would anyone like to work on this? [...] > > The reformatting is inconsistent between region indentation > > (meta-ctrl-Q) and the use of tab on an individual line, when > > formatting a multi-line variable declaration which includes > > comments. For example, indent-region yields the following: [...] > > The two are inconsistent. The tab behavior is the correct behavior. I'm willing to work on this, but my solution might not be to everybody's taste: Remove f90-indent-region and set indent-region-function to nil, -- Stefan