From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: yasnippet and scala-mode Date: Mon, 23 Apr 2012 22:21:39 +0100 Message-ID: <4F95C7E3.5080906@gmail.com> References: <4F9566DA.3060200@gmail.com> <877gx68q5z.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1335216139 32394 80.91.229.3 (23 Apr 2012 21:22:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Apr 2012 21:22:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?ISO-8859-1?Q?=D3scar_Fuentes?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 23 23:22:18 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SMQi8-0004j9-9F for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Apr 2012 23:22:16 +0200 Original-Received: from localhost ([::1]:41743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMQi7-00067M-Hm for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Apr 2012 17:22:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMQi3-00067G-3H for help-gnu-emacs@gnu.org; Mon, 23 Apr 2012 17:22:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMQi1-0006dk-Ez for help-gnu-emacs@gnu.org; Mon, 23 Apr 2012 17:22:10 -0400 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:49670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMQi1-0006dV-6U for help-gnu-emacs@gnu.org; Mon, 23 Apr 2012 17:22:09 -0400 Original-Received: by werj55 with SMTP id j55so10038720wer.0 for ; Mon, 23 Apr 2012 14:22:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=bXUNdQZZv6eQWjx/lDqEg2mBb+SiZsNnBDfgw9T2VU0=; b=my4D929TNfehi7wIH9FFCbUafTuJlH3dUJmrNZj53cB3HOr2HNXPrri9sxg5q9L9su Zh7D6GzQY44ZSTFUT01tnAzmua8DChjxXyPdez9unxJhVDMWVYH6tTC5kZ3oU8f86Wtw W5AImb6cJSJyeQI7b/fuGkiNsg8jYDZEKUcAAIi+CoUAlIz/lfLwYTIrIZRhb4keN0m7 DW+HwYtAQ9I7o8KZvoCZPAL6vl1O2iAdqZvhWlWJKxkLZ1+LQ9I76vVm82h1XgxZFWTI KiTWgC48udqbJ68dJgE6BKchFW2nMSd9FAz6Piqqxx97TEPBCvV4o2AWXRxmQxNoQ+Qs Ughw== Original-Received: by 10.180.105.194 with SMTP id go2mr20358868wib.22.1335216127291; Mon, 23 Apr 2012 14:22:07 -0700 (PDT) Original-Received: from [192.168.0.5] (cpc1-aztw16-0-0-cust938.aztw.cable.virginmedia.com. [92.235.235.171]) by mx.google.com with ESMTPS id 17sm26466173wis.0.2012.04.23.14.22.06 (version=SSLv3 cipher=OTHER); Mon, 23 Apr 2012 14:22:06 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120406 Thunderbird/11.0.1 In-Reply-To: <877gx68q5z.fsf@wanadoo.es> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 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:84607 Archived-At: On 04/23/2012 03:43 PM, Óscar Fuentes wrote: > Andrea Crotti writes: > >> Strange thing is that from the yasnippet menu I can see all the scala >> snippets and use them, but it just won't work with TAB or with explicit >> yas/expand. > Maybe TAB is being re-bound by scala-mode. Use C-h k TAB for checking > that TAB is bound to yas/expand. > > Ok simple problem, it's simply ignoring the filenames as triggers. Now I've updated yasnippet from git and it seems to work correctly..