> > (require 'gnus-load) * Emanuel Berg <embe8...@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 _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english