all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Company doesn't suggest candidates from TAGS
@ 2014-11-04  5:36 Andrey Lisin
  2014-11-05 15:40 ` Dmitry Gutov
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Lisin @ 2014-11-04  5:36 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I'm new to company-mode and have one question (haven't found anything in
documentation).

Here is my use-case. I have C project and use etags to navigate through
it. `company-backends' variable is

(company-bbdb company-nxml company-css company-eclim company-semantic
company-clang company-xcode company-ropemacs company-cmake company-capf
(company-dabbrev-code company-gtags company-etags company-keywords)
company-oddmuse ...)

I have `foobar' variable defined in header file. Now I edit c-file and
start typing `foo'. I expect to see possible complition `foobar', but
nothing happens. But if I run `company-etags' command I see `foobar' in
completions list.

My question is how to make Company to show me etags suggestions by
default, e.g. by company-complete command?

Thank you.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-05 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04  5:36 Company doesn't suggest candidates from TAGS Andrey Lisin
2014-11-05 15:40 ` Dmitry Gutov
2014-11-05 15:47   ` Andrey Lisin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.