Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Damien Wyart <damien.wyart@free.fr>
To: info-gnus-english@gnu.org
Subject: Re: gnus-kill-file-mode vanished
Date: Fri, 11 Oct 2013 19:29:07 +0200	[thread overview]
Message-ID: <52583563$0$2403$426a34cc@news.free.fr> (raw)
In-Reply-To: <87pprbpway.fsf@nl106-137-194.student.uu.se>

> > (require 'gnus-load)

* Emanuel Berg <embe8573@student.uu.se> in gnu.emacs.gnus:
> I have

> (load "gnus")

> - is there a difference? - anyway, it always worked.

require is less heavy than load, it can avoid reading the same file
several times when it is called at several places in the code.

gnus-load is also less heavy and just loads a few entry points in Gnus
code IIRC.

I was suggesting to load Gnus in a way or another but it seems you
already have something for this.

> But, (require 'gnus-load) gives

> > (file-error "Cannot open load file" "gnus-load")

> What is going on? Is my file system disintegrating before my eyes?

Looks like a load-path problem, something has changed on your system,
maybe.

No other idea for now...

-- 
DW

      reply	other threads:[~2013-10-11 17:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-10 22:22 Emanuel Berg
2013-10-11  8:24 ` Damien Wyart
2013-10-11 17:10   ` Emanuel Berg
2013-10-11 17:29     ` Damien Wyart [this message]

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='52583563$0$2403$426a34cc@news.free.fr' \
    --to=damien.wyart@free.fr \
    --cc=info-gnus-english@gnu.org \
    /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).