[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19264: 25.0.50; semantic and company
From: |
Dmitry Gutov |
Subject: |
bug#19264: 25.0.50; semantic and company |
Date: |
Thu, 04 Dec 2014 01:32:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) |
Cédric Chépied <cedric.chepied@gmail.com> writes:
> Go in main function and start to type "vol". Company will suggest
> "volatile". This is ok. This is due to company-keywords backend.
>
> M-x semantic-mode
>
> Go back in main function and try to type "vol" again. Company doesn't suggest
> anything. Remove company-semantic in company-backends and it will work
> again.
Not a bug. Company uses only one backend at a time (even if it doesn't
return any completions in the current context). If you want it to do
otherwise, you can use "grouped" bakckends. See `M-x describe-variable
RET company-backends' for more information.