[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-kill-file-mode vanished
From: |
Damien Wyart |
Subject: |
Re: gnus-kill-file-mode vanished |
Date: |
Fri, 11 Oct 2013 19:29:07 +0200 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 |
> > (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