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

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

Re: transient-mark-mode broken in CVS and is there a better html-mode?


From: Edward O'Connor
Subject: Re: transient-mark-mode broken in CVS and is there a better html-mode?
Date: Wed, 05 Oct 2005 10:29:06 -0700
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin)

Shug Boabby wrote:

> the problem is that no mater what i do to auto-load-alist to set xml
> files to open in nxml-mode... they still open in xml-mode. how can i
> override that?

Here's what I do to set up nxml mode:

(when (load "rng-auto" t)
  (defalias 'html-mode 'nxml-mode)
  (defalias 'xml-mode 'nxml-mode))


Ted

-- 
Edward O'Connor
hober0@gmail.com

Ense petit placidam sub libertate quietem.





reply via email to

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