From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r116461: Connect electric-indent-mode up with CC Mode. Bug #15478. Date: Mon, 24 Mar 2014 19:52:05 +0200 Message-ID: <83eh1r1o3e.fsf@gnu.org> References: <20140308225820.GB2726@acm.acm> <20140309123711.GA2615@acm.acm> <20140316223509.GD3854@acm.acm> <20140319224231.GB4783@acm.acm> <20140322131350.GA3163@acm.acm> <20140322231012.GB3562@acm.acm> <87wqfkgk02.fsf@uwakimon.sk.tsukuba.ac.jp> <871txsge04.fsf@yandex.ru> <83mwgf1pmh.fsf@gnu.org> <53306DA4.7060804@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1395683542 28893 80.91.229.3 (24 Mar 2014 17:52:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2014 17:52:22 +0000 (UTC) Cc: acm@muc.de, stephen@xemacs.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 24 18:52:29 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WS92y-00039Y-68 for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2014 18:52:28 +0100 Original-Received: from localhost ([::1]:37792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS92x-0006QG-T0 for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2014 13:52:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS92r-0006Q0-4o for emacs-devel@gnu.org; Mon, 24 Mar 2014 13:52:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS92m-0007CV-SJ for emacs-devel@gnu.org; Mon, 24 Mar 2014 13:52:21 -0400 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:34248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS92m-0007BN-JZ for emacs-devel@gnu.org; Mon, 24 Mar 2014 13:52:16 -0400 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0N2Y00300BNZD100@mtaout24.012.net.il> for emacs-devel@gnu.org; Mon, 24 Mar 2014 19:50:11 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N2Y00ETXC7MMMA0@mtaout24.012.net.il>; Mon, 24 Mar 2014 19:50:11 +0200 (IST) In-reply-to: <53306DA4.7060804@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:170922 Archived-At: > Date: Mon, 24 Mar 2014 19:38:44 +0200 > From: Dmitry Gutov > CC: stephen@xemacs.org, acm@muc.de, monnier@IRO.UMontreal.CA, > emacs-devel@gnu.org > > On 24.03.2014 19:19, Eli Zaretskii wrote: > > > This might be mostly true, but not always. E.g., what if you delete a > > character whose electricity caused the line to be indented in some > > special way, when that character was inserted earlier? After deleting > > that character, the line might no longer be indented correctly. > > This is covered by "through me typing TAB manually". It's a nuisance for me to have to type TAB every time. Long time ago, I switched to Emacs because it didn't require that to keep the source nicely formatted, while other IDEs did. > If I delete a char or a keyword making the line indented incorrectly, > the next thing I do is type TAB. And `reindent-' on RET would still be a > no-op. > > This could be just me, but I somehow doubt that. Not just you, but not me, either ;-)