From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ramestica@gmail.com Newsgroups: gmane.emacs.help Subject: Re: emacs lisp programming help Date: Thu, 29 Jan 2009 10:49:56 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <2c75e627-536b-47b7-8569-20781b041336@v39g2000pro.googlegroups.com> <87ljsuyo9a.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1233258069 25518 80.91.229.12 (29 Jan 2009 19:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2009 19:41:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 29 20:42:23 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LScm1-0007HZ-MR for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jan 2009 20:42:02 +0100 Original-Received: from localhost ([127.0.0.1]:41500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSckj-0000Ln-Ex for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jan 2009 14:40:41 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q30g2000prq.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 192.131.232.129 Original-X-Trace: posting.google.com 1233254997 25051 127.0.0.1 (29 Jan 2009 18:49:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 29 Jan 2009 18:49:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q30g2000prq.googlegroups.com; posting-host=192.131.232.129; posting-account=GyIV7QoAAACC7zm6nA92JhktCMy0igbg User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:166445 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61763 Archived-At: On Jan 29, 1:13=A0pm, p...@informatimago.com (Pascal J. Bourguignon) wrote: > In general, emacs questions (even emacs lisp) would be I was about to do that but then I hesitated and look for a forum with the word 'lisp' on it. > What does the quote do? =A0What does 'x evaluate to? > And what does '(a b c) evaluate to? > And what does '(a . b) evaluate to? > So what does '(font . my-default-font) evaluate to? I cannot really answer these questions. I do not know. > What other mean to create a cons cell do you know? Using (cons ...), that helped. Many many thanks for the help. Rodrigo