emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#70443: closed (Keep track of when previews are being generated)


From: GNU bug Tracking System
Subject: bug#70443: closed (Keep track of when previews are being generated)
Date: Thu, 18 Apr 2024 14:43:02 +0000

Your message dated Thu, 18 Apr 2024 16:42:18 +0200
with message-id <m2sezi3f79.fsf@macmutant.fritz.box>
and subject line Re: bug#70443: Keep track of when previews are being generated
has caused the debbugs.gnu.org bug report #70443,
regarding Keep track of when previews are being generated
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70443: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70443
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Keep track of when previews are being generated Date: Wed, 17 Apr 2024 23:23:03 +0200
This patch makes the following changes, having no effect on behavior:

- The variable preview--region-begin, introduced in the fix to
Bug#62445, is replaced with preview-current-region, which is a cons
cell (begin . end) keeping track of the complete region.
- That variable is set to nil in preview-parse-messages.

The effect is to give a way for (e.g.) external packages to keep track
of when and where previews are being generated.

Thanks, best,

Paul

Attachment: 0001-Keep-track-of-when-previews-are-being-generated.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#70443: Keep track of when previews are being generated Date: Thu, 18 Apr 2024 16:42:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Paul Nelson <ultrono@gmail.com> writes:

> This patch makes the following changes, having no effect on behavior:
>
> - The variable preview--region-begin, introduced in the fix to
> Bug#62445, is replaced with preview-current-region, which is a cons
> cell (begin . end) keeping track of the complete region.
> - That variable is set to nil in preview-parse-messages.
>
> The effect is to give a way for (e.g.) external packages to keep track
> of when and where previews are being generated.

Thanks, installed, closing.

Best, Arash


--- End Message ---

reply via email to

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