From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Wu Newsgroups: gmane.emacs.help Subject: Re: How to configure Emacs to autoload modes? Date: 24 Feb 2003 10:10:46 +0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3E566733.8080905@ihs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046052996 24660 80.91.224.249 (24 Feb 2003 02:16:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2003 02:16:36 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18n8AU-0006PX-00 for ; Mon, 24 Feb 2003 03:16:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18n89V-0000xe-07 for gnu-help-gnu-emacs@m.gmane.org; Sun, 23 Feb 2003 21:15:33 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: alvinzh.fareast.corp.microsoft.com X-Original-NNTP-Posting-Host: alvinzh.fareast.corp.microsoft.com Original-X-Trace: news.microsoft.com 1046052646 157.60.68.97 (23 Feb 2003 18:10:46 -0800) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!out.nntp.be!propagator-sanjose!news-in-sanjose!sea-feed.news.verio.net!news.microsoft.com!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:110548 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7050 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7050 On Sat Feb 22 2003 at 01:51, Kevin Rodgers wrote: > Peter Wu wrote: > >> > > However, it does not work for me after I modified the files.el and > > loaddefs.el. What could I have missed? Thanks! > > The fact that they are dumped into the emacs executable and therefore not loaded > at run time. I think you are right. I tried to remove some entries in the files and loaddefs.el and Emacs still *correctly* loads cc-mode. -- Peter Wu