Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: semi-gnus-ja@meadowy.org
Subject: Re: bug?
Date: Tue, 15 Jan 2002 18:02:51 +0900	[thread overview]
Message-ID: <yosuofjwj8ap.fsf@jpl.org> (raw)
In-Reply-To: <m3sn9m59oi.fsf@quimbies.gnus.org>

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

Hi,

I am using Gnus and T-gnus (based on latest Gnus).

>>>>> In <m3sn9m59oi.fsf@quimbies.gnus.org>
>>>>>	Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

Lars> Vladimir Volovich <vvv@vsu.ru> writes:

>> Debugger entered--Lisp error: (wrong-type-argument listp 24744)
>>   gnus-adjust-marked-articles(("some.group.name" 3 ((1 . 24843)) ((seen 24602 . 24744))))

Lars> The `seen' list there isn't valid.  It should be
Lars> (seen (24602 . 24744)), not (seen 24602 . 24744).

Lars> `G E' on the group to edit the list.

Lars> But do you know what caused that corruption?  Can you reproduce the
Lars> actions that led to this situation?

I was troubled with the same problem.  I am not sure if a record
like (seen NUM1 . NUM2) was generated by only T-gnus or both
Gnus and T-gnus.  However, the fact is that such records will
not be fixed even if I use the original Gnus to load and save
.newsrc.eld file, and I still could not read newsgroups if there
are such corrupted records.  So, I have tried to fix this as
follows:

2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
	`seen' if it looks like (seen NUM1 . NUM2).  It should be
	(seen (NUM1 . NUM2)).

It has been done only in T-gnus.  The attached patch is for
Gnus.  As mentioned above, I am not sure if it is really needed
for Gnus too, sorry.


[-- Attachment #2: gnus-sum.el.diff --]
[-- Type: application/x-patch, Size: 449 bytes --]

  reply	other threads:[~2002-01-15  9:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-04 15:08 bug? Vladimir Volovich
2002-01-04 17:05 ` bug? Lars Magne Ingebrigtsen
2002-01-15  9:02   ` Katsumi Yamaoka [this message]
2002-01-19 23:16     ` bug? Lars Magne Ingebrigtsen
  -- strict thread matches above, loose matches on Subject: below --
2000-10-06  5:32 Bug? Torgny Nyblom
2000-10-06 13:08 ` Bug? ShengHuo ZHU
2000-10-09 12:16   ` Bug? Torgny Nyblom
2000-10-09 12:23     ` Bug? Norbert Koch
2000-10-09 20:25     ` Bug? Torgny Nyblom
2000-10-09 21:21       ` Bug? ShengHuo ZHU
2000-10-10  5:22         ` Bug? Torgny Nyblom
1998-09-29 20:29 bug? Vladimir Volovich
1996-11-26 15:00 Bug? Brian Gorka
1996-11-26 16:03 ` Bug? Lars Magne Ingebrigtsen
1996-11-26 17:17   ` Bug? Sudish Joseph
1996-11-26 18:04     ` Bug? Raja R Harinath
1996-11-26 18:41       ` Bug? Sudish Joseph
1996-11-29  8:24         ` Bug? Lars Magne Ingebrigtsen
1996-11-26 16:41 ` Bug? Hrvoje Niksic
1996-10-24 11:35 bug? lars brinkhoff
1996-10-24 14:01 ` bug? William M. Perry
1996-10-24 14:14   ` bug? Kai Grossjohann
1996-10-24 16:01     ` bug? William M. Perry

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=yosuofjwj8ap.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=semi-gnus-ja@meadowy.org \
    /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).