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: how do I get tern working with emacs using company Date: Wed, 8 Mar 2017 17:51:59 +0530 Message-ID: References: <6b583e65-d098-419c-544f-6fce522e0007@openmailbox.org> <20170308121714.GA30887@tuxteam.de> 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 1488975777 2450 195.159.176.226 (8 Mar 2017 12:22:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2017 12:22:57 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: tomas@tuxteam.de, 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:22:47 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 1clac9-0007vA-MF for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2017 13:22:45 +0100 Original-Received: from localhost ([::1]:55937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clacF-0005gY-E8 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2017 07:22:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clabc-0005gI-8l for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 07:22:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clabX-0003Dz-TO for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 07:22:12 -0500 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:46602 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 1clabX-0003Da-MN for help-gnu-emacs@gnu.org; Wed, 08 Mar 2017 07:22:07 -0500 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id 8DEB25400C1; Wed, 8 Mar 2017 13:22:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488975725; bh=8xIyGzOb6PhICHm56QrPK+BInj5SMf1IeA9fwFl4WXE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=TtcfsHvweZSGstSFUKzEYjuCuo573qUi3TJAmOzn5H3A3vNk3RM5JAUIaSJ1q+Jkf mFFnXrw994H/HTTbruiEaFKAoyIjQUqiVKK2LUHasIs6UzuZ7kW99RvhqyRU3LxDnz xlxfNikJLL/1aub/sJdtx38b3SkiUti/rB/uJGAE= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488975724; bh=8xIyGzOb6PhICHm56QrPK+BInj5SMf1IeA9fwFl4WXE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=pdVi1BBmmGfB8m3SJNdY58p1JIR5YUIk78JP8gs/gzIK2/JVBIfgNuY++G1q3gHke 4HjzjqnCdEu6DZnDKGDAAtGmEF2v1W0Dr1vrWqAc+A4cdc5v3je74CHOQl5SrrnDZl qnSKPx73bj8l8wN1dQ+t6wdSxU8ag6XOLX48tCnE= In-Reply-To: <20170308121714.GA30887@tuxteam.de> 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:112456 Archived-At: On Wednesday 08 March 2017 05:47 PM, tomas@tuxteam.de wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wed, Mar 08, 2017 at 05:32:10PM +0530, Krishnakant wrote: >> Dear all, >> >> I am trying to get term to work with emacs on Ubuntu 16.04. > I guess "term" is a typo and you meant "tern" (at least the second > form is more frequent). > > But what *is* tern? My web search comes up with lots of stuff, the > most plausible is a javascript thingie. > Yes it is a javascript engine which frontends like company can use. Happy hacking. Krishnakant.