From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: Re: YouCompleteMe available as a Server Date: Tue, 5 Aug 2014 09:20:28 -0400 Message-ID: References: <53E090F7.2030308@dancol.org> <20140805130142.GA26342@debian> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf302d4e2a20767504ffe1b85c X-Trace: ger.gmane.org 1407244849 4863 80.91.229.3 (5 Aug 2014 13:20:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2014 13:20:49 +0000 (UTC) Cc: Daniel Colascione , Tom , Emacs developers To: Danil Orlov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 05 15:20:46 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 1XEefW-0004A1-Gp for ged-emacs-devel@m.gmane.org; Tue, 05 Aug 2014 15:20:46 +0200 Original-Received: from localhost ([::1]:59433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEefW-0008Qk-2Z for ged-emacs-devel@m.gmane.org; Tue, 05 Aug 2014 09:20:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEefG-0008N0-Mf for emacs-devel@gnu.org; Tue, 05 Aug 2014 09:20:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEefF-0006Ej-EI for emacs-devel@gnu.org; Tue, 05 Aug 2014 09:20:30 -0400 Original-Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:51667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEefF-0006Ef-9Z for emacs-devel@gnu.org; Tue, 05 Aug 2014 09:20:29 -0400 Original-Received: by mail-yh0-f47.google.com with SMTP id f10so615511yha.20 for ; Tue, 05 Aug 2014 06:20:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=dMeumBE4HxW64cyuUfRjt0sssAl+Rb+mB2ZW3nMaeSc=; b=qsPEt0zKgtM1Kmu/axEnqwlg23lX7MKaUnrKVVQNmsz27q80WgEVjaJIA7/aR6OqpO 7Vvc+fm9RHUExiqlqd9rg8BVjTeogzstoYsw4kNxS+acu2M1q+C4D/jG+NUiTh95Gh1c Rpo/74gVAUQD686gpxvDPxT9/OlJVflGTUSvVUmwOcf1/RKurqkJ8MNzCtMUgXoiqKWV 2RZX4JJ+EiLm3X09tdfgED6C2hk/vna4kBdLimkIRtc6w63sWIxr6rIYYmz7n0d3SQMK 23YsRDni/SYTyzy0x2ZprJ6XvWSgDUt+//RBxPIGHYb9ko4m/Jfr3x+Ntmi5pkxE43yk wpcQ== X-Received: by 10.236.170.38 with SMTP id o26mr4775023yhl.182.1407244828700; Tue, 05 Aug 2014 06:20:28 -0700 (PDT) Original-Received: by 10.170.124.81 with HTTP; Tue, 5 Aug 2014 06:20:28 -0700 (PDT) In-Reply-To: <20140805130142.GA26342@debian> X-Google-Sender-Auth: 0l5l1a-FJrGEkL3vUCGldRtU_-0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22f 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:173433 Archived-At: --20cf302d4e2a20767504ffe1b85c Content-Type: text/plain; charset=UTF-8 On Tue, Aug 5, 2014 at 9:01 AM, Danil Orlov wrote: > It seems that ultisnips has totally same functionality as Yasnippet, the > only > difference - last one uses elisp instead of python. > I am already a both a user and a fan of yasnippet. That said I watched the video on the github page and this one: http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/ I see functionality that I believe does not exist in yasnippet. In particular the ability to jump into and out of snippet expansion is much more flexible than in yasnippet. /john --20cf302d4e2a20767504ffe1b85c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On T= ue, Aug 5, 2014 at 9:01 AM, Danil Orlov <zargener@gmail.com> wrote:
It seems that ultisnips has totally same functionality as = Yasnippet, the only
difference - last one uses elisp instead of python.
I am already a both a user and a fan of yasnippet. =C2=A0That = said I watched the video on the github page and this one:


I see functionality that = I believe does not exist in yasnippet. =C2=A0In particular the ability to j= ump into and out of snippet expansion is much more flexible than in yasnipp= et.

/john
--20cf302d4e2a20767504ffe1b85c--