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: Stop fiddling with my preferences Date: Sun, 23 Nov 2014 19:59:57 +0200 Message-ID: <83oarxre5e.fsf@gnu.org> References: <20141123162705.GB23221@thyrsus.com> <83y4r1rffc.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1416765631 22559 80.91.229.3 (23 Nov 2014 18:00:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 18:00:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Roland Lutz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 19:00:24 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 1XsbSR-0003fV-4Z for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 19:00:23 +0100 Original-Received: from localhost ([::1]:49555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsbSQ-0002sy-Ns for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 13:00:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsbS1-0002si-13 for emacs-devel@gnu.org; Sun, 23 Nov 2014 13:00:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsbRv-0008QJ-PL for emacs-devel@gnu.org; Sun, 23 Nov 2014 12:59:56 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:35686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsbRv-0008QF-Ge for emacs-devel@gnu.org; Sun, 23 Nov 2014 12:59:51 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NFI0020074SQW00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Sun, 23 Nov 2014 19:59:49 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFI002YB7BPM780@a-mtaout23.012.net.il>; Sun, 23 Nov 2014 19:59:49 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:178108 Archived-At: > Date: Sun, 23 Nov 2014 18:45:24 +0100 (CET) > From: Roland Lutz > cc: emacs-devel@gnu.org > > On Sun, 23 Nov 2014, Eli Zaretskii wrote: > > See the NEWS excerpt below (although having such complaints from people > > who clearly don't read NEWS is hardly an incentive to continue with > > these efforts). > > These instructions are helpful (I didn't know about the NEWS file at that > point) but they are missing `delete-active-region'. Sure, it's documented > a few paragraphs above, but it doesn't say that it's enabled by default. Like I said, please report this as a bug. > For electric-indent-mode, it says: > > > *** `electric-indent-mode' is now enabled by default. > > Typing RET reindents the current line and indents the new line. > > `C-j' inserts a newline but does not indent. In some programming modes, > > additional characters are electric (eg `{'). > > > > *** New buffer-local `electric-indent-local-mode'. > > After a bit of confusion with the argument of electric-indent-mode (nil > enabling the mode), I disabled it globally. However, this disabled all > other electric characters, too. I couldn't find documented how to revert > to the previous behavior where `{' is electric but RET isn't. I think you want M-x electric-indent-just-newline RET