From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: fiddling with SGML/HTML mode Date: Tue, 02 Feb 2010 23:26:30 -0700 Message-ID: References: <88176FDF-652B-4774-8FCA-C0D5A05B706D@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1265179148 31823 80.91.229.12 (3 Feb 2010 06:39:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 06:39:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 03 07:39:02 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 1NcYtB-0007yG-97 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Feb 2010 07:39:01 +0100 Original-Received: from localhost ([127.0.0.1]:56918 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcYtA-0000Eo-Lx for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Feb 2010 01:39:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcYhW-0002gS-I2 for help-gnu-emacs@gnu.org; Wed, 03 Feb 2010 01:26:58 -0500 Original-Received: from [199.232.76.173] (port=59938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcYhV-0002fm-Ge for help-gnu-emacs@gnu.org; Wed, 03 Feb 2010 01:26:57 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcYhR-0004gC-4j for help-gnu-emacs@gnu.org; Wed, 03 Feb 2010 01:26:57 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:48703) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcYhQ-0004fk-4b for help-gnu-emacs@gnu.org; Wed, 03 Feb 2010 01:26:52 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NcYhM-0002Nb-Lm for help-gnu-emacs@gnu.org; Wed, 03 Feb 2010 07:26:48 +0100 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Feb 2010 07:26:48 +0100 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Feb 2010 07:26:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) In-Reply-To: <88176FDF-652B-4774-8FCA-C0D5A05B706D@gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:71642 Archived-At: Eric Abrahamsen wrote: > Very briefly: is there a way to convince html-mode that when I use > sgml-tag to insert a
tag, it should give me the option of adding a > class or id attribute? Can I do this without editing the source code? You should be able to frob html-tag-alist. But that begs the question: Why doesn't html-mode support HTML 4? -- Kevin Rodgers Denver, Colorado, USA