-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
popup.el doesn't play nice with whitespace-mode and linum-mode #32
Comments
I'm also seeing this; it occurs even when linum-mode and whitespace-mode are turned off. |
I am also seeing this issue. If I do not use linum mode then popup rendering executes correctly. |
@kprav33n @nickpascucci @brandonw I confirmed Please show us minimum configuration for reproducing this issue and |
I found an old version of popup.el shadowing the ELPA version in my load path. With that removed I'm no longer able to reproduce the EOB whitespace problem. I do see some whitespace-mode highlighting around popups like @kprav33n. |
@syohex @kprav33n The behavior occurs if I:
Make sure to run in console mode. GUI Emacs seems to work fine, even with linum mode enabled. It is only in console mode that this occurs: |
@brandonw Thanks for the information. |
Is this of any use: http://stackoverflow.com/a/27960576/2752242 |
When using popup.el with whitespace-mode and linum-mode, unwanted artifacts are seen on the screen due to the fact that popup.el adds empty lines at the end of the buffer to render the popup menu.
Please see:
auto-complete/auto-complete#90
sebastiw/edts#35
bbatsov/prelude#19
I think that popup.el is the root cause for all these issues.
The text was updated successfully, but these errors were encountered: