redguardtoo / company-ctags

Fastest Emacs auto-completion using Company and Ctags
GNU General Public License v3.0
56 stars 3 forks source link

The message "TAGS is loaded." prevents candidates from pop up #7

Closed AmaiKinono closed 4 years ago

AmaiKinono commented 4 years ago

When I first call company-ctags, there is a "TAGS is loaded" message. If I don't do anything, it disappears after several seconds, and the candidates pop up.

1

But the actual loading process is very quick. If I press up or down immediately, the candidates will show up:

2

redguardtoo commented 4 years ago

d590302 be quiet by default (Chen Bin)

AmaiKinono commented 4 years ago

This works. I'll close the issue then.