From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Possible bugs with indentation in html mode Date: Fri, 16 Feb 2007 23:41:00 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1171690836 26163 80.91.229.12 (17 Feb 2007 05:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 05:40:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 17 06:40:29 2007 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 1HIIJB-00074E-ID for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 06:40:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIIJB-0005ed-4N for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 00:40:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.umontreal.ca!news.umontreal.ca.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 16 Feb 2007 22:41:00 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) Cancel-Lock: sha1:lTFyQKkalFiXQmyc3XtXU9Mi0/g= Original-Lines: 21 Original-NNTP-Posting-Host: 132.204.27.213 Original-X-Trace: sv3-IFxyzywA8vaptjst597R8RYUsn1Kcb+TWMWbmb/nL1xqFQR75ISyltVjpA1TgvkeSmcIj2k99yZg7G6!AR7/or46EIP58T4MERPR24YTXJxZhA5CLomYfPuSYoj5pF83N0pzItLswiMAChATjrBKhlBMBctJ!A0PyjnvWuC4ANEP/8A== Original-X-Complaints-To: abuse@umontreal.ca X-DMCA-Complaints-To: abuse@umontreal.ca X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Original-Xref: shelby.stanford.edu gnu.emacs.help:145668 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:41273 Archived-At: > I'm editing HTML code using emacs and I'm noticing some strange behavior > with the indentation. Emacs does not come with an HTML mode that provides indentation (unless you're using a development version such as the soon-to-be-released Emacs-22). There are several packages out there that provide an HTML mode with indentation. So please tell us which HTML mode you're using. > I can hit TAB on elements like "" and "" and "
", and emacs > will happily indent each by two spaces relative to the container tag, > ending the additional space when it finds the corresponding closing tag. > However, it does not handle single tags well (e.g. "
", "", > etc.). Emacs adds the two-space indentation following one of these single > tags and will not decrement the indentation unless a closing tag is found > for some surrounding set of tags. I believe the Emacs-22 HTML mode does handle those special tags correctly, so I presume this is another mode you're talking about. Stefan