From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: short way to insert source tag in org mode? Date: Mon, 28 Sep 2009 23:36:02 -0400 Message-ID: <354.1254195362@gamaville.dokosmarshall.org> References: <83iqf429fq.fsf@ymail.com> <873a68fnlq.fsf@gollum.intra.norang.ca> <83ske6frn0.fsf@ymail.com> <29623.1254192352@gamaville.dokosmarshall.org> <87pr9ae91s.fsf@gollum.intra.norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsTWo-00055n-15 for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 23:37:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsTWi-00055Z-KF for Emacs-orgmode@gnu.org; Mon, 28 Sep 2009 23:37:24 -0400 Received: from [199.232.76.173] (port=34673 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsTWi-00055W-D8 for Emacs-orgmode@gnu.org; Mon, 28 Sep 2009 23:37:20 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:54070) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsTWi-0000lD-1F for Emacs-orgmode@gnu.org; Mon, 28 Sep 2009 23:37:20 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KQP00GLGRAU7640@vms173009.mailsrvcs.net> for Emacs-orgmode@gnu.org; Mon, 28 Sep 2009 22:35:24 -0500 (CDT) In-reply-to: Message from Bernt Hansen of "Mon, 28 Sep 2009 23:14:55 EDT." <87pr9ae91s.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Emacs-orgmode@gnu.org, Water Lin Bernt Hansen wrote: > > Using Bernt's setup, I can get the block expanded using C-i, but the > > key itself is bound to org-cycle. When I say > > > > C-h c > > > > emacs says "", whereas if I say > > > > C-h c C-i > > > > emacs says "TAB". In an emacs without yasnippets, otoh, > > > > C-h c > > > > says "TAB (translated from ". This is all under X of course: I suspect > > that on a console, things would be simpler. > > For me both TAB and C-i run the command yas/expand (according to C-h k). > I'm using GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of > 2008-11-09 on raven, modified by Debian. > > I get and TAB as Nick does but both run yas/expand. > > I've never tried it in Emacs 23. > I thought that Emacs23 would be the explanation, but I get the different behavior even with Emacs 22. Ah, well: a mystery that will remain a mystery (at last, afaiac...) Nick