From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Danil Orlov Newsgroups: gmane.emacs.devel Subject: Re: YouCompleteMe available as a Server Date: Tue, 5 Aug 2014 17:01:42 +0400 Message-ID: <20140805130142.GA26342@debian> References: <53E090F7.2030308@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1407243735 23996 80.91.229.3 (5 Aug 2014 13:02:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2014 13:02:15 +0000 (UTC) Cc: Daniel Colascione , Tom , Emacs developers To: John Yates Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 05 15:02:09 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XEeNO-0006U3-17 for ged-emacs-devel@m.gmane.org; Tue, 05 Aug 2014 15:02:02 +0200 Original-Received: from localhost ([::1]:59326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEeNN-0006IF-KA for ged-emacs-devel@m.gmane.org; Tue, 05 Aug 2014 09:02:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEeNG-0006I9-Ox for emacs-devel@gnu.org; Tue, 05 Aug 2014 09:01:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEeNB-0007Y3-Ty for emacs-devel@gnu.org; Tue, 05 Aug 2014 09:01:54 -0400 Original-Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:54887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEeNB-0007Xr-Ge for emacs-devel@gnu.org; Tue, 05 Aug 2014 09:01:49 -0400 Original-Received: by mail-lb0-f178.google.com with SMTP id c11so675966lbj.37 for ; Tue, 05 Aug 2014 06:01:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=lThMptM4eOK2enpMvKaMpBepo3iaSWEkWbCMHLOgrZ4=; b=DLYdEg552Qa6RKBRzhJ0J7tOCLMltp9Ap0+mjeHNSynU0tkokITbxlXJFXUHUJdava 7N9r1ZPI12UkUP64WRT29fst+7sggmUVL73ToPkkGAzsnCg0HKZMh6iSyYjqiUdDmqDm 3h9jnarBex1NwVUFxfHEHwXJsIoFDmdgVu0zDAr7Le2IL5GHs9RRZYjkO6e9x9pqq7IC 4tIhOCkPPITmoNO2z32/fQB3jyv/fdcc3YJbspLJIfE3GRSVU1a3UERfDK5Wc/uXcBJ9 d+uLHD7Jxjm/OKtd5I7DXAIUtVIuIPhUNeL0Wo/ewji3ty18DjDdtNGEobNSZvBa3Smd rOYQ== X-Received: by 10.112.143.67 with SMTP id sc3mr3705154lbb.89.1407243707525; Tue, 05 Aug 2014 06:01:47 -0700 (PDT) Original-Received: from debian ([2001:5c0:1400:a::2ab]) by mx.google.com with ESMTPSA id f9sm2146820lbd.46.2014.08.05.06.01.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 05 Aug 2014 06:01:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173432 Archived-At: It seems that ultisnips has totally same functionality as Yasnippet, the only difference - last one uses elisp instead of python. On Tue, Aug 05, 2014 at 08:22:39AM -0400, John Yates wrote: > Agreed that YCM seems to bring little to the table.  OTOH the reference web > page includes a link to an impressive snippet engine: > > https://github.com/SirVer/ultisnips > > /john > > > On Tue, Aug 5, 2014 at 4:08 AM, Daniel Colascione wrote: > > On 08/04/2014 11:27 PM, Tom wrote: > > independent HTTP+JSON server. > > It's 2014: of course we're using JSON over HTTP over TCP over IP to get > two programs running on the same machine as the same user to talk to > each other. There's even an HMAC system to avoid the usual attacks. At > the very least, I'd want a non-IP securable transport before using this > thing --- preferably one that doesn't rely on HTTP (which, based on the > source, seems to be used only to discriminate between short text commands). > > (Does this program really start 30 threads to handle requests?) > > Emacs has existing out-of-tree completion backends that talk to the same > modules ycm uses internally (e.g., clang and jedi), so I'm not sure ycm > is much of a win for us. > > Also, the list of supported languages for identifier completion (along > with one regex that tries to match all kinds of comment) appears to be > hardcoded in ycm's C++ codebase; this design choice would make it > difficult to add support for new languages.  (GNU Global has the same > flaw.) Doesn't dabbrev fill the same niche? > > >