From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#18756: 24.4; shell-script-mode does wrong indentation Date: Fri, 17 Oct 2014 18:35:18 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1413585375 18852 80.91.229.3 (17 Oct 2014 22:36:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2014 22:36:15 +0000 (UTC) Cc: 18756@debbugs.gnu.org To: Daniel Daboul Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 18 00:36:08 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XfG7z-0005Yz-Dd for geb-bug-gnu-emacs@m.gmane.org; Sat, 18 Oct 2014 00:36:07 +0200 Original-Received: from localhost ([::1]:34860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfG7z-0001kV-3C for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Oct 2014 18:36:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfG7w-0001kE-0R for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2014 18:36:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfG7v-0001M9-7e for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2014 18:36:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfG7v-0001M3-51 for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2014 18:36:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XfG7u-0005uS-Ko for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2014 18:36:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 17 Oct 2014 22:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18756 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18756-submit@debbugs.gnu.org id=B18756.141358532422631 (code B ref 18756); Fri, 17 Oct 2014 22:36:02 +0000 Original-Received: (at 18756) by debbugs.gnu.org; 17 Oct 2014 22:35:24 +0000 Original-Received: from localhost ([127.0.0.1]:47737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XfG7F-0005ss-Pn for submit@debbugs.gnu.org; Fri, 17 Oct 2014 18:35:22 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:48084) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XfG7D-0005sj-BY for 18756@debbugs.gnu.org; Fri, 17 Oct 2014 18:35:19 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XfG7C-0001Jh-C7; Fri, 17 Oct 2014 18:35:18 -0400 X-Spook: Mafia arrangements MD2 illuminati NSA JSOFC3IP Osama X-Ran: -:I;OBuCT/r[FS+7a-~XVlrf{&>l@XkaAX6m-9lHtZ0vhy@$J"mLKyd"pm%P6C'7#1(kBj X-Hue: white X-Attribution: GM In-Reply-To: (Daniel Daboul's message of "Fri, 17 Oct 2014 22:36:03 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94697 Daniel Daboul wrote: > M-x shell-script-mode > #hi > ls > x-3 > > With every key-press the current line gets indeted, so that > the buffer looks like: > #hi > ls > x=3 I cannot reproduce this with `emacs -Q'. (Since you reported this twice, I will delete the other bug, #18755)