From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juha Nieminen Newsgroups: gmane.emacs.help Subject: Setting auto-indentation of braces Date: Tue, 10 Feb 2009 12:10:07 +0200 Organization: FINNET customers Message-ID: <4991527f$0$14913$9b536df3@news.fv.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234281126 29614 80.91.229.12 (10 Feb 2009 15:52:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 15:52:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 10 16:53:21 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LWuv0-00029X-1e for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Feb 2009 16:53:02 +0100 Original-Received: from localhost ([127.0.0.1]:33821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWutg-0002xe-Iz for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Feb 2009 10:51:40 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!feeder2.news.saunalahti.fi!feeder1.news.saunalahti.fi!nntp.inet.fi!inet.fi!fi.sn.net!newsfeed2.fi.sn.net!news.song.fi!not-for-mail User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 83.102.12.46 Original-X-Trace: 1234260607 news.fv.fi 14913 83.102.12.46:49346 Original-X-Complaints-To: abuse@news.fv.fi Original-Xref: news.stanford.edu gnu.emacs.help:166719 X-Mailman-Approved-At: Tue, 10 Feb 2009 10:47:54 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62032 Archived-At: In the linux version of emacs, when I'm writing a C/C++/other {}-based language, when I write a { to start a new block, emacs automatically indents it. In the macosx version this autoindentation is off, and I can't figure out where to turn it on. I'm so accustomed to it, that it's annoying that it doesn't work... Which magic .emacs line turns this feature on?