info-gnus-english
[Top][All Lists]
Advanced

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

Re: possible bug? gnus in emacs 27; error in hash-table-p


From: Eric Abrahamsen
Subject: Re: possible bug? gnus in emacs 27; error in hash-table-p
Date: Wed, 24 Jul 2019 10:04:23 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

physiculus <physiculus@gmail.com> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>>
>> Let's do this the other way: would you remove this line from your gnus.el
>> file:
>>
>> (gnus-group-split-setup t)
>>
>> And replace it with these two lines:
>>
>> (setq nnmail-split-methods 'nnmail-split-fancy)
>> (add-hook 'gnus-startup-hook #'gnus-group-split-update)
>>
>> And see if that gets fancy splitting working in Gnus? Then we can go
>> backwards from there.
>
> Hello,
> i tried your suggestions, but with no luck :-(
>
> The following error occured right after first start of gnus.
>
> Debugger entered--Lisp error: (wrong-type-argument hash-table-p nil)

Oops, sorry, I should have seen that coming. Would you test instead:

(add-hook 'gnus-read-newsrc-el-hook #'gnus-group-split-update)

That seems to be the only place to run after the groups have been read,
but before unread messages are fetched for the first time.

Eric




reply via email to

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