info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 25.1 : gnus-load file, is it needed?


From: Eric Abrahamsen
Subject: Re: Emacs 25.1 : gnus-load file, is it needed?
Date: Tue, 20 Sep 2016 09:08:13 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Sivaram Neelakantan <nsivaram.net@gmail.com> writes:

> I tried to launch gnus from Emacs 25.1 by commenting out this line
> in my .emacs
>
>
> ;;(setq load-path (cons "c:/gnu/elisp/gnus-m0-15/lisp" load-path))
> (require 'gnus-load)
>
> and it promptly said, cannot find gnus-load.
>
> What changes do I have to make now that I don't have to use gnus git
> files? 

You don't have to do anything, the `gnus' function is autoloaded. If
you're using some other gnus-related function before that one, it's
possible you'd need to (require 'gnus), but probably not.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]