help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help correcting web-mode configuration


From: Krishnakant
Subject: Re: help correcting web-mode configuration
Date: Sun, 12 Mar 2017 15:47:05 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0




On Sunday 12 March 2017 02:09 PM, Danny YUE wrote:
Hi,

I barely use web-mode because I seldom write HTML etc, but I use
company-mode a lot and find it sometimes tricky to setup.

I noticed that you set company-backends locally, but you have to make
sure it's actually being called.

You can tackle it down by 2 steps:
1. Try command 'company-web-html' or something provided by your company
web-mode package. If it's giving you the completions, this step is
passed. Otherwise, you have problem setting up the package itself.
Step one pass because I end up doing this manually and it does give me completions.

2. Try command 'company-diag' to see what back-end it's using currently,
and if the back-end it's using is not what you want, maybe you have to
set the company-backends without append. For example:

(defun web-mode-setup-company ()
   (make-local-variable 'company-backends)
   (setq company-backends '(company-web-html)))
(add-hook 'web-mode-hook 'web-mode-setup-company)


I will try this in an hour on my laptop with Emacs.
Thanks a lot.
Krishnakant.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]