Skip to content
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

Artifacts left behind while using auto-complete with indent-guide #21

Open
hackaugusto opened this issue Sep 29, 2014 · 0 comments
Open

Comments

@hackaugusto
Copy link

Using auto-complete-mode with indent-guide-mode can produce artifacts on the end of the file, here is the minimum configuration to reproduce the problem:

(auto-complete-mode)
(indent-guide-mode)
(setq ac-auto-show-menu nil
      ac-auto-start 2)

To reproduce the problem:

Go to the end of any file, type two letters to trigger the auto-complete, the menu will be created and then hid, the result are ac-menu-height artifacts left behind.

I'm using emacs 24.4

@hackaugusto hackaugusto changed the title Artifacts left behind while using auto-complete Artifacts left behind while using auto-complete with indent-guide Sep 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant