[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: send new reply from gnus hangs
From: |
Eric Abrahamsen |
Subject: |
Re: send new reply from gnus hangs |
Date: |
Thu, 13 Jun 2019 19:39:11 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Andy Moreton <address@hidden> writes:
> On Mon 10 Jun 2019, Óscar Fuentes wrote:
>
>> Confirmed, reverting that commit fixes the problem.
>>
>>> Óscar Fuentes <address@hidden> writes:
>>>
>>> The problematic commit is
>>>
>>> master e51adfbdb7587c2b0b5ba154be210b30db82b4ea
>>> Author: Oleh Krehel <address@hidden>
>>> AuthorDate: Thu Jun 6 16:01:10 2019 +0200
>>> Commit: Oleh Krehel <address@hidden>
>>> CommitDate: Thu Jun 6 16:01:10 2019 +0200
>
> Thanks Óscar, that appears to be the problem.
>
> Looking at that commit, one call site calls `error' to abort sending the
> message, so the return value does not matter, but the other uses
> do-posting to set the return value from the `check-message' form, which
> is used by its caller.
>
> AndyM
Okay, that worked!
What does everyone think of the attached diff? It moves the
`message-check' call out of the internal function (that seems like work
that should be done by the caller, not the internal function, and helps
the call fit in visually), and either returns nil or errors depending on
an optional arg.
E
message-continuation-fix.diff
Description: Text Data
- Re: send new reply from gnus hangs, (continued)
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Robert Pluim, 2019/06/10
- Re: send new reply from gnus hangs, Andy Moreton, 2019/06/10
- Re: send new reply from gnus hangs, Eric Abrahamsen, 2019/06/13
- Re: send new reply from gnus hangs,
Eric Abrahamsen <=
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/14
- Re: send new reply from gnus hangs, Eric Abrahamsen, 2019/06/14
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09
- Re: send new reply from gnus hangs, Óscar Fuentes, 2019/06/09