From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jpkotta Newsgroups: gmane.emacs.help Subject: Re: Indentation settings problems Date: Mon, 21 Sep 2009 14:27:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <25520490.post@talk.nabble.com> <4AB58B81.7060806@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253569250 13663 80.91.229.12 (21 Sep 2009 21:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2009 21:40:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 21 23:40:43 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 1Mpqch-0007C6-2B for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 23:40:39 +0200 Original-Received: from localhost ([127.0.0.1]:48584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpqcg-0002hU-9b for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 17:40:38 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!g6g2000vbr.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 64.122.73.112 Original-X-Trace: posting.google.com 1253568447 3173 127.0.0.1 (21 Sep 2009 21:27:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 21 Sep 2009 21:27:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g6g2000vbr.googlegroups.com; posting-host=64.122.73.112; posting-account=EwI0QQoAAADdqmqX_mVfawBNtwyks2YE User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.2.15 Version/10.00,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173234 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:68349 Archived-At: On Sep 20, 1:37=A0pm, TriKri wrote: > Bernardo Bacic wrote: > > > er, don't know about the menus - i never use them and have them turned > > off, but the following in your .emacs should work: > > > (setq-default tab-width 4 > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0indent-tabs-mode t) > > > you could quickly evaluate it with C-x C-e to see its effect > > In which file should I add it? I can't find any file ending with .emacs. = I > made a search in the entire emacs folder and ordered by date last modifie= d, > but no file is modified later than July this year, and I have made change= s > in the options this month. So, where is the file located? Is there any qu= ick > way to add it with emacs? > -- > View this message in context:http://www.nabble.com/Indentation-settings-p= roblems-tp25520490p255301... > Sent from the Emacs - Help mailing list archive at Nabble.com. You may want to try c-basic-offset too. It specifies how many columns each indentation level differs by when you use syntactic indentation. You can change it with setq-default or use customization. M-x customize-group RET c RET