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
Message #19 received at control <at> debbugs.gnu.org (full text, mbox):
tags 46992 fixed
close 46992 28.0.50
thanks
>> 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).
We can't overburden minor modes with such complexity that is not used
most of the time.
> But if that doesn't work for some reason, or doesn't cover all your goals,
> please feel free to install the patch.
Ok, pushed to master, and closed.
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.