From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52368 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-load problem Date: Tue, 06 May 2003 19:47:03 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <76wuh4w65e.fsf@newjersey.ppllc.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052243422 5148 80.91.224.249 (6 May 2003 17:50:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 May 2003 17:50:22 +0000 (UTC) Original-X-From: ding-owner+M912@lists.math.uh.edu Tue May 06 19:50:11 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19D6X4-00011v-00 for ; Tue, 06 May 2003 19:47:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19D6Y7-0007Yq-00; Tue, 06 May 2003 12:48:19 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19D6Y2-0007Yl-00 for ding@lists.math.uh.edu; Tue, 06 May 2003 12:48:15 -0500 Original-Received: (qmail 92683 invoked by alias); 6 May 2003 17:48:14 -0000 Original-Received: (qmail 92678 invoked from network); 6 May 2003 17:48:14 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 6 May 2003 17:48:14 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19D6aD-0000w7-00 for ; Tue, 06 May 2003 19:50:29 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: 0xc3f9826c.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1052243429 3602 195.249.130.108 (6 May 2003 17:50:29 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 May 2003 17:50:29 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > I just upgraded from a beta release to the official 5.10.1 release. I added > > (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) > > to my .gnus file but when I enter dired-mode I get an error that > turn-on-gnus-dired-mode is undefined. If I manually eval the autoload in > gnus-load.el, it all works. From this I deduced that I needed to (require > 'gnus-load) after I added gnus-5.10.1 to my load-path. When I require the > file I get an error 'already loaded'. I think it's an XEmacs bug. It might work if you put this (setq features (delete 'gnus-autoloads features)) before (require 'gnus-load).