From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: bug/patch: gnus-start.el gnus-convert-old-newsrc Date: Tue, 26 Oct 2004 18:49:24 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20041026224924.GA32031@fencepost> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098831021 8608 80.91.229.6 (26 Oct 2004 22:50:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 22:50:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 27 00:50:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMa8u-0004os-00 for ; Wed, 27 Oct 2004 00:50:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMaGc-0001ac-P0 for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 18:58:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMaGR-0001aM-RJ for emacs-devel@gnu.org; Tue, 26 Oct 2004 18:58:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMaGR-0001aA-Eu for emacs-devel@gnu.org; Tue, 26 Oct 2004 18:58:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMaGR-0001a7-Ci for emacs-devel@gnu.org; Tue, 26 Oct 2004 18:58:03 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMa8e-0006tE-Ow for emacs-devel@gnu.org; Tue, 26 Oct 2004 18:50:00 -0400 Original-Received: from miles by fencepost.gnu.org with local (Exim 4.34) id 1CMa84-0008Qz-Gj; Tue, 26 Oct 2004 18:49:24 -0400 Original-To: quarl+dated+1099214237.460ccf@nospam.quarl.org, emacs-devel@gnu.org, ding@gnus.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Blat: Foop X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29001 gmane.emacs.gnus.general:59003 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29001 On Tue, Oct 26, 2004 at 07:18:50PM +0200, Reiner Steib wrote: > > `gnus-convert-old-newsrc' has a bug. This micropatch fixes it. > > - (<= (caar converters) gnus-version)) > > + (<= (caar converters) (gnus-continuum-version gnus-version))) > > This problem has already been fixed in the Gnus v5-10 branch, I think. > The fix will be available in Emacs CVS within a couple of days. Note that this area of code is fairly different in v5-10 and the Gnus trunk; the v5-10 patch certainly doesn't apply to the trunk. It's not clear to me whether the trunk code needs any fixes. -Miles -- ((lambda (x) (list x x)) (lambda (x) (list x x)))