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

Completion tooltip shifts text down in message-mode. #136

Closed
bbatsov opened this issue Jun 8, 2014 · 4 comments
Closed

Completion tooltip shifts text down in message-mode. #136

bbatsov opened this issue Jun 8, 2014 · 4 comments

Comments

@bbatsov
Copy link
Contributor

bbatsov commented Jun 8, 2014

I noticed the following while filing an Emacs bug earlier today:

screen shot 2014-06-08 at 9 20 12 am

Each time the completion popup appeared it pushed the text I was editing down. On top of that the completion tooltip appears on top of the text, even though there is plenty of space beneath it.

@dgutov
Copy link
Member

dgutov commented Jun 8, 2014

It's a problem, but without a simple solution, AFAICT.

It was discussed previously at #57 (comment).

@bbatsov
Copy link
Contributor Author

bbatsov commented Jun 23, 2014

Perhaps be should have a list of modes for which to disable company? (I don't want to litter my config with hook that simply disable company) Seems preferable than having to deal with this shifting text.

@dgutov
Copy link
Member

dgutov commented Jun 23, 2014

Already have: company-global-modes.

@dgutov
Copy link
Member

dgutov commented Aug 18, 2014

This has actually been a regression from a year-old commit, for the most part.

Popup rendering is still not ideal in display-heavy buffers, but should now work better in this example.

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

2 participants