ace-window icon indicating copy to clipboard operation
ace-window copied to clipboard

window key missing in some buffers

Open dscole opened this issue 8 years ago • 3 comments

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:

  1. Set the Height of the face aw-leading-char-face to 3.0 or larger.
  2. Open a buffer that's longer than the size of the it's window.
  3. Go to the end of the buffer using M-> (bound to end-of-buffer).
  4. 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?

dscole avatar Aug 17 '16 16:08 dscole

You should report this as an Emacs bug. The bug is somewhere in the Emacs overlay code.

abo-abo avatar Aug 18 '16 07:08 abo-abo

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.

dscole avatar Sep 23 '16 16:09 dscole

I think it's related to #131 . Any update for this issue?

seagle0128 avatar Jul 03 '18 17:07 seagle0128