-
I've observed that when I decreased font size while in minibuffer (using |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Dec 28, 2023
Replies: 1 comment 3 replies
-
I don't see any slow down after I did EDIT: I missed that you specifically mentioned |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Investigating a little bit more, this seems to be caused by the pre-redisplay function of vertico-buffer. At least the problem goes away when I remove this hook. I have to check if I am doing something problematic there which somehow causes a recursion of the redisplay code. Ideally such pre-redisplay functions are completely avoided, but I guess I didn't find a better solution back then when I wrote this.
EDIT: Worked around the problem in 37e01c1. This is definitely a problem in the display engine, where we hit a slow path for large vscroll values.