"Rodolfo Medina" <[EMAIL PROTECTED]> writes:

> How shall I install cvs gnus on my system?
> With the usual './configure', 'make' and 'make install' trilogy?
> And how shall I tell emacs to use the freshly installed cvs gnus
> instead of the one already present in my emacs installation?



I worked it out so:


                .....................................

See:
http://www.gnus.org/distribution.html


--------
Download:
--------

download and install emacs cvs;

be sure you have cvs 1.8 or newer installed;

from the '~/' directory (or whatever you want) do:

    $ cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot login
    CVS password: gnus
    $ cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot checkout gnus
     
A '~/gnus' directory will be created, you can then rename to whatever you want 
-- like, for instance, pgnus. 



------------
Installation:
------------

from '~/gnus' do:

$ ./configure && make

. In .emacs put the following:


------------------------------------------------------------------
(setq load-path (cons (expand-file-name "~/gnus/lisp") load-path)) 
 (require 'gnus-load) 
 

(require 'info) 
 (setq Info-default-directory-list 
       (cons "~/gnus/texi" Info-default-directory-list))
------------------------------------------------------------------



*Don't* remove the ~/gnus directory!


------
Update:
------

from the '~/gnus' dir, do: 

    $ cvs update
                        .........................


Bye,
Rodolfo
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to