From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [michael@mail.endbracket.net: sh-indent-for-do wrong] Date: Sun, 08 May 2005 18:45:50 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115593567 7385 80.91.229.2 (8 May 2005 23:06:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 May 2005 23:06:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 09 01:06:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DUuqP-00086d-8a for ged-emacs-devel@m.gmane.org; Mon, 09 May 2005 01:05:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUuyc-0006DC-FC for ged-emacs-devel@m.gmane.org; Sun, 08 May 2005 19:14:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DUurc-0003Jo-DU for emacs-devel@gnu.org; Sun, 08 May 2005 19:07:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DUurW-0003HQ-Dp for emacs-devel@gnu.org; Sun, 08 May 2005 19:07:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUurT-00033s-Cz for emacs-devel@gnu.org; Sun, 08 May 2005 19:06:59 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DUude-0001d1-J1 for emacs-devel@gnu.org; Sun, 08 May 2005 18:52:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DUuX0-0001o8-9d; Sun, 08 May 2005 18:45:50 -0400 Original-To: emacs-devel@gnu.org 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:36888 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36888 What do other people think about this issue? Are there common shell indent styles for which the current default is right? ------- Start of forwarded message ------- To: bug-gnu-emacs@gnu.org Date: Sat, 7 May 2005 14:30:41 +1000 (EST) From: michael@mail.endbracket.net (Michael Wardle) Subject: sh-indent-for-do wrong Reply-To: michael@endbracket.net Sender: bug-gnu-emacs-bounces+rms=gnu.org@gnu.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 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.4.1 (i386-pc-linux-gnu) of 2005-03-18 on trouble, modified by Debian configured using `configure '--build=i386-linux' '--host=i386-linux' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--with-x=no' 'CFLAGS=-DDEBIAN -g -O2' 'build_alias=i386-linux' 'host_alias=i386-linux'' 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: en_AU.utf8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: When entering a while..do..done block with the do on a separate line, the do keyword is needlessly indented by half an indentation level (+). This looks ugly and contradicts the claim to support the indentation style used by Rosenblatt (see Learning the Korn Shell 2 Ed., p. 168). sh-indent-for-do should default to 0 rather than *. Recent messages: Setting up indent for shell type sh Loading mule-util...done setting up indent stuff Indentation variable are now local. Indentation setup for shell type sh Mark set Loading view...done keyboard-quit: Quit Loading emacsbug...done _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs ------- End of forwarded message -------