ace-window
ace-window copied to clipboard
window key missing in some buffers
I was able to pinpoint the issue I had in #74 when I increase the scale of the face of the leading char. How to replicate:
- Set the
Height
of the faceaw-leading-char-face
to 3.0 or larger. - Open a buffer that's longer than the size of the it's window.
- Go to the end of the buffer using
M->
(bound toend-of-buffer
). - Run ace-window
You should see that emacs scrolled the window so that the leading char isn't visible. I don't really understand why emacs scrolls the window to be honest and couldn't find a way to prevent this. Any ideas?
You should report this as an Emacs bug. The bug is somewhere in the Emacs overlay code.
I was able to fix this issue for myself with the above commit, though my elisp is pretty bad so I'm sure there is a better way to handle/implement this.
I think it's related to #131 . Any update for this issue?