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: how do I get tern working with emacs using company Date: Wed, 8 Mar 2017 17:32:10 +0530 Message-ID: <6b583e65-d098-419c-544f-6fce522e0007@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 1488974730 3577 195.159.176.226 (8 Mar 2017 12:05:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2017 12:05:30 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 08 13:05:25 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 1claLK-00007m-7Z for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2017 13:05:22 +0100 Original-Received: from localhost ([::1]:55867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1claLQ-0000p2-CS for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2017 07:05:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1claKx-0000oe-Jv for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 07:05:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1claKu-0006aW-H1 for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 07:04:59 -0500 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:37560 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 1claKu-0006Zv-8i for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 07:04:56 -0500 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id 94F1C505515; Wed, 8 Mar 2017 13:02:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488974693; bh=KGoVQqknKnPmY9Q+CDm0g3PiCF7R6DK1ZUkkGL0ui4s=; h=To:From:Subject:Date:From; b=vxV5HGhr7RyjkQYPctTGVXPSCkmsJf8zHoNoesQJ5z7GHwAOxNY7pbTBkDjWu0VPQ am7Mnc229FrQjHoPc4tU7FLtLR/GBO/AVFf3XSqLrYXFQ3e9DpmFE+UFf7sv9laFsN p6DG8hQF5M5dtjr6TSYv9gQsyEWdgOA9nncCvxrk= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488974555; bh=KGoVQqknKnPmY9Q+CDm0g3PiCF7R6DK1ZUkkGL0ui4s=; h=To:From:Subject:Date:From; b=IuakFtoETO3i1hy615gEyhrzIuezzmhDfZoBOWTCtLwJT8WphTIHoHVcJlMdhRCL8 casmLYxSwdnTA4n5zOwv10iJtLMDfvWArMDBD00RXKDeEqwpPHn3gLPsbkuBWHCPR9 wWnGv4iruEeLei0EzrTBInDcNTv+/zk9jO0xHvoM= 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:112454 Archived-At: Dear all, I am trying to get term to work with emacs on Ubuntu 16.04. But when I go in turn-mode and then do M-x company-mode I get this error. "searching for program, no such file or directory tern". I am using ubuntu 16.04 and did not find a package that supports tern-mode in emacs. Can any one help? Happy hacking. Krishnakant.