From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. D. Brierton" Newsgroups: gmane.emacs.help Subject: PSGML mode: sgml-custom-dtd not appearing in menu Date: Tue, 29 Oct 2002 23:00:10 +0000 Organization: DZR Sender: help-gnu-emacs-admin@gnu.org Message-ID: <%pEv9.340$dz2.61120@stones> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035933164 28908 80.91.224.249 (29 Oct 2002 23:12:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 23:12:44 +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 186fXP-0007Vy-00 for ; Wed, 30 Oct 2002 00:12:43 +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 186fRG-0001DF-00; Tue, 29 Oct 2002 18:06:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.ulv.nextra.no!nextra.com!peernews.cix.co.uk!shale.ftech.net!news.ftech.net!landlord!stones.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs User-Agent: Pan/0.11.3 (Unix) X-Comment-To: ALL Original-Lines: 44 Original-NNTP-Posting-Host: 212.159.101.92 Original-X-Complaints-To: abuse@plus.net.uk Original-X-Trace: stones 1035932411 212.159.101.92 (Tue, 29 Oct 2002 23:00:11 GMT) Original-NNTP-Posting-Date: Tue, 29 Oct 2002 23:00:11 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:106535 comp.emacs:75504 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:3085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3085 Using Emacs 21.1.1 on Linux (Mandrake 8.2) with psgml 1.2.4, I've put the following in my .emacs: (setq sgml-custom-dtd '( ( "HTML 4.01 Strict" "" sgml-default-dtd-file "~/lib/DTD/html401/strict.ced" ) ( "HTML 4.01 Transitional" "" sgml-default-dtd-file "~/lib/DTD/html401/loose.ced" ) ( "HTML 4.01 Frameset" "" sgml-default-dtd-file "~/lib/DTD/html401/frameset.ced" ) ( "XHTML 1.0 Strict" "\n" sgml-default-dtd-file "~/lib/DTD/xhtml1/xhtml1-strict.ced" ) ( "XHTML 1.0 Transitional" "\n" sgml-default-dtd-file "~/lib/DTD/xhtml1/xhtml1-transitional.ced" ) ( "XHTML 1.0 Frameset" "\n" sgml-default-dtd-file "~/lib/DTD/xhtml1/xhtml1-frameset.ced" ) ( "XHTML 1.1" "\n" sgml-default-dtd-file "~/lib/DTD/xhtml11/xhtml11.ced" ) ) ) 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? TIA, Darren P.S. If anyone has got their emacs set up to work with all the recent W3C DTDs and PSGML I'd love to get some advice from them. I just can't seem to get the XHTML doctypes working at all ... -- ====================================================================== D. D. Brierton darren@dzr-web.com www.dzr-web.com Trying is the first step towards failure (Homer Simpson) ======================================================================