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

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

Difference in major mode autoload between 21.3.x and 22.0.x?


From: Markus Nißl
Subject: Difference in major mode autoload between 21.3.x and 22.0.x?
Date: Wed, 12 Oct 2005 17:15:53 +0200
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Hi!

Using Emacs 21.3.1, the following two lines in my .emacs worked fine:

(autoload 'xsl-mode "xslide" "Major mode for XSL stylesheets." t)
(setq auto-mode-alist (cons '("\\.xsl$" . xsl-mode) auto-mode-alist))

Using Emacs 22.0.50.1, xsl-mode is only loaded automatically when I create a new xsl file. When I open an existing xsl file, xml mode is loaded instead.

Anybody an idea what's wrong?

Thanks in advance,
Markus


reply via email to

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