From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jfiocca0@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Why flip RET and C-j with electric-indent-mode? Date: Fri, 29 Apr 2016 10:57:10 -0700 (PDT) Message-ID: <604600ef-4fdb-46ad-b7c8-30625ac303d1@googlegroups.com> References: <20141128153825244895059@bob.proulx.com> <83tx1ila1w.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1464881668 17760 80.91.229.3 (2 Jun 2016 15:34:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2016 15:34:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 02 17:34:27 2016 Return-path: Envelope-to: geh-help-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 1b8Uda-0005pk-9Q for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2016 17:34:22 +0200 Original-Received: from localhost ([::1]:48054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8UdZ-0005qi-Az for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2016 11:34:21 -0400 X-Received: by 10.31.191.8 with SMTP id p8mr154238vkf.8.1461952630975; Fri, 29 Apr 2016 10:57:10 -0700 (PDT) X-Received: by 10.50.171.195 with SMTP id aw3mr129006igc.1.1461952630892; Fri, 29 Apr 2016 10:57:10 -0700 (PDT) Original-Path: usenet.stanford.edu!88no1556087qga.1!news-out.google.com!uv8ni121igb.0!nntp.google.com!sq19no351437igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=104.129.198.66; posting-account=5d7vyAoAAADIUsOm_Xa650APTgugTEjt Original-NNTP-Posting-Host: 104.129.198.66 User-Agent: G2/1.0 Injection-Date: Fri, 29 Apr 2016 17:57:10 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:217562 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110185 Archived-At: > > (setq electric-indent-mode nil) ; new in 24, default is t, breaks RET/C-j > For me, that does not completely revert the behavior back to the old way. It does not automatically indent curly braces like it used to. How can I get back to the old way + auto-indent C curly braces? Thanks, Jim