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

Incompatibility with company-mode #2

Open
sooheon opened this issue Jan 7, 2015 · 5 comments
Open

Incompatibility with company-mode #2

sooheon opened this issue Jan 7, 2015 · 5 comments
Labels

Comments

@sooheon
Copy link

sooheon commented Jan 7, 2015

I am getting input lock with the following message when a company-mode popup appears with suggestions with vim-empty-lines-mode enabled.

Company: Front-end company-pseudo-tooltip-unless-just-one-frontend error "Invalid search bound (wrong side of point)" on command post-command

Steps to reproduce:
In any .el file, turn on both company and vim-empty-lines modes, type any prefix to a completion anywhere other than the trailing line.

Additionally, typing in the trailing line has its own set of issues:
Expected:
screen shot 2015-01-07 at 11 57 48 am

Actual:
screen shot 2015-01-07 at 11 56 05 am

Instead of the company-mode popup appearing under the word, it appears at start of line, and any further input appears below that, not appended to the cursor.

@jmickelin jmickelin added the bug label Jan 7, 2015
@jmickelin
Copy link
Owner

The first problem seems to be caused by a bug in company-mode and I have opened an issue there (company-mode/company-mode#274).

The second one seems to be caused by company-mode trying to insert the completion window between the two propertized strings at the end of the buffer. I think this is my fault, but I will have to take a closer look at it.

@ninrod
Copy link

ninrod commented Mar 8, 2017

this does not seem to be happening anymore.

@sooheon
Copy link
Author

sooheon commented Mar 9, 2017

The first bug is fixed, the second one I can still reproduce with emacs -Q and only evil, company, and vim-empty-lines enabled.

@ninrod
Copy link

ninrod commented Mar 9, 2017

@sooheon, try @hchbaw's fork in the thb branch.

@wberrier
Copy link

wberrier commented Jun 4, 2020

I also noticed some company mode issues in the thb branch...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants