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

Completions candidates from company-c-header do not get inserted after completing #include with company-irony #30

Open
luisgerhorst opened this issue Feb 7, 2017 · 1 comment

Comments

@luisgerhorst
Copy link

I have my company backends set to (company-c-headers company-irony), (add-hook 'irony-mode-hook #'company-irony-setup-begin-commands) is in my init.el, here's how to reproduce the issue:

  1. Start typing #include and use company-irony's completion candidate to complete it to #include <| (where | represents the cursor, at this point my company frontend is already started, I think company-irony does that)
  2. Type some string and use M-n / M-p to select one of company-c-headers's completion candidates.
  3. The candidate does not get inserted, the completion menu disappears and I am left with #include |>.

Do you know what's the problem here and can you reproduce it? I also posted this issue on company-c-headers's repo.

@luisgerhorst
Copy link
Author

1

RET

2

s

3

RET

4

In the last one the > is hidden under the cursor.

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