From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Newsgroups: gmane.emacs.devel Subject: Re: YouCompleteMe available as a Server Date: Wed, 06 Aug 2014 17:59:50 +0400 Message-ID: <86r40tyazt.fsf@yandex.ru> References: <53E090F7.2030308@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407333620 27452 80.91.229.3 (6 Aug 2014 14:00:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2014 14:00:20 +0000 (UTC) Cc: Tom , emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 06 16:00:13 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 1XF1lD-0004Mx-Th for ged-emacs-devel@m.gmane.org; Wed, 06 Aug 2014 16:00:12 +0200 Original-Received: from localhost ([::1]:39290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF1lD-0003ss-K9 for ged-emacs-devel@m.gmane.org; Wed, 06 Aug 2014 10:00:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF1l6-0003o8-7W for emacs-devel@gnu.org; Wed, 06 Aug 2014 10:00:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XF1l1-00050m-4T for emacs-devel@gnu.org; Wed, 06 Aug 2014 10:00:03 -0400 Original-Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:35397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF1l0-00050g-TO for emacs-devel@gnu.org; Wed, 06 Aug 2014 09:59:59 -0400 Original-Received: by mail-la0-f41.google.com with SMTP id s18so2028969lam.28 for ; Wed, 06 Aug 2014 06:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=d4pvIwJhNUtloj3wCq73OBfvxdHa7eOkCCNrKTTs6Oc=; b=MOssmoa9pmqcc/PTV8wQncjRWmEyjqLBVQvkDhfy2QqlBaj2VIttiOtpNkviP/yV0o F9lKk2G8iSwD+XANB6plPzooCCQbkDqs12t75ReQ9fAiGo2BRCidOdYAUVRq+WCdW6qH L0hVLKluhZ7Y0B4PScirlvtmAd6T2PufJYbxkyU3JMBHY69oXBVF2V/+pHEIfZBmYOLS LhdgY/M434GlkkMoYSObjCwog+dyc/9WQTw9OVk2aQ7o4HGVF7Pd1fUufvTLKYbtmBdv EyER747KvyepQjvOhpcHKD81NG/XAzsuvah6H6zyw9+IWndBw3HVNXcpD95bOMhojiPm 72pA== X-Received: by 10.112.84.75 with SMTP id w11mr10775743lby.24.1407333597715; Wed, 06 Aug 2014 06:59:57 -0700 (PDT) Original-Received: from axl (v-2-eu19-d3962-07.webazilla.com. [78.140.151.7]) by mx.google.com with ESMTPSA id xv4sm543402lab.16.2014.08.06.06.59.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 06 Aug 2014 06:59:57 -0700 (PDT) In-Reply-To: <53E090F7.2030308@dancol.org> (Daniel Colascione's message of "Tue, 05 Aug 2014 01:08:23 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::229 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:173450 Archived-At: Daniel Colascione writes: > 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. I believe the main value proposition (aside from the "shared infrastructure" the project advertises), would be its fuzzy matching algorithm. Emacs has nothing comparable built-in, and flx (https://github.com/lewang/flx) hasn't yet been integrated with any completion engines.