We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use https://github.com/asmeurer/dotfiles/blob/master/.emacs#L558 to do mouse wheel scrolling. When I scroll with the arrow keys or C-v and M-v, the scrollbar shows up, but when I use the mouse wheel, it does not.
C-v
M-v
The text was updated successfully, but these errors were encountered:
You should run a hook window-scroll-functions with run-hook function when scrolling.
window-scroll-functions
run-hook
Sorry, something went wrong.
How do I get the appropriate arguments to pass to those functions. Can I get them somehow from interactive?
interactive
Is it better to call the hooks before scrolling or after?
No branches or pull requests
I use https://github.com/asmeurer/dotfiles/blob/master/.emacs#L558 to do mouse wheel scrolling. When I scroll with the arrow keys or
C-v
andM-v
, the scrollbar shows up, but when I use the mouse wheel, it does not.The text was updated successfully, but these errors were encountered: