Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: gnus-load problem
Date: Tue, 06 May 2003 19:47:03 +0200	[thread overview]
Message-ID: <m3smrsynl4.fsf@defun.localdomain> (raw)
In-Reply-To: <76wuh4w65e.fsf@newjersey.ppllc.com>

Jake Colman <colman@ppllc.com> 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).



  parent reply	other threads:[~2003-05-06 17:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-06 13:34 Jake Colman
2003-05-06 13:41 ` Andrew McDermott
2003-05-06 14:03   ` Jake Colman
2003-05-06 16:40 ` Kai Großjohann
2003-05-06 21:10   ` Reiner Steib
2003-05-06 23:20     ` Karl Pflästerer
2003-05-07  3:18     ` Jesper Harder
2003-05-06 21:19   ` Jake Colman
2003-05-06 22:06     ` Benjamin Rutt
2003-05-07 14:29       ` Jake Colman
2003-05-06 17:47 ` Jesper Harder [this message]
2003-05-06 18:01   ` Jake Colman
2003-05-06 20:42     ` Jesper Harder
2003-05-09  0:17 ` Gleb Arshinov

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3smrsynl4.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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 NNTP newsgroup(s).