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

2016-09-20 Thread Eric S Fraga
On Monday, 19 Sep 2016 at 16:26, Sivaram Neelakantan wrote:
> 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)

Comment the second line as well.  Emacs 25 knows where gnus is and it
will autoload when needed; at least, that's my experience.

-- 
: Eric S Fraga, GnuPG: 0xFFFCF67D
: in Emacs 25.1.50.1 + Gnus v5.13 + evil-git-ff74cfb
: BBDB version 3.1.2 (2016-07-21 10:12:09+00:00)

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


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

2016-09-19 Thread Eric Abrahamsen
Sivaram Neelakantan  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


___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


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

2016-09-19 Thread Sivaram Neelakantan
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? 

sivaram
-- 

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english