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:15:24 +0100 Message-ID: <4F95C66C.2060308@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 1335215769 29589 80.91.229.3 (23 Apr 2012 21:16:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Apr 2012 21:16:09 +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:16:08 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 1SMQc8-0000Cq-UM for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Apr 2012 23:16:05 +0200 Original-Received: from localhost ([::1]:39118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMQc8-0004Sn-8r for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Apr 2012 17:16:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMQc3-0004Sh-9i for help-gnu-emacs@gnu.org; Mon, 23 Apr 2012 17:16:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMQc1-0004Vi-96 for help-gnu-emacs@gnu.org; Mon, 23 Apr 2012 17:15:58 -0400 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:47299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMQc1-0004Vc-0L for help-gnu-emacs@gnu.org; Mon, 23 Apr 2012 17:15:57 -0400 Original-Received: by eeke53 with SMTP id e53so3328247eek.0 for ; Mon, 23 Apr 2012 14:15:55 -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=s7ZU3/RAQI7qIIRJzjAeuZT5NjrTLJNQKrPPW+FAh+o=; b=VWZHaV7Hz6ygP5YRjJHwnWBYiJyC9yTFx/wZEqirdXnQ7zzIBo25hS3TkhOmIAOEXL f42clio8Jzr9QcZq56KEdaGhanu8KCzTfFQGlHS3e6liQrz8e3aIa9e1cbbGLN7cTwM8 cfEnufnavZMzszT1tfHjkXjj7/CXSVff8dTtvGQ+fI2y0MtQVkETwUyos9mY+0Q0WJpM Wte6S5ONSgkt9i/3M/0pYVE6SwyisxnJgXraMiqSYZBh3s022XeK+/+xL/hpDAsO26BA 4BBceXGHoe9ieuLv/lJiNyTO7YtZ8lZIi/smDbdd3ueKmZ3pSBZ4CtnYkWsUoHpApvsq 8HuQ== Original-Received: by 10.213.16.131 with SMTP id o3mr528793eba.265.1335215755011; Mon, 23 Apr 2012 14:15:55 -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 e56sm77131226eea.11.2012.04.23.14.15.53 (version=SSLv3 cipher=OTHER); Mon, 23 Apr 2012 14:15:54 -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.83.41 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:84606 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. > > No no it's really bound to yas/expand. And the strange thing is that even yas/visit-snippet doesn't show what it should show, while in the menu I see correctly all the scala snippets. Never seen this behaviour before, does anyone has an idea?