From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.help Subject: Re: setcdr question Date: Wed, 03 Jul 2013 11:13:19 +0200 (CEST) Message-ID: <20130703.111319.347158678.devel@pollock-nageoire.net> References: <87obal1gb1.fsf@yahoo.fr> <87bo6l48xn.fsf@mithlond.arda> <1372803431470-291014.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372843081 4808 80.91.229.3 (3 Jul 2013 09:18:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jul 2013 09:18:01 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: aeuster@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 03 11:18:03 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UuJCL-0001uz-KQ for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 11:18:01 +0200 Original-Received: from localhost ([::1]:48922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuJCL-0007ju-6f for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 05:18:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuJC9-0007jO-Gp for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 05:17:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuJC5-0003mT-4T for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 05:17:49 -0400 Original-Received: from smtp04.smtpout.orange.fr ([80.12.242.126]:21930 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuJC4-0003m1-Uc for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 05:17:45 -0400 Original-Received: from localhost ([82.123.6.175]) by mwinf5d27 with ME id vlHi1l00N3mad6S03lHiNN; Wed, 03 Jul 2013 11:17:43 +0200 In-Reply-To: <1372803431470-291014.post@n5.nabble.com> X-Mailer: Mew version 6.2.51 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.126 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91912 Archived-At: From: drain Subject: Re: setcdr question Date: Tue, 2 Jul 2013 15:17:11 -0700 (PDT) > Appreciate the answers. > > However, where is the dot coming from? What is that supposed to represent? A cons cell : (cons 'a 'b) => (a . b) Regards Pierre > > > > -- > View this message in context: http://emacs.1067599.n5.nabble.com/setcdr-question-tp290941p291014.html > Sent from the Emacs - Help mailing list archive at Nabble.com. >