noctuid / link-hint.el

Pentadactyl-like Link Hinting in Emacs with Avy
GNU General Public License v3.0
160 stars 22 forks source link

link-hint--collect-visible-links: Fix redisplay-related bug #31

Closed stepnem closed 4 years ago

stepnem commented 4 years ago

Without the UPDATE argument, `window-end' return value is wrong (and can cause part of the links being missed) e.g. when calling hint-link from a transient multiline completion window (which closes before the hints are generated).


I don't know if some of the other window-end calls might need fixing, too; my cursory experience seems to indicate that at least some of them do not.

noctuid commented 4 years ago

Thanks! A lot of them are never actually called because a bound is always given. I opened an issue.