From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Krishnakant Newsgroups: gmane.emacs.help Subject: Re: help correcting web-mode configuration Date: Sun, 12 Mar 2017 20:40:36 +0530 Message-ID: <743dad19-dd29-7c05-b93c-53a2e6d3dd0e@openmailbox.org> References: <8737ei28k7.fsf@gmail.com> <4aa2cd16-09f4-f786-eab5-cd0456911ee3@openmailbox.org> <87inneade1.fsf@gmail.com> <15149b53-695b-bcc9-567b-5c44eabf02ca@openmailbox.org> <87efy2d3tb.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1489331473 5960 195.159.176.226 (12 Mar 2017 15:11:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2017 15:11:13 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 Cc: "help-gnu-emacs@gnu.org" To: Danny YUE Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 12 16:11:09 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cn59I-00012p-HL for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Mar 2017 16:11:08 +0100 Original-Received: from localhost ([::1]:47305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cn59O-0005XB-Gc for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Mar 2017 11:11:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cn58x-0005X3-Lh for help-gnu-emacs@gnu.org; Sun, 12 Mar 2017 11:10:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cn58u-00051M-IC for help-gnu-emacs@gnu.org; Sun, 12 Mar 2017 11:10:47 -0400 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:51117 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cn58u-00050F-9s for help-gnu-emacs@gnu.org; Sun, 12 Mar 2017 11:10:44 -0400 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id AE8DE51ED59; Sun, 12 Mar 2017 16:10:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489331442; bh=T5WfvfvOj6wviZyAI1vlzrXpfhKpkvvWl8bgKqpkFWY=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=QEMAs1lTHXBUqlERMhCVBvvVEbx3GkuCRS0wd1DYLrUlWy1mpH/cnKkm1X3N9h/dc xRzW9fTQBvasy9PVc7+TVqSTpY+7TLYXW+mW/7MIT/aLmHDCb0vKX8lqfyk9p46YP7 YUJUeq6sikiqDAALL6KY51pYnqW2EV8Q43040zWw= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489331442; bh=T5WfvfvOj6wviZyAI1vlzrXpfhKpkvvWl8bgKqpkFWY=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=QEMAs1lTHXBUqlERMhCVBvvVEbx3GkuCRS0wd1DYLrUlWy1mpH/cnKkm1X3N9h/dc xRzW9fTQBvasy9PVc7+TVqSTpY+7TLYXW+mW/7MIT/aLmHDCb0vKX8lqfyk9p46YP7 YUJUeq6sikiqDAALL6KY51pYnqW2EV8Q43040zWw= In-Reply-To: <87efy2d3tb.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.79.108.160 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112552 Archived-At: On Sunday 12 March 2017 06:56 PM, Danny YUE wrote: > But it seems to be correct, isn't it? > > Because anyway the company-mode returns something that seems > reasonable. What's exactly your problem now? > > The completion does not start automatically or something? > > Yes completion does not start automatically. I can do M-x and type company-web-html to get completion done. I can also set it to a keyboard shortcut, but I expected that my completion starts after I type 4 characters (that's what I have set for completion ). So this is precisely the problem. Happy hacking. Krishnakant.