unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Markus Nißl" <mnissl@arcor.de>
Subject: Difference in major mode autoload between 21.3.x and 22.0.x?
Date: Wed, 12 Oct 2005 17:15:53 +0200	[thread overview]
Message-ID: <434d28aa$0$10242$9b4e6d93@newsread2.arcor-online.net> (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

             reply	other threads:[~2005-10-12 15:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-12 15:15 Markus Nißl [this message]
2005-10-12 15:24 ` Difference in major mode autoload between 21.3.x and 22.0.x? 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

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='434d28aa$0$10242$9b4e6d93@newsread2.arcor-online.net' \
    --to=mnissl@arcor.de \
    /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).