From: Jirka Kosek <jirka@kosek.cz>
Subject: Re: PSGML mode: sgml-custom-dtd not appearing in menu
Date: Wed, 30 Oct 2002 12:38:19 +0100 [thread overview]
Message-ID: <3DBFC4AB.215EBB4F@kosek.cz> (raw)
In-Reply-To: %pEv9.340$dz2.61120@stones
"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
prev parent reply other threads:[~2002-10-30 11:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-29 23:00 PSGML mode: sgml-custom-dtd not appearing in menu D. D. Brierton
2002-10-29 23:30 ` Jhair Tocancipa Triana
2002-10-30 11:38 ` Jirka Kosek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DBFC4AB.215EBB4F@kosek.cz \
--to=jirka@kosek.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).