-
Notifications
You must be signed in to change notification settings - Fork 275
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
image-mode and pdf-tools conflict #23
Comments
I don't use pdf-tools so won't be able to look at it directly. I'm curious what the minor map alist looks like before/after you normalize keymaps? (evil-normalize-keymaps) evil-mode-map-alist <---------- |
The before/after keymaps are the same. A first glance at the problem reveals that
|
By the way since doc-view is also concerned, you should be able to reproduce :) |
Some first experiments:
I tried using that result over the loading process of evil-collection to get Initial setup:
Some tests:
|
emacs-evil/evil#982 fixes this. |
Special thanks to @noctuid, this was a hard one. |
Currently getting bound to image-scroll-up and image-scroll-down from evil-collection-image.el. Not sure if it is relevant, but evil-collection-image.el has a TODO referencing this closed issue: #23
Depending on the load order, one mode takes precedence over the other which makes the latter unusable.
This might have to do with an inheritance problem.
Bug was reported upstream: politza/pdf-tools#324
The text was updated successfully, but these errors were encountered: