Skip to content
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

Unwanted "Visit tags table (default TAGS)" #30

Open
Plantgrower opened this issue May 2, 2016 · 1 comment
Open

Unwanted "Visit tags table (default TAGS)" #30

Plantgrower opened this issue May 2, 2016 · 1 comment

Comments

@Plantgrower
Copy link

I keep getting the "Visit tags table (default TAGS)" dialog whenever company-ghc tries to do code completion.

I had a search and found this for company mode https://github.com/company-mode/company-mode/issues/333

The followiing is the result of M-x describe-variable completion-at-point-function

completion-at-point-functions's value is (haskell-completions-completion-at-point t)

Local in buffer Main.hs; global value is 
(tags-completion-at-point-function)

I have ghc-mod 5.5.0.0 installed with stack. What do I have to do to stop this behaviour ?

@iquiw
Copy link
Owner

iquiw commented May 3, 2016

I think this is not related to company-ghc.
Maybe, you have company-capf in your company-backends?
If so and you don't want it, then removing it from company-backends will solve the problem.

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

No branches or pull requests

2 participants