Gnus development mailing list
 help / color / mirror / Atom feed
From: Patric Mueller <bhaak@bigfoot.com>
Subject: Latest v5-10 fails in gnus-convert-old-newsrc
Date: Fri, 22 Oct 2004 05:36:39 +0200	[thread overview]
Message-ID: <lzu0snl8zc.fsf@bhaak.dyndns.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]


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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus-start.el.diff --]
[-- Type: text/x-patch, Size: 778 bytes --]

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))

             reply	other threads:[~2004-10-22  3:36 UTC|newest]

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

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=lzu0snl8zc.fsf@bhaak.dyndns.org \
    --to=bhaak@bigfoot.com \
    --cc=bhaak@gmx.net \
    /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).