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: Mon, 24 Oct 2005 20:23:53 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <8xwjrtly.fsf@ict.ac.cn> 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 1130160306 14194 80.91.229.2 (24 Oct 2005 13:25:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 13:25:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 24 15:25:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EU2HS-0007a8-9W for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 15:22:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU2HQ-0002DJ-8b for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Oct 2005 09:22:24 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.isc.org!news.glorb.com!postnews.google.com!news4.google.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: 159.226.39.251 Original-X-Trace: news.yaako.com 1130156528 25466 159.226.39.251 (24 Oct 2005 12:22:08 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Mon, 24 Oct 2005 12:22:08 +0000 (UTC) User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:UZ3c5u2JwudqJQPJ131aDY1J0YU= Original-Xref: shelby.stanford.edu gnu.emacs.help:134935 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:30522 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 ok!, i restart emacs and it works now. it shows to me that the version is No Gnus v0.4, did something go wrong