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 23:53:38 +0530 Message-ID: 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> <743dad19-dd29-7c05-b93c-53a2e6d3dd0e@openmailbox.org> <87inneo760.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 1489343106 24041 195.159.176.226 (12 Mar 2017 18:25:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2017 18:25:06 +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 19:25:02 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 1cn8Au-0005Nh-BF for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Mar 2017 19:25:00 +0100 Original-Received: from localhost ([::1]:47973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cn8Ay-0001cI-T9 for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Mar 2017 14:25:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cn8AW-0001by-6m for help-gnu-emacs@gnu.org; Sun, 12 Mar 2017 14:24:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cn8AT-0004OS-4d for help-gnu-emacs@gnu.org; Sun, 12 Mar 2017 14:24:36 -0400 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:39895 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 1cn8AS-0004Nu-Qu for help-gnu-emacs@gnu.org; Sun, 12 Mar 2017 14:24:33 -0400 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id 0A524505A8A; Sun, 12 Mar 2017 19:23:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489343071; bh=4oWFlwecEYk61bwr5jVDCSVNOnqmEuYQ+Jo09ovwv8A=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=VE2rFqAkznrfo9Wa9DbzQMbvbtvxfM01Dwig3pDYIG6F5+bT8500bIlfNOa/AkLSV vx5jIZE0ytJS00Lq0qfPW1+n20n0ioBnSkuOVlg3aIIGGKuAhzmC42A6TwcJVVzjcH F9phozFoOTjGOqcqXKWzJGivc+Ls2/zQmeBabH7Y= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489343024; bh=4oWFlwecEYk61bwr5jVDCSVNOnqmEuYQ+Jo09ovwv8A=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=w9hnWpUPWYijySpZVyMHCACopheGRwivxJLsysAHSxw8TZB/V0f3OnhPnXEB3tTh6 tWVZ3DZig4gK/sCKJpRWI9GZla/Yy+R+O3/o0Sf7KqbD26ZZDqAWYcMEy/3n2gSOme tFPPwwv+WkHmEGwsbJGVLeKb7vpIBych/C8XUPq0= In-Reply-To: <87inneo760.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:112554 Archived-At: On Sunday 12 March 2017 08:48 PM, Danny YUE wrote: > Seriously, have you checked the manual? ;-) > > There are 2 variables that may be related to this: > `company-minimum-prefix-length' controls how many characters you have to > type before company-complete is invoked. It is set to 4 and I did it myself. It works perfectly with python-elpy with company-mode. > `company-idle-delay' controls the delay you will wait before auto > completion. That is set to 1 second. It works perfectly in Python. > Please check the value of these 2 variables and modify them to some > valid number, e.g. 2 characters with 0.5 second delay. > I even tryed your suggestion, although there was no point doing so. Still no change. That's why I say this is a challenge. Should I Send you complete init-el file? Happy hacking. Krishnakant.