From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jirka Kosek Newsgroups: gmane.emacs.help Subject: Re: PSGML mode: sgml-custom-dtd not appearing in menu Date: Wed, 30 Oct 2002 12:38:19 +0100 Organization: CESNET z.s.p.o. Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3DBFC4AB.215EBB4F@kosek.cz> References: <%pEv9.340$dz2.61120@stones> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035978364 8174 80.91.224.249 (30 Oct 2002 11:46:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 11:46:04 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186rIR-00027h-00 for ; Wed, 30 Oct 2002 12:46:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186rIn-0008Hn-00; Wed, 30 Oct 2002 06:46:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.arcor-online.net!uucp.gnuu.de!newsfeed.stueberl.de!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!vse470.vse.cz!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 20 Original-NNTP-Posting-Host: vse470.vse.cz Original-X-Trace: crax.cesnet.cz 1035977902 20715 146.102.16.1 (30 Oct 2002 11:38:22 GMT) Original-X-Complaints-To: usenet@news.cesnet.cz Original-NNTP-Posting-Date: 30 Oct 2002 11:38:22 GMT X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en X-Original-NNTP-Posting-Host: badame.vse.cz X-Original-Trace: 30 Oct 2002 12:38:21 +0200, badame.vse.cz Original-Xref: shelby.stanford.edu gnu.emacs.help:106551 comp.emacs:75516 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3101 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3101 "D. D. Brierton" wrote: > But nothing shows up in PSGML's DTD menu. I can do C-c C-u C-d TAB and I get > prompted in a new window for HTML 4.01 Strict - XHTML 1.1, but nothing shows > up in the menu. Is something meant to? Or have I misunderstood the docs? You should tell your Emacs to switch to XML mode when editing files in XHTML: (setq auto-mode-alist (append (list (cons "\\.xhtml\\'" 'xml-mode)) auto-mode-alist)) or you can manually invoke XML mode by M-x xml-mode RET -- ----------------------------------------------------------------- Jirka Kosek e-mail: jirka@kosek.cz http://www.kosek.cz