From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Macro question with new texinfo exporter Date: Wed, 30 Jan 2013 17:14:00 +0100 Message-ID: <87zjzqejhz.fsf@bzg.ath.cx> References: <877gmvalzn.fsf@gmail.com> <87vcae53fi.fsf@bzg.ath.cx> <87haly96xi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0aIZ-0002bS-8I for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 11:14:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0aIW-0003gK-9V for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 11:14:07 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:45030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0aIW-0003g7-2k for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 11:14:04 -0500 Received: by mail-wi0-f172.google.com with SMTP id o1so3814510wic.11 for ; Wed, 30 Jan 2013 08:14:03 -0800 (PST) In-Reply-To: <87haly96xi.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 30 Jan 2013 13:44:25 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Org-mode , "Thomas S. Dye" Hi Nicolas, Nicolas Goaziou writes: > Supporting old syntax is a bit tricky. Perhaps something like: > > - Find the first one to appear between comma and quote: > - if it is a comma, use old syntax > - in any other case, use new syntax. Sounds good to me. >> The reason why I prefer the parentheses is that it makes >> clear for newbies that the items within the parentheses >> are arguments, whereas I find it less clear with no >> parentheses. > > Write more Lisp ;) (You mean... I should (perhaps) write less lisp (right)?) -- Bastien