-
Notifications
You must be signed in to change notification settings - Fork 200
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
Failed to activate company-math and company-ispell when using eglot, texlab, and company. #708
Comments
Diag shows that Why? Probably because Eglot changes its value. Try |
Yes, this is the correct action. Be aware you're now responsible for managing |
Thanks a lot. I try to use the following configuration, and it really does the trick: (use-package eglot
:hook
((TeX-mode . eglot-ensure))
:config
(add-to-list 'eglot-stay-out-of 'company)
(add-to-list 'eglot-server-programs
'((latex-mode tex-mode context-mode texinfo-mode bibtex-mode) . ("texlab")))) |
@joaotavora BTW, now that |
If you happen to use Eglot + other servers, this affects them too. Recently the C++/C modes |
ah, I was just commenting about that. I think it's safest to keep this for a while. |
I didn't have a change to comment on this, but it looks like you completely skipped the issue reporting template. If you wish an issue to be analysed, you may not do that. Open a new issue and describe everything accurately as requested. If you can't do that for one reason or another, it's better to open a new discussion item, as the template will advise. |
Yep. This issue was created from a blank one. I opened a new issue. |
Another problem is the above configuration can't do the partial match search, say, when I input Based on further tries, this feature is supplied by the following backends:
But it seems that the first backend that provides the match results takes effect, so there is no way to achieve the aims I described here. |
On Ubuntu 20.04, I use the self-compiled git master version of Emacs and the following configuration to do the testing:
But I find that the above configuration failed to activate the company-math and company-ispell for LaTeX environment, as shown below:
Any hints for this problem?
Regards,
HY
The text was updated successfully, but these errors were encountered: