[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Getting Keywords: from parent article in message-setup-hook when fol
From: |
Eric Abrahamsen |
Subject: |
Re: Getting Keywords: from parent article in message-setup-hook when following up |
Date: |
Wed, 05 Jul 2023 09:48:35 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Adam Sjøgren <asjo@koldfront.dk> writes:
> Eric writes:
>
>> When you think about it, updating a global variable is all the Gnus code
>> is doing! But better to rely on someone else's ugly hack, I suppose...
>
> Haha, yes, and if you take a couple of more steps back, all computing
> is manipulation of global memory ;-)
>
> But I think not having one hook storing the information and another
> one using it will be a little less ugly, so thanks for the hint - the
> naming of these variables is often not obvious to me.
Ugh, don't get me started. What's the difference between
gnus-current-article and gnus-article-current? No one will ever know.