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

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

bug#46992: xref-after-update-hook


From: Dmitry Gutov
Subject: bug#46992: xref-after-update-hook
Date: Mon, 8 Mar 2021 02:09:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 07.03.2021 22:43, Juri Linkov wrote:
This is the first thing that I tried, but the problem is that
it's called before the xref buffer is filled with results
where I need to put overlays on output lines.

Also the hook needs to be called after reverting xref buffer.

I figured if all you are doing is some setup and turning on a minor mode, it should be enough to only do once. A minor mode would generally track all subsequent modifications to the buffer with after-change-functions or the like (we don't bind (inhibit-modification-hooks t) while rendering the output, although it looks like we might, for a small extra speed boost).

But if that doesn't work for some reason, or doesn't cover all your goals, please feel free to install the patch.





reply via email to

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