From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [patch] structure snippet completions Date: Tue, 05 Dec 2017 11:14:52 -0800 Message-ID: <871sk9c7gz.fsf@ericabrahamsen.net> References: <87mv2ya2ep.fsf@pank.eu> <87vahm9ntu.fsf@ericabrahamsen.net> <87r2s98occ.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMIkj-00004t-Ei for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 14:19:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMIkg-0005K2-9G for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 14:19:37 -0500 Received: from [195.159.176.226] (port=38984 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eMIkg-0005J2-2h for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 14:19:34 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eMIiq-0002p2-DT for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 20:17:40 +0100 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" To: emacs-orgmode@gnu.org Rasmus writes: > Eric Abrahamsen writes: > >> Rasmus writes: >> >>> Hi, >>> >>> The attached patch adds expansions of ">> would like to include this in the next version of Org in anticipation of >>> the changes to the template system. >> >> Cool! We were talking about shifting the alist keys to strings, do we >> want to do that all at once, in both places, or let this land first? > > I’m indifferent. If you make a shift to strings in the part of the code > you know I can alter this code. On second thought, maybe it would be better to put this in first. A separate change could do string keys, and also make some of the other changes people have been asking for (different keybinding, etc), all at once.