From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Steffen_Gl=FCckselig?= Newsgroups: gmane.emacs.help Subject: Using html-quick-keys with nxml-mode Date: Wed, 03 Mar 2004 10:42:15 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1078411230 8165 80.91.224.253 (4 Mar 2004 14:40:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Mar 2004 14:40:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 04 15:40:17 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ayu1J-0001Ro-00 for ; Thu, 04 Mar 2004 15:40:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Ayu1K-00031I-JA for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Mar 2004 09:40:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AySrY-0004XN-TW for help-gnu-emacs@gnu.org; Wed, 03 Mar 2004 04:40:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AySqj-0004FJ-6q for help-gnu-emacs@gnu.org; Wed, 03 Mar 2004 04:40:05 -0500 Original-Received: from [212.227.126.173] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AySoR-0003aJ-N9 for help-gnu-emacs@gnu.org; Wed, 03 Mar 2004 04:37:11 -0500 Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AySoN-0002RO-00 for help-gnu-emacs@gnu.org; Wed, 03 Mar 2004 10:37:07 +0100 Original-Received: from [217.224.2.69] (helo=smtp.1und1.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AySoM-0000Rg-00 for help-gnu-emacs@gnu.org; Wed, 03 Mar 2004 10:37:06 +0100 Original-To: help-gnu-emacs@gnu.org User-Agent: Opera M2/7.50 (Win32, build 3613) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:3c0646bbf6b318d8d2cb021125dc7adc X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17412 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17412 Hello, I am new to emacs and plan to mainly use it for publishing xhtml. I've got the TEI-emacs-package and set up nxml-mode to be associated with html-files (I have not converted to the xhtml-extension yet). I've noticed in html-mode there is an entry in the menu-bar (HTML) that holds some html-elements associated to hotkeys to place them into the source. I would like to have that menu-entry and the shortcuts available in nxml-mode, too. Is that possible? I've noticed that the entries are defined in sgml-mode.el. Could I link that definition to the nxml-mode? How so? Or should I switch back to sgml/html-mode, though my documents are actually xhtml? regards Steffen