From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [jidanni@jidanni.org: shell-script-mode case indenting] Date: Sat, 30 Sep 2006 16:06:43 -0400 Message-ID: References: <87k63wc0pn.fsf@cs.cmu.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159646827 30738 80.91.229.2 (30 Sep 2006 20:07:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Sep 2006 20:07:07 +0000 (UTC) Cc: emacs-devel@gnu.org, jidanni@jidanni.org, Michael Welsh Duggan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 30 22:07:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GTl6x-0008CB-Rr for ged-emacs-devel@m.gmane.org; Sat, 30 Sep 2006 22:07:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GTl6x-00082g-Fx for ged-emacs-devel@m.gmane.org; Sat, 30 Sep 2006 16:06:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GTl6l-00082X-Lk for emacs-devel@gnu.org; Sat, 30 Sep 2006 16:06:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GTl6k-00082L-9t for emacs-devel@gnu.org; Sat, 30 Sep 2006 16:06:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GTl6k-00082I-4j for emacs-devel@gnu.org; Sat, 30 Sep 2006 16:06:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GTlCL-000645-3a for emacs-devel@gnu.org; Sat, 30 Sep 2006 16:12:33 -0400 Original-Received: from localhost ([127.0.0.1]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1GTl6h-00048y-UB; Sat, 30 Sep 2006 16:06:44 -0400 Original-To: rms@gnu.org X-Spook: UNSCOM Croatian pink noise Freeh embassy Blowfish X-Ran: +CnYS6`#.NLtNF$,A:0Ae"}{{]-8X${bFk=y"}|0MI&zn)(1C7Q)9O%6.2Me5JI[6fU8dR X-Hue: magenta X-Attribution: GM In-Reply-To: (Richard Stallman's message of "Fri, 22 Sep 2006 13:01:14 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:60338 Archived-At: Richard Stallman wrote: > Thanks for working on this. I hope other people will start trying > your fix now. So it seems this was installed. Presumably "no comment" == "assent" And now indentation of ordinary case blocks is wrong: case $foo in bar) echo bar ;; qux) echo qux ;; esac This is a silly way to run a release, IMO.