Gnus development mailing list
 help / color / mirror / Atom feed
* Latest v5-10 fails in gnus-convert-old-newsrc
@ 2004-10-22  3:36 Patric Mueller
  0 siblings, 0 replies; 2+ messages in thread
From: Patric Mueller @ 2004-10-22  3:36 UTC (permalink / 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))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Latest v5-10 fails in gnus-convert-old-newsrc
       [not found] <cleda7$no$2@quimby.gnus.org>
@ 2004-10-24 16:00 ` Kevin Greiner
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Greiner @ 2004-10-24 16:00 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-24 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-22  3:36 Latest v5-10 fails in gnus-convert-old-newsrc Patric Mueller
     [not found] <cleda7$no$2@quimby.gnus.org>
2004-10-24 16:00 ` Kevin Greiner

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