-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Precision scroll not working in actions window #706
Comments
I'll look into pixel scrolling, but what problem exactly did you have with scroll-other-window? The code for scroll-other-window is intended to be the keyboard-based solution to this problem; and if whatever I did for it doesn't work, adding extra key bindings won't fix that. |
There is no correlation between which window is currently the "other" window that will be scrolled by C-M-v, and which window is showing the Actions list. If you're lucky they're the same, otherwise you can't scroll the actions. Trying any other key to select the Action window in order to scroll it will just close it instead. |
Embark is supposed to ensure that scroll-other-window scrolls the action list. If there are circumstances in which it does not work, I'd love to have a recipe to reproduce those starting from |
It seems that this setting in my config is what makes Embark not work with scroll-other-window: |
Thanks, I'll give that seeing a try. |
OK, so I think I've fixed the problem with As for the other problem, that sometimes This remaining problem is going to be very hard for me to fix since I can't reproduce it, and I would greatly appreciate a recipe that started from |
Put this in a file test.el:
Launch as |
With the new pixel-scroll-precision-mode in Emacs 29, trying to scroll the Actions window to see all available actions just causes the window to disappear again.
Apart from hopefully fixing this, would it also be possible to get a couple of standard scroll keys in the Actions list, similar to the embark-cycle-key? Using the scroll-other-window keys doesn't really work either when you have more than two windows.
My current workaround is to use the which-key indicator from the wiki. However, it pops up immediately. If the embark-mixed-indicator function could take the vindicator and mindicator as parameters, it would be easy to get the same delay as before but with which-key as the verbose indicator.
The text was updated successfully, but these errors were encountered: