Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: The new registry errors when spam.el is moving messages
Date: Thu, 21 Apr 2011 09:05:05 +0900	[thread overview]
Message-ID: <b4mvcy8lb9q.fsf@jpl.org> (raw)
In-Reply-To: <87d3kgepq9.fsf@lifelogs.com>

Ted Zlatanov <tzz@lifelogs.com> wrote:

> On Wed, 20 Apr 2011 22:01:10 +0900 Katsumi Yamaoka <yamaoka@jpl.org> wrote:

KY> Tassilo Horn <tassilo@member.fsf.org> wrote:
>>> Debugger entered--Lisp error: (wrong-type-argument listp [...])
>>> gnus-registry-action(...

KY> The immediate cause of this seems to be due to the last change
KY> of mine.  I knew it's far to the solution, but I have no idea
KY> making it better.

> You mean the mail-header or the CL changes?

I meant `mail-header', that never works unless the variable named
`headers' is bound.  Try: (mail-header "Cc" nil)
So I replaced it with things similar to the original.  And I noticed,
it never works, either.  In `gnus-registry-action':

(cdr (assq "Cc" data-header))

`data-header' never contains a string that is identical to the
Lisp object "Cc" (i.e., only it is `eq' to itself).  Moreover,
`data-header' is a vector, not an alist, isn't it?  And then I
looked for functions, like `mail-header-from', for Cc and To in
nnheader.el.  However, there's no room for those headers in Gnus'
header object (i.e., a vector of the length 10).

KY> Only I'm sure is that the new gnus-registry is far to completion.

> It was working fine for me before the changes.

Because some mis-designed functions are hidden by `ignore-errors',
I thought.

> Other than the bug Andre Cohen reported with followed-groups,
> I think it's actually very stable and reliable.  What is missing
> or broken?

Although I've never used it, I can imagine it doesn't work for To
and Cc headers.  That's why I feel it incomplete.  To achieve it,
maybe other Gnus resources need to be changed.

Regards,



  reply	other threads:[~2011-04-21  0:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-20 10:04 Tassilo Horn
2011-04-20 10:56 ` Tassilo Horn
2011-04-20 13:01   ` Katsumi Yamaoka
2011-04-20 18:34     ` Ted Zlatanov
2011-04-21  0:05       ` Katsumi Yamaoka [this message]
2011-04-21 20:26         ` Ted Zlatanov
2011-04-21 23:09           ` Katsumi Yamaoka
2011-04-21 23:26             ` Ted Zlatanov
2011-04-20 20:55   ` Ted Zlatanov

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=b4mvcy8lb9q.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).