[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how can i update my gnus
From: |
Zhang Huan |
Subject: |
Re: how can i update my gnus |
Date: |
24 Oct 2005 20:19:52 +0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Bastien <bastien@xxx.fr> writes:
> Zhang Huan writes:
>
> > i'm using linux, distro is fc4, however the version of gnus is
> > 5.9.0, i want to update gnus directly. anyone know how to do it??
>
> See http://www.gnus.org/distribution.html:
>
> For example in ~/elisp/:
>
> ,----
> | $ cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot login
> | CVS password: gnus
> | $ cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot checkout gnus
> | $ cd gnus
> | $ ./configure
> | $ make
> | $ make install
> `----
>
> Then in your ~/.emacs.el:
>
> (add-to-list 'load-path "~/elisp/gnus/lisp/")
>
> --
> Bastien
i have run the commands you memsioned above, and restart gnus. it's version is
still 5.9.0 however.
why must i add (add-to-list 'load-path "~/elisp/gnus/lisp/"), since my Emacs can
load gnus properly.