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

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

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?