From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: f90 problem Date: Fri, 29 Mar 2002 20:45:03 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203300345.g2U3j3Q10370@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017460135 21576 127.0.0.1 (30 Mar 2002 03:48:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 30 Mar 2002 03:48:55 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16r9rL-0005bt-00 for ; Sat, 30 Mar 2002 04:48:55 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16rA1T-0001bM-00 for ; Sat, 30 Mar 2002 04:59:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r9qq-0005Vs-00; Fri, 29 Mar 2002 22:48:24 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16r9nd-0004qW-00; Fri, 29 Mar 2002 22:45:05 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2U3j3a21318; Fri, 29 Mar 2002 20:45:03 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2U3j3Q10370; Fri, 29 Mar 2002 20:45:03 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: emacs-devel@gnu.org 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:2256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2256 Would anyone like to work on this? > From: "Richard E. Hawkins" > Subject: f90 continuation lines w/ comments only indent properly w/ tab > To: bug-gnu-emacs@gnu.org > X-Sent: 5 days, 3 hours, 5 minutes, 25 seconds ago > > This bug report will be sent to the Free Software Foundation, > not to your local site managers! > Please write in English, because the Emacs maintainers do not have > translators to read other languages for them. > > Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, > and to the gnu.emacs.bug news group. > > In GNU Emacs 21.1.1 (i386--freebsd, X toolkit, Xaw3d scroll bars) > of 2002-03-18 on fac13.ds.psu.edu > configured using `configure --prefix=/usr/local i386--freebsd' > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: nil > locale-coding-system: nil > default-enable-multibyte-characters: t > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > 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: > > integer,parameter:: & > ! the ratio of consumers to merchants > nmScale=100 ,& > ! the number of merchants > nTotMerchants=100,& > ! yielding hte number of consumers > nTotConsumers = nmScale*nTotMerchants,& > > whereas hitting tab line by line will correctly indent nmScale, etc. > > The two are inconsistent. The tab behavior is the correct behavior. > > hawk > > > Recent input: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Recent messages: > execute-extended-command: The mark is not set now > Loading emacsbug...done > Loading cus-edit... > Loading easymenu...done > Loading cus-edit...done > list: Command attempted to use minibuffer while in minibuffer > byte-code: Quit > No end found. > No beginning-found. > Indenting the whole file...done _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel