all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how can i update my gnus
@ 2005-10-24 11:42 Zhang Huan
  2005-10-24 11:59 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Zhang Huan @ 2005-10-24 11:42 UTC (permalink / raw)


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?? the README file notice that
dont run "make install"!!!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how can i update my gnus
  2005-10-24 11:42 how can i update my gnus Zhang Huan
@ 2005-10-24 11:59 ` Bastien
  2005-10-24 12:19   ` Zhang Huan
  2005-10-24 12:23   ` Zhang Huan
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien @ 2005-10-24 11:59 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how can i update my gnus
  2005-10-24 11:59 ` Bastien
@ 2005-10-24 12:19   ` Zhang Huan
  2005-10-24 12:34     ` Bastien
  2005-10-24 12:23   ` Zhang Huan
  1 sibling, 1 reply; 6+ messages in thread
From: Zhang Huan @ 2005-10-24 12:19 UTC (permalink / raw)


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. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how can i update my gnus
  2005-10-24 11:59 ` Bastien
  2005-10-24 12:19   ` Zhang Huan
@ 2005-10-24 12:23   ` Zhang Huan
  2005-10-24 13:33     ` Michael Cadilhac
  1 sibling, 1 reply; 6+ messages in thread
From: Zhang Huan @ 2005-10-24 12:23 UTC (permalink / raw)


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
ok!, i restart emacs and it works now.
it shows to me that the version is No Gnus v0.4, did something go wrong

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how can i update my gnus
  2005-10-24 12:19   ` Zhang Huan
@ 2005-10-24 12:34     ` Bastien
  0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2005-10-24 12:34 UTC (permalink / raw)


Zhang Huan writes:

> why must i add (add-to-list 'load-path "~/elisp/gnus/lisp/"), since
> my Emacs can load gnus properly.

Ok, my fault. You only need to do that if you don't install gnus with
`make install'. This is the way i'm doing it, so that i can cvs update
Afrom time to time and don't want to install it each time.

-- 
Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: how can i update my gnus
  2005-10-24 12:23   ` Zhang Huan
@ 2005-10-24 13:33     ` Michael Cadilhac
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Cadilhac @ 2005-10-24 13:33 UTC (permalink / raw)
  Cc: help-gnu-emacs

Zhang Huan <zhanghuan@ict.ac.cn> writes:

> 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
> ok!, i restart emacs and it works now.
> it shows to me that the version is No Gnus v0.4, did something go wrong

  Everything's right. As written in the gnus info file :

If you happen upon a version of Gnus that has a prefixed name --
"(ding) Gnus", "September Gnus", "Red Gnus", "Quassia Gnus",
"Pterodactyl Gnus", "Oort Gnus" -- don't panic. Don't let it know that
you're frightened. Back away. Slowly. Whatever you do, don't run. Walk
away, calmly, until you're out of its reach. Find a proper released
version of Gnus and snuggle up to that instead.

  In fact NoGnus is the development version of Gnus.

-- 
    Michael Cadilhac, a.k.a. Micha [mika] |
                    Epita/LRDE promo 2007 |  Please note that you should
  2 rue de la Convention | 08.70.65.13.14 |  s/-@t-/@/ my mail address.
94270 Le Kremlin Bicetre | 06.23.20.31.30 |

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-10-24 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-24 11:42 how can i update my gnus Zhang Huan
2005-10-24 11:59 ` Bastien
2005-10-24 12:19   ` Zhang Huan
2005-10-24 12:34     ` Bastien
2005-10-24 12:23   ` Zhang Huan
2005-10-24 13:33     ` Michael Cadilhac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.