From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?R=C3=A9mi_Vanicat?= Subject: Re: Org Contacts, Gnus and Yasnippet Not Playing Nicely Date: Tue, 24 May 2011 17:50:03 +0200 Message-ID: <87oc2sp07o.dlv@debian.org> References: <4DDA9A35.7030403@manor-farm.org> <87wrhgpffa.fsf@member.fsf.org> <4DDBB3A3.5090707@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOtsG-0003iS-Ml for emacs-orgmode@gnu.org; Tue, 24 May 2011 11:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOtsC-0003g2-Bw for emacs-orgmode@gnu.org; Tue, 24 May 2011 11:50:24 -0400 Received: from lo.gmane.org ([80.91.229.12]:45283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOtsC-0003fy-5J for emacs-orgmode@gnu.org; Tue, 24 May 2011 11:50:20 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QOtsA-0001dZ-Pq for emacs-orgmode@gnu.org; Tue, 24 May 2011 17:50:18 +0200 Received: from 29.191.138.88.rev.sfr.net ([88.138.191.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 May 2011 17:50:18 +0200 Received: from vanicat by 29.191.138.88.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 May 2011 17:50:18 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ian Barton writes: > On 24/05/11 11:21, Tassilo Horn wrote: >> Ian Barton writes: >> >> Hi Ian, >> >>> I am trying to set up Org Contacts and gnus. Org Contacts suggests >>> that pressing + in the To: field in a message buffer should >>> offer a list of tags from my contacts file. However, I just get a Tab. >>> [...] > > Thanks Tassilo. I am using Emacs 23.2.1. `C-h k TAB' shows: > > TAB (translated from ) runs the command yas/expand, which is an [...] For those (like me) that stay with old Emacs 23, this will fix it: #+begin_src emacs-lisp (defun set-yas/fallback-behavior () (setq yas/fallback-behavior '(apply completion-at-point))) (add-hook 'message-mode-hook 'set-yas/fallback-behavior) #+end_src -- RĂ©mi Vanicat