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: Need help customizing "TAB" for HTML Date: Fri, 26 Jan 2007 20:20:00 -0500 Message-ID: References: <45BA66FE.5000906@fnal.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169860826 7078 80.91.229.12 (27 Jan 2007 01:20:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Jan 2007 01:20:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Angela Bellavance Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 27 02:20:20 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 1HAcEt-0005of-P2 for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jan 2007 02:20:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAcEt-0001m8-9O for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jan 2007 20:20:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAcEh-0001m3-0q for help-gnu-emacs@gnu.org; Fri, 26 Jan 2007 20:20:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAcEe-0001lf-NE for help-gnu-emacs@gnu.org; Fri, 26 Jan 2007 20:20:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAcEe-0001lc-HO for help-gnu-emacs@gnu.org; Fri, 26 Jan 2007 20:20:04 -0500 Original-Received: from tomts40.bellnexxia.net ([209.226.175.97] helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HAcEe-0001Lt-7X for help-gnu-emacs@gnu.org; Fri, 26 Jan 2007 20:20:04 -0500 Original-Received: from pastel.home ([74.12.211.125]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070127012001.HTSD1750.tomts40-srv.bellnexxia.net@pastel.home> for ; Fri, 26 Jan 2007 20:20:01 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 68EB182E8; Fri, 26 Jan 2007 20:20:00 -0500 (EST) In-Reply-To: <45BA66FE.5000906@fnal.gov> (Angela Bellavance's message of "Fri\, 26 Jan 2007 14\:39\:26 -0600") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:40695 Archived-At: > That would be wonderful! Is there any way I can add the functionality to my > current version of emacs (since I do not have permission to update the > entire thing)? You can try to use the file in emacs/lisp/textmodes/sgml-mode.el that you can find by browsing the CVS sources repository on http://savannah.gnu.org/projects/emacs. I can't guarantee that it works with Emacs-21.4, but I do remember it working correctly at some point in the past. If you encounter a specific problem, post it here and we'll see how to fix it, Stefan