GNU bug report logs -
#46992
xref-after-update-hook
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 7 Mar 2021 18:52:02 UTC
Severity: wishlist
Tags: fixed, patch
Fixed in version 28.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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.
This bug report was last modified 4 years and 134 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.