From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Huan Newsgroups: gmane.emacs.help Subject: Re: how can i update my gnus Date: 24 Oct 2005 20:19:52 +0800 Organization: Bentium Ltd. (CN99) Message-ID: References: <4q77m99f.fsf@localhost.localdomain> <87y84jrukt.fsf@xxx.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130160007 13046 80.91.229.2 (24 Oct 2005 13:20:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 13:20:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 24 15:20:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EU2F3-0006Hp-6m for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 15:19:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU2F2-00013m-JB for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 09:19:56 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed-00.mathworks.com!panix!bloom-beacon.mit.edu!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 159.226.39.251 Original-X-Trace: news.yaako.com 1130156286 25254 159.226.39.251 (24 Oct 2005 12:18:06 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Mon, 24 Oct 2005 12:18:06 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Xref: shelby.stanford.edu gnu.emacs.help:134934 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30521 Archived-At: Bastien 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.