From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brendan Miller Newsgroups: gmane.emacs.help Subject: Re: change spaces indent in text mode? Date: Fri, 29 Jan 2010 16:51:19 -0800 Message-ID: References: <87wrz0ittg.fsf@mithlond.arda> <87y6jgr4hc.fsf@sec.modprobe.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1264812713 18367 80.91.229.12 (30 Jan 2010 00:51:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Jan 2010 00:51:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tom Rauchenwald Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 30 01:51:51 2010 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.69) (envelope-from ) id 1Nb1Yy-00075x-CO for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jan 2010 01:51:51 +0100 Original-Received: from localhost ([127.0.0.1]:35303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nb1Yu-00042z-Jk for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jan 2010 19:51:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nb1YZ-00042k-9l for help-gnu-emacs@gnu.org; Fri, 29 Jan 2010 19:51:23 -0500 Original-Received: from [199.232.76.173] (port=36732 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nb1YY-00042c-Ut for help-gnu-emacs@gnu.org; Fri, 29 Jan 2010 19:51:22 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nb1YX-0005oR-FE for help-gnu-emacs@gnu.org; Fri, 29 Jan 2010 19:51:22 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:60133) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nb1YX-0005oJ-5i for help-gnu-emacs@gnu.org; Fri, 29 Jan 2010 19:51:21 -0500 Original-Received: by pxi30 with SMTP id 30so1950589pxi.14 for ; Fri, 29 Jan 2010 16:51:19 -0800 (PST) Original-Received: by 10.142.7.8 with SMTP id 8mr1026885wfg.339.1264812679195; Fri, 29 Jan 2010 16:51:19 -0800 (PST) In-Reply-To: <87y6jgr4hc.fsf@sec.modprobe.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:71570 Archived-At: On Fri, Jan 29, 2010 at 1:22 PM, Tom Rauchenwald wrote: > Brendan Miller writes: > >> Great, thanks! >> >> The only problem I have, is that m-i seems to indent by 8 spaces. I >> tried putting >> >> (setq tab-width 4) in my .emacs, but that doesn't seem to change >> anything... is m-i controlled by a different variable? > > Try (setq-default tab-width 4) Nope. m-i still indents by 8 spaces. I'm on emacs 23, if that matters.