help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSGML mode: sgml-custom-dtd not appearing in menu


From: Jirka Kosek
Subject: Re: PSGML mode: sgml-custom-dtd not appearing in menu
Date: Wed, 30 Oct 2002 12:38:19 +0100

"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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]