help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus: Thread notes?


From: Michael Heerdegen
Subject: Re: Gnus: Thread notes?
Date: Mon, 18 Dec 2017 12:40:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> Well that's deeply weird. You have an entry in your registry that
> looks like:
>
> ("" '''''''''''''''''''''''''''''''''''''''''''''''''''''''\
>     ((creation-time (23012 49774 793490 105000)) (group) (sender)
> (subject)))
>
> Ie, no key at all

The empty string is the key, I think.

> , and who knows what's going on with all those quotes.
>
> Are there many of those, or just one? And are you running an Emacs that
> includes e1cc2037a918?

Yes.

I did

(maphash (lambda (key value) (message "%S\n\n" (list key value)))
         (oref gnus-registry-db data))

and nearly all entries have a lot of quotes.  I starts with entries with
81 quotes, and then the number of quotes seems to decrease slowly.  The
last entries printed only have one quote.  I guess there is a quote
added for every save or so.

But I only have one entry with the empty string as key.

> I looked at the code, and there's nothing that would prevent the
> creation of an entry for a message that had no Message-ID, so presumably
> the blank there is possible. That doesn't explain all the quotes,
> though.

Yes, it's horribly broken...


Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]