From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Dzhus Newsgroups: gmane.emacs.help Subject: Re: Changing default intendation length? Date: Mon, 01 Sep 2008 08:38:23 +0400 Organization: albasani.net Message-ID: <87y72cjxa8.fsf@sphinx.net.ru> References: <5e5c407c-0980-45ed-9d46-a37d7137e263@d1g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1220247664 27696 80.91.229.12 (1 Sep 2008 05:41:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 05:41:04 +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 01 07:41:58 2008 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 1Ka2An-0005ud-HU for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2008 07:41:57 +0200 Original-Received: from localhost ([127.0.0.1]:44204 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ka29o-0001QB-JP for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2008 01:40:56 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsfeed.straub-nv.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: news.albasani.net hQZUs2e9uVBzMJvjbxBAZZc0Pq72yu+Hj+rPLnPtYyb5unK1EAsOvK2OitD7YTyXiaH7jUxcWehy5QZnixpjj7CA15enW9epc9QG7Yd1iRRsmQjPj4IxTJNmne/bhs1n Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 1 Sep 2008 04:41:35 +0000 (UTC) X-User-ID: oinWY9p8hEwMKYf2C9DaDZpauz2lSS13FlPPeCZS+74= Cancel-Lock: sha1:A+QIQ0trbQlKxiJOzBXSsSASFiQ= sha1:SuoEEu36212VnKD4i5xf2GK6SKQ= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: 9/6ZsBj4435q5pK5rv+te8t2QQrnjhxaiujSCsg4+38= Original-Xref: news.stanford.edu gnu.emacs.help:161820 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:57164 Archived-At: ssecorp wrote: > Emacs indents 2 chars by defaul. It is too small for me, how can I > change to 4? Generally you'll want to customize `*-indent` or `*-indent-offset` variables, where `*` is major mode name (for example, `python-indent`). Some modes, namely C mode, use other customization approach based on selected code style (see `c-default-style`). -- Happy Hacking. http://sphinx.net.ru む