all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Krishnakant <krmane@openmailbox.org>
To: Danny YUE <sheepduke@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: help correcting web-mode configuration
Date: Sun, 12 Mar 2017 15:57:51 +0530	[thread overview]
Message-ID: <4aa2cd16-09f4-f786-eab5-cd0456911ee3@openmailbox.org> (raw)
In-Reply-To: <8737ei28k7.fsf@gmail.com>

Hi Danny



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.
>
>
> 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)
>

This is the output from company-diag

Used backend: company-web-html
Prefix: nil
Completions: none
I get same result of company-diag even after adding your code to init.el
Happy hacking.
Krishnakant.



  parent reply	other threads:[~2017-03-12 10:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-12  7:07 help correcting web-mode configuration Krishnakant
2017-03-12  8:39 ` Danny YUE
2017-03-12 10:17   ` Krishnakant
2017-03-12 10:27   ` Krishnakant [this message]
2017-03-12 12:27     ` Danny YUE
2017-03-12 12:43       ` Krishnakant
2017-03-12 13:26         ` Danny YUE
2017-03-12 15:10           ` Krishnakant
2017-03-12 15:18             ` Danny YUE
2017-03-12 18:23               ` Krishnakant
2017-03-13  3:17                 ` Danny YUE
2017-03-18  7:04                   ` Krishnakant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4aa2cd16-09f4-f786-eab5-cd0456911ee3@openmailbox.org \
    --to=krmane@openmailbox.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=sheepduke@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.