Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kevin.greiner@vignette.com>
Subject: Re: Latest v5-10 fails in gnus-convert-old-newsrc
Date: Sun, 24 Oct 2004 12:00:35 -0400	[thread overview]
Message-ID: <u6550gl7g.fsf@vignette.com> (raw)
In-Reply-To: <cleda7$no$2@quimby.gnus.org>

Patric Mueller <bhaak@bigfoot.com> writes:

> The current v5-10 branch fails in gnus-convert-old-newsrc with this
> error message:
> Wrong type argument: number-char-or-marker-p, "Gnus v5.10.6" 
>
> I found the bug on line 2262. I assume 'gnus-version' should be
> replaced with '(gnus-continuum-version)'.
>
> 2261:	  (while (and converters (< fcv (caar converters))
> 2262:		      (<= (caar converters) gnus-version))
>
> Bye
> Patric
>
> Index: gnus-start.el
> ===================================================================
> RCS file: /usr/local/cvsroot/gnus/lisp/gnus-start.el,v
> retrieving revision 6.87.2.5
> diff -u -r6.87.2.5 gnus-start.el
> --- gnus-start.el	21 Oct 2004 04:18:22 -0000	6.87.2.5
> +++ gnus-start.el	22 Oct 2004 03:32:35 -0000
> @@ -2259,7 +2259,7 @@
>          ;; Perform converters to bring older version up to date.
>  	(when (and converters (< fcv (caar converters)))
>  	  (while (and converters (< fcv (caar converters))
> -		      (<= (caar converters) gnus-version))
> +		      (<= (caar converters) (gnus-continuum-version)))
>              (let* ((converter-spec  (pop converters))
>                     (convert-to      (nth 1 converter-spec))
>                     (load-from       (nth 2 converter-spec))
>
> --=-=-=-

Fixed.

Kevin



       reply	other threads:[~2004-10-24 16:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cleda7$no$2@quimby.gnus.org>
2004-10-24 16:00 ` Kevin Greiner [this message]
2004-10-22  3:36 Patric Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u6550gl7g.fsf@vignette.com \
    --to=kevin.greiner@vignette.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).