From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Markus_Ni=DFl?= Newsgroups: gmane.emacs.help Subject: Difference in major mode autoload between 21.3.x and 22.0.x? Date: Wed, 12 Oct 2005 17:15:53 +0200 Organization: Arcor Message-ID: <434d28aa$0$10242$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1129130685 8582 80.91.229.2 (12 Oct 2005 15:24:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2005 15:24:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 12 17:24:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPiPR-000791-MP for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Oct 2005 17:20:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPiPR-0003du-03 for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Oct 2005 11:20:49 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.cw.net!news-FFM2.ecrc.de!newsfeed.stueberl.de!newsfeed.freenet.de!newsfeed.arcor.de!news.arcor.de!not-for-mail User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Date: 12 Oct 2005 17:15:54 MEST Original-NNTP-Posting-Host: b9de0712.newsread2.arcor-online.net Original-X-Trace: DXC=:LOk24CIeNT_?d?5Djc5EQoWJNF19F]_] Original-X-Complaints-To: abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:134588 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30169 Archived-At: 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