From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: shell-script mode indentation skewed encountering "&" Date: Wed, 29 Jun 2005 05:59:40 +0800 Message-ID: <87psu6rvlf.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120001309 14087 80.91.229.2 (28 Jun 2005 23:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 23:28:29 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 29 01:28:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnPUz-0000f4-Mk for geb-bug-gnu-emacs@m.gmane.org; Wed, 29 Jun 2005 01:28:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnPcv-0005nA-H9 for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Jun 2005 19:36:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnPXm-00051C-8a for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2005 19:31:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnPXg-0004zA-5n for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2005 19:31:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnPXX-0004vN-VO for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2005 19:30:52 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DnPX0-00006R-Sq for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2005 19:30:19 -0400 Original-Received: from [218.187.81.112] (port=34862 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:AES256-SHA:256) (Exim 4.51 #0) id 1DnPSO-000EXj-Ip by authid with plain for ; Wed, 29 Jun 2005 04:55:35 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:12365 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12365 #!/bin/sh -xeu #Here we critique shell-script mode indentation ( : note how the parentheses are nicely indented ) ( : note how the closing parentheses is skewed when we add & )& { : same problem with {} }&