From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Newbie elisp programmer requests a pointer to backtics... Date: Wed, 14 Apr 2010 11:05:31 -0400 Message-ID: <87tyre5b2c.fsf@stats.ox.ac.uk> References: <4BC50A22.608@pinyon.org> <87k4saz786.fsf@schnouki.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O249v-000449-FZ for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:05:43 -0400 Received: from [140.186.70.92] (port=52365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O249t-0003zN-Hz for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:05:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O249p-0002nm-0y for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:05:40 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:42803) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O249o-0002nU-Py for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:05:36 -0400 In-Reply-To: <87k4saz786.fsf@schnouki.net> (Thomas Jost's message of "Wed, 14 Apr 2010 11:58:01 +0200") 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: "Russell L. Carter" Cc: emacs-orgmode@gnu.org Thomas Jost writes: > On Tue, 13 Apr 2010 17:19:46 -0700, "Russell L. Carter" wrote: >> Where do I find good-enough documentation for the backtics >> prefixing the parenthesis and the commas prefixing the associative >> list values in the following code (lines of interest prefixed by >> "here->", uninteresting lines elided): > > Hello, > > I had the same question a few months ago. I googled something like "lisp > backquote comma" and found these links: > - http://www.psg.com/~dlamkins/sl/chapter20.html > - http://cl-cookbook.sourceforge.net/macros.html And for a scarily in-depth tutorial on lisp evaluation and macros (most of which afaIaw translates fairly directly to elisp) http://www.paulgraham.com/onlisptext.html (I have a long way to go with that one...) Dan > > Hope this helps :) > > Regards,