From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.help Subject: Re: html-mode: adding tags to html-tag-alist Date: Wed, 15 Jul 2009 20:45:55 +1000 Message-ID: <4A5DB363.70902@pobox.com> References: <878wiqogud.fsf@blackbart.sedgenet> Reply-To: bernardo.bacic@pobox.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 1247655109 17619 80.91.229.12 (15 Jul 2009 10:51:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jul 2009 10:51:49 +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 Jul 15 12:51:42 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 1MR25N-0005aB-Rt for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jul 2009 12:51:42 +0200 Original-Received: from localhost ([127.0.0.1]:35152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR25N-0001YM-DQ for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Jul 2009 06:51:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR23C-0000ap-Kl for help-gnu-emacs@gnu.org; Wed, 15 Jul 2009 06:49:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR238-0000YZ-Ov for help-gnu-emacs@gnu.org; Wed, 15 Jul 2009 06:49:26 -0400 Original-Received: from [199.232.76.173] (port=40860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR238-0000YN-G7 for help-gnu-emacs@gnu.org; Wed, 15 Jul 2009 06:49:22 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:36055 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MR238-00019H-7s for help-gnu-emacs@gnu.org; Wed, 15 Jul 2009 06:49:22 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 10D1D4881 for ; Wed, 15 Jul 2009 06:49:18 -0400 (EDT) Original-Received: from [192.168.1.10] (unknown [220.233.188.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 6B800487B for ; Wed, 15 Jul 2009 06:49:16 -0400 (EDT) User-Agent: Thunderbird 2.0.0.22 (X11/20090605) In-Reply-To: <878wiqogud.fsf@blackbart.sedgenet> X-Pobox-Relay-ID: 2543E9E8-712D-11DE-9D28-9AE02FB70C38-14340206!a-pb-sasl-sd.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:66103 Archived-At: > > I'm trying to customize html-mode, but I'm having trouble with the > skeleton stuff. I want to get a prompt for class or id for div tags, but > I can't figure out how to do it. I think I have to change > html-tags-alist somehow, but I'm not sure how, or if there's anything > else I need to do in addition. The manual is pretty skimpy on this > topic, and I'm missing a few steps between the description of skeletons > in the wiki and the application of the skeletons in html-mode. i've bookmared this (if you are keen for more reading): http://www.panix.com/~tehom/my-code/skel-recipe.txt and there is always EmacsWiki: http://www.emacswiki.org/cgi-bin/wiki/SkeletonMode