From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Memnon Anon Newsgroups: gmane.emacs.help Subject: Re: yasnippet doesn't work after switching to github version Date: Thu, 17 Nov 2011 17:18:37 +0000 (UTC) Message-ID: <87obwavfub.fsf@mean.albasani.net> References: <87obwb89vc.fsf@tsdh.uni-koblenz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1321552432 13785 80.91.229.12 (17 Nov 2011 17:53:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 17:53:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 17 18:53:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RR69k-0000Ml-M6 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Nov 2011 18:53:48 +0100 Original-Received: from localhost ([::1]:46383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5cP-0003VY-Mc for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Nov 2011 12:19:21 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:46943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5c3-0002hX-VA for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 12:19:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR5c2-0004Pi-Sp for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 12:18:59 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:53860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5c2-0004Pe-N3 for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 12:18:58 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RR5c0-00059y-Oz for help-gnu-emacs@gnu.org; Thu, 17 Nov 2011 18:18:56 +0100 Original-Received: from e178198112.adsl.alicedsl.de ([85.178.198.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2011 18:18:56 +0100 Original-Received: from gegendosenfleisch by e178198112.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2011 18:18:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: e178198112.adsl.alicedsl.de Cancel-Lock: sha1:nrZ7/WMOY+LS2YxFYkB6RDQgv8o= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82948 Archived-At: Hi Tassilo, Tassilo Horn writes: > That's the `b' file for example: > > #contributor : Tassilo Horn > #name : Bye, Tassilo > # -- > Bye, > Tassilo > > Comparing that to the snippets that ship with yasnippet, the syntax and > structure of the snippet dir seems correct. > > Any idea what's wrong or where I should start debugging. I did the same switch a few days ago. Seems like the "Filename=Abbrev Key" format is about to be obsolete. When my snipppets wouldn't expand, I added the `# key: ' directive, to all my snippets... now it works. hth Memnon