From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r116461: Connect electric-indent-mode up with CC Mode. Bug #15478. Date: Thu, 27 Mar 2014 16:51:11 +0900 Message-ID: <877g7gqdu8.fsf@uwakimon.sk.tsukuba.ac.jp> 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> <87ior2rac9.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1395906752 32749 80.91.229.3 (27 Mar 2014 07:52:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2014 07:52:32 +0000 (UTC) Cc: Alan Mackenzie , Dmitry Gutov , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 08:52:41 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 1WT579-0002Bp-3a for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2014 08:52:39 +0100 Original-Received: from localhost ([::1]:52139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT578-0004ws-N3 for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2014 03:52:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT56y-0004wi-MI for emacs-devel@gnu.org; Thu, 27 Mar 2014 03:52:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT56r-0006sK-92 for emacs-devel@gnu.org; Thu, 27 Mar 2014 03:52:28 -0400 Original-Received: from mgmt2.sk.tsukuba.ac.jp ([130.158.97.224]:54273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT56q-0006Mu-VF for emacs-devel@gnu.org; Thu, 27 Mar 2014 03:52:21 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt2.sk.tsukuba.ac.jp (Postfix) with ESMTP id 24F7E970A3D; Thu, 27 Mar 2014 16:51:12 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 171501A28DC; Thu, 27 Mar 2014 16:51:12 +0900 (JST) In-Reply-To: X-Mailer: VM undefined under 21.5 (beta34) "kale" 2a0f42961ed4 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 130.158.97.224 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:171024 Archived-At: Stefan Monnier writes: > > I'm very unlikely to get used to it. Specifically, in the very > > annoying case where unconventional indentation gets blown away by it > > (TAB won't fix that!) > > Of course, in that case you simply want to disable electric-indent-mode. Doesn't that turn off *all* the electric characters? Or are you saying it's possible to turn of electric indent mode for a particular line? Also, the usual electric characters don't usually figure in the affected lines. It's only RET that I'd like to be able to use.