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: need suggestions regarding modules for jquery Date: Sun, 23 Apr 2017 14:18:04 +0530 Message-ID: <8130fd44-02ec-dc04-2b28-b61dfb253e87@openmailbox.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1492937332 22967 195.159.176.226 (23 Apr 2017 08:48:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2017 08:48:52 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 23 10:48:45 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 1d2DCD-0005jq-Uv for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2017 10:48:42 +0200 Original-Received: from localhost ([::1]:38355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2DCJ-0006BH-TS for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2017 04:48:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2DBs-0006Ay-58 for help-gnu-emacs@gnu.org; Sun, 23 Apr 2017 04:48:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2DBp-0006h3-3z for help-gnu-emacs@gnu.org; Sun, 23 Apr 2017 04:48:20 -0400 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:42301 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 1d2DBo-0006gX-Qg for help-gnu-emacs@gnu.org; Sun, 23 Apr 2017 04:48:17 -0400 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id 146B750CC6F; Sun, 23 Apr 2017 10:48:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492937295; bh=zlZq/bhOWrCjpjEIzLnCrkanlZ82s6pzBLsA7KbDUhk=; h=To:From:Subject:Date:From; b=u7UX1a/bmbqZuQkuj9cpXOblyW9sEmIXZ5nxjoNS0buDDrNTHt/RkzqO8MP6VoAqt zw+7jcP0wjWzXMMsONs1x1TZsltfFpCGQsTk29RpVg/WOGvw16P7B3dp5CrIqxuEMx 5BDD7oxNkCcJ7sNPASlOVBZEMF5AZlZLpZc8OQQc= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1492937294; bh=zlZq/bhOWrCjpjEIzLnCrkanlZ82s6pzBLsA7KbDUhk=; h=To:From:Subject:Date:From; b=zcMYtKnqlbIc7PV0jwroD9jE/CRZ0eZ4afL76fHzqz2KxUcRduQIr1JuU3gBCrlSa d0JKRNufr5sm5QgN2WyTdU3h7+tO8MYgK1rj/psgFdv+dKURZrz9+uuyGhDl4hRbj9 FrJWI4xPlmqG7QMxEXdUYkU6ip+7N0p3zO/Feyuw= 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:112861 Archived-At: Dear all, I have been frustrated in this search so far. I have a very simple issue yet no suggestion on the Internet seems to work fine. I had previously asked help for company-web and had asked for some guidance regarding the init configuration which I had then posted. However I did not get the desired end result. Now I am wondering if any one has any alternative suggestion on modules for working with jquery? I tryed company-tern with an impression that it might work for jquery. But it has not worked. I need auto completion, code highlighting and block pairing (the brackets etc are already handled by electric ). I would ideally need some module which works with javascript as such and jquery in particular. Does any one have a better solution to company-web with web-mode? if not I won't mind using the former if it has certain more advantages or if some one can help me configure it. I have actually added the company backend (add-to-list 'company-backends 'company-tern) same for company-web-html. I also have the hooks properly initialise when js2-mode is active in a buffer where a js file is open. But none of the features seem t to work. So as a last resort I thought it be better to ask on this list where so many experts must be already using some thing very well. Happy hacking. Krishnakant.