From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: XHTML indent Date: Thu, 10 Aug 2006 18:39:39 +0200 Organization: disorganized Message-ID: <87u04k4kac.fsf@robotron.kosmorama> References: <2504af190608100052s619d0613g11e6c3f26b4865b1@mail.gmail.com> <20060810161913.GB17841@rigel.orion> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155228846 25590 80.91.229.2 (10 Aug 2006 16:54:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Aug 2006 16:54:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 10 18:54:03 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GBDmy-0006Zm-JC for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Aug 2006 18:53:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBDmx-0005PJ-V1 for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Aug 2006 12:53:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBDmk-0005Ks-6b for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 12:53:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBDmi-0005IR-Tv for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 12:53:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBDmi-0005IH-Mj for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 12:53:28 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GBDrf-0005iE-Ce for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 12:58:35 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GBDme-0006VE-IU for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 18:53:24 +0200 Original-Received: from e178057028.adsl.alicedsl.de ([85.178.57.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Aug 2006 18:53:24 +0200 Original-Received: from david.hansen by e178057028.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Aug 2006 18:53:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178057028.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:8MfCWAglv04QOTw89vRAlnrBdcg= 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:36591 Archived-At: On Thu, 10 Aug 2006 10:19:13 -0600 Brad Camroux wrote: > On Thu, Aug 10, 2006 at 03:52:36PM +0800, ray wrote: >> I want to use XHTML mode to edit xhtml file with emacs22. But I feel >> that this mode's indentation is too wide. How can I customize it? I >> read the Emacs Manual but found no answer. Can somebody help me? >> Thanks. > > I'm in the same boat. I want to customize the (X)HTML mode indentation, > but haven't been able to find any docs explaining how to do it. Please > help us :) As far as i can see the indentation step is set via `sgml-basic-offset'. But it defaults to "2" and i don't think anyone would think that this is "to wide". David