From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44352 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Autoloads no longer working? Date: Tue, 23 Apr 2002 17:29:22 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019575989 18426 127.0.0.1 (23 Apr 2002 15:33:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2002 15:33:09 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1702I0-0004mi-00 for ; Tue, 23 Apr 2002 17:33:08 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1702G3-0006kI-00; Tue, 23 Apr 2002 10:31:07 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 23 Apr 2002 10:31:18 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA22965 for ; Tue, 23 Apr 2002 10:31:07 -0500 (CDT) Original-Received: (qmail 1640 invoked by alias); 23 Apr 2002 15:29:55 -0000 Original-Received: (qmail 1635 invoked from network); 23 Apr 2002 15:29:54 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 23 Apr 2002 15:29:54 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g3NFTRb16831 for ; Tue, 23 Apr 2002 17:29:27 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id RAA06647; Tue, 23 Apr 2002 17:29:22 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 435EC3AC60; Tue, 23 Apr 2002 17:29:22 +0200 (CEST) Original-To: ding@gnus.org In-Reply-To: (Andreas Fuchs's message of "Tue, 23 Apr 2002 17:04:48 +0200") Original-Lines: 19 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44352 Andreas Fuchs writes: > Btw, I noticed that there are some features that are (require ')d in > other files; some of these features were present, but their code was not > loaded, I had to (load) them myself. Are you sure you aren't mixing Gnus versions? For example, it does not work to (add-to-list 'load-path "~/path/to/gnus/lisp/") from the ~/.gnus file, as most of Gnus has been loaded already by that time. You might wish to locate the statement that adds the new Gnus version to load-path and put (message "XXX %s" features) before that. Then you can start Emacs and search the *Messages* buffer for XXX and see if any Gnus features ("^gnus", "^nn", "^message", "^mailcap") are present. If this happens, you frobbed load-path too late. kai -- Silence is foo!