emacs-devel
[Top][All Lists]
Advanced

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

Re: git tip: Error in winner-save-old-configurations (flyspell-post-comm


From: Stefan Monnier
Subject: Re: git tip: Error in winner-save-old-configurations (flyspell-post-command-hook): (wrong-type-argument stringp nil) [73 times]
Date: Thu, 08 Sep 2022 16:17:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier [2022-09-07 14:00:04] wrote:
> Sam Steingold [2022-09-06 15:47:23] wrote:
>> Error in winner-save-old-configurations (flyspell-post-command-hook):
>> (wrong-type-argument stringp nil)
>
> Hmm... actually, this is a good clue: in this error message the part
> after "in" should be the hook's name.
>
> So I suspect the problem comes from my
> commit 5cae71834bd55e0bf90689b12b801206ee8c9da9.
>
> More specifically, I suspect that the (hideous) patch below might fix
> your problem.  Could you confirm (so I can find a better fix)?

I pushed a fix to `main` which I hope is less brittle than my quick
hack, but somehow it seems that code is simply not run in the test suite
nor in my "simple interactive use test" (as evidenced by the fact that
it worked fine despite having swapped the args to `memcpy).

So if someone has a way to reproduce the problem it would be a great
addition to our test suite.


        Stefan




reply via email to

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