From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sona Newsgroups: gmane.emacs.help Subject: Customizing tab indentation width Date: Sun, 21 Sep 2003 01:13:12 +1000 Organization: Australian National University Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3f6c6c5f$1@clarion.carno.net.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064071039 17663 80.91.224.253 (20 Sep 2003 15:17:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2003 15:17:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 20 17:17:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0jU5-000317-00 for ; Sat, 20 Sep 2003 17:17:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0jSk-0004i6-JQ for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Sep 2003 11:15:54 -0400 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-NNTP-Posting-Host: 150.203.235.60 X-Original-NNTP-Posting-Host: 150.203.235.60 Original-X-Trace: clarion.carno.net.au 1064070239 150.203.235.60 (21 Sep 2003 01:03:59 +1000) Original-Lines: 16 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news1.optus.net.au!optus!clarion.carno.net.au Original-Xref: shelby.stanford.edu gnu.emacs.help:116751 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:12675 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12675 Hi, I want to set the default tab indetation width in emacs to be 2 spaces. I set this in the tab-with variable and also in the standard indent variable but it's not working. For example, if I type the following: if (someVariable == true) { doSomething(); } it indents doSomething() to 4 spaces.. I need this to be 2 spaces only. How can I do this? Thanks Sona