You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Topspace does not behave when changing the text scale with text-scale-set. When you scroll past the top the screen wraps around the point instead of moving it.
Also evil-scroll-* commands misbehave, sometimes the down scroll gets stuck at a certain point and stops moving further, while the up scroll will once again wrap the screen.
The problem occurs after changing the buffer's text-scale and persists even after reverting the change.
To Reproduce
Open Buffer
enable topspace
M-x eval-expression (text-scale-set 2)
scroll past the point
try evil-mode scroll movement
Emacs version
GNU Emacs 28.2 (build 2, x86_64-w64-mingw32) of 2022-09-13.
The text was updated successfully, but these errors were encountered:
Topspace does not behave when changing the text scale with
text-scale-set
. When you scroll past the top the screen wraps around the point instead of moving it.Also
evil-scroll-*
commands misbehave, sometimes the down scroll gets stuck at a certain point and stops moving further, while the up scroll will once again wrap the screen.The problem occurs after changing the buffer's text-scale and persists even after reverting the change.
To Reproduce
(text-scale-set 2)
Emacs version
GNU Emacs 28.2 (build 2, x86_64-w64-mingw32) of 2022-09-13.
The text was updated successfully, but these errors were encountered: