From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Including Yasnippet to Emacs Date: Mon, 17 Mar 2014 15:53:33 +0100 Message-ID: References: <20140317041012.GA24472@debian> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1395068032 6899 80.91.229.3 (17 Mar 2014 14:53:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2014 14:53:52 +0000 (UTC) Cc: Danil Orlov , =?iso-8859-1?Q?Jo=E3o_T=E1vora?= , emacs-devel@gnu.org To: Stefan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 17 15:54:00 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 1WPYvP-0002BH-Q9 for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2014 15:53:59 +0100 Original-Received: from localhost ([::1]:58380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPYvP-00061v-G2 for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2014 10:53:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPYvF-0005uZ-7G for emacs-devel@gnu.org; Mon, 17 Mar 2014 10:53:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPYv7-0007e5-PD for emacs-devel@gnu.org; Mon, 17 Mar 2014 10:53:49 -0400 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:31695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPYv7-0007dt-Ik for emacs-devel@gnu.org; Mon, 17 Mar 2014 10:53:41 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id 3B3DC8AC579; Mon, 17 Mar 2014 15:53:39 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF3) Original-Received: from mf3.bahnhof.se ([127.0.0.1]) by localhost (mf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vHlGHjGaU28N; Mon, 17 Mar 2014 15:53:35 +0100 (CET) Original-Received: from mta.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf3.bahnhof.se (Postfix) with ESMTP id 57B153E8C9A; Mon, 17 Mar 2014 15:53:34 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 13B404F69C4; Mon, 17 Mar 2014 14:53:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dj_cK98BASzy; Mon, 17 Mar 2014 15:53:33 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 4665C4F69BE; Mon, 17 Mar 2014 15:53:33 +0100 (CET) In-Reply-To: (Stefan's message of "Mon, 17 Mar 2014 10:45:29 -0400") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 213.80.101.11 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:170439 Archived-At: Stefan writes: >> one - lots of modes creates its own wheel to support snippets. > >> html-mode uses own snippets for tags >> web-mode uses own snippets "C-c C-s" >> markdown-mode uses own snippets for headers > >> and that's only modes I use. > > Emacs already has several "snippet" systems builtin: > tempo.el, skeleton.el, expand.el, and I'm sure I'm forgetting some. Srecode in Cedet, thus already in Emacs, is nice and useful as well. >> What do you think about it? > > Jo=E3o has a snippet.el in the works, which is yet-another of those > snippet systems, but this one is designed as a "Lispish core, such that > yasnippet.el can be provided as a layer on top of it. He's been writing > it with a fair bit a bitching^H^H^H^H^H^H^Hreview from me, and if all > goes well it could be included in 24.5. > > > Stefan > --=20 Joakim Verona