Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Support company idle completion #58

Open
aspiwack opened this issue Oct 26, 2016 · 2 comments
Open

Support company idle completion #58

aspiwack opened this issue Oct 26, 2016 · 2 comments

Comments

@aspiwack
Copy link
Contributor

It seems that company-mode doesn't automatically start completion in the input field of a chat buffer. (it would be useful, for instance, with company-math and company-emoji).

Launching M-x company-complete manually works. But the completion menu never open on its own (I start company with global-company-mode). So something in weechat.el seems to be blocking the automatic "idle completion" of company-mode.

I'm lacking understanding of either mode inner workings for further diagnostic.

@the-kenny
Copy link
Owner

I'm not using company-mode personally, so I'm not too familiar with how it works. Can you give me a short link or introduction on how to reproduce your issue?

Also, sorry for not coming back to you earlier.

@talyz
Copy link

talyz commented Nov 3, 2020

company-mode has a few whitelisted commands it will run completion automatically after, such as self-insert-command and org-self-insert-command, but weechat-self-insert-command is not included. To solve it, add

(add-to-list 'company-begin-commands 'weechat-self-insert-command)

to your config.

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

No branches or pull requests

3 participants