unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Difference in major mode autoload between 21.3.x and 22.0.x?
@ 2005-10-12 15:15 Markus Nißl
  2005-10-12 15:24 ` Slawomir Nowaczyk
       [not found] ` <mailman.11034.1129130655.20277.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Nißl @ 2005-10-12 15:15 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-14 13:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-12 15:15 Difference in major mode autoload between 21.3.x and 22.0.x? Markus Nißl
2005-10-12 15:24 ` Slawomir Nowaczyk
     [not found] ` <mailman.11034.1129130655.20277.help-gnu-emacs@gnu.org>
2005-10-14  8:08   ` Markus Nißl
2005-10-14 12:20     ` Slawomir Nowaczyk
     [not found]     ` <mailman.11338.1129292518.20277.help-gnu-emacs@gnu.org>
2005-10-14 13:02       ` Markus Nißl

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).