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: Thu, 04 Mar 2004 09:02:51 +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 1078623382 29208 80.91.224.253 (7 Mar 2004 01:36:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Mar 2004 01:36:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 07 02:36:10 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 1AznD8-0008O5-00 for ; Sun, 07 Mar 2004 02:36:10 +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 1AznBb-0003Wo-Ij for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Mar 2004 20:34:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Aynl8-0000yy-Ij for help-gnu-emacs@gnu.org; Thu, 04 Mar 2004 02:59:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AynkY-0000kQ-CV for help-gnu-emacs@gnu.org; Thu, 04 Mar 2004 02:59:05 -0500 Original-Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AynkY-0000kJ-2N for help-gnu-emacs@gnu.org; Thu, 04 Mar 2004 02:58:34 -0500 Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AynkU-0006A0-00 for help-gnu-emacs@gnu.org; Thu, 04 Mar 2004 08:58:30 +0100 Original-Received: from [217.224.8.206] (helo=smtp.1und1.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AynkU-0000ae-00 for help-gnu-emacs@gnu.org; Thu, 04 Mar 2004 08:58:30 +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:17438 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17438 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