From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r116461: Connect electric-indent-mode up with CC Mode. Bug #15478. Date: Tue, 25 Mar 2014 03:53:35 +0200 Message-ID: <871txr9h7k.fsf@yandex.ru> 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> <83eh1r1o3e.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395712425 29115 80.91.229.3 (25 Mar 2014 01:53:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2014 01:53:45 +0000 (UTC) Cc: acm@muc.de, stephen@xemacs.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 25 02:53:54 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 1WSGYs-0006lC-GT for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2014 02:53:54 +0100 Original-Received: from localhost ([::1]:39250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSGYs-0001Ey-7I for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2014 21:53:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSGYk-0001EZ-EJ for emacs-devel@gnu.org; Mon, 24 Mar 2014 21:53:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSGYf-0006pG-35 for emacs-devel@gnu.org; Mon, 24 Mar 2014 21:53:46 -0400 Original-Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:43111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSGYe-0006p2-S0; Mon, 24 Mar 2014 21:53:41 -0400 Original-Received: by mail-ee0-f47.google.com with SMTP id b15so5031163eek.20 for ; Mon, 24 Mar 2014 18:53:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=0/7NKNgWGehFnOEEg0OVQioe4zdhaeOjjD4shxFOCjg=; b=c6ls46ln09OzeQCBmNekZUT8Ql3bk1YOVKUFIISWs3FjrKZ8mTpSDASWfgT2VsNCJD QaeRnM0Btxm+iDEm22yRN2Ykz8Q4xHCHU2NCLdP3f+L135tgFnrAa+doimsEwxIJ6Z2B GxNr/KnamA7GCltQq81ajceIXnp95tkXTPGXPYOAUPxYdHST0eqpKa7zhpZxhYyJeSQW VE/f97kVgkn/J/gCgTko11uLrpRncrXoHaGbbh04eU2VGzG6S0YvPMfEjaci56d7B03+ jdp2dCkBFOe+j38xPc/jy4RSkonuBIyGp9g/VjSBrbwr/dNc9hKkCu8y0s2Uo/XiYgRB g7Ow== X-Received: by 10.15.73.134 with SMTP id h6mr48617865eey.3.1395712419785; Mon, 24 Mar 2014 18:53:39 -0700 (PDT) Original-Received: from axl ([93.109.138.177]) by mx.google.com with ESMTPSA id 4sm36922522eeq.33.2014.03.24.18.53.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 24 Mar 2014 18:53:39 -0700 (PDT) In-Reply-To: <83eh1r1o3e.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 24 Mar 2014 19:52:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22f 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:170944 Archived-At: Eli Zaretskii writes: >> > 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. "every time" sounds much more annoying than "every time I perform some improbable operation". ;) > I switched to Emacs because it didn't require that to keep the source > nicely formatted, while other IDEs did. I mostly like the fact that `indent-for-tab-command' is idempotent in most modes.