From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Documentation for car and cdr Date: Thu, 26 Jan 2006 06:33:15 +0200 Message-ID: References: <200601260018.k0Q0IJe19957@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138250013 4647 80.91.229.2 (26 Jan 2006 04:33:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2006 04:33:33 +0000 (UTC) Cc: quarl+dated+1138665503.df20ee@NOSPAM.quarl.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 26 05:33:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1yp3-0005kD-ML for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2006 05:33:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1yrp-0007yz-MG for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2006 23:36:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1yrh-0007yT-6N for emacs-devel@gnu.org; Wed, 25 Jan 2006 23:36:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1yrg-0007yH-Pt for emacs-devel@gnu.org; Wed, 25 Jan 2006 23:36:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1yrg-0007yE-Mu for emacs-devel@gnu.org; Wed, 25 Jan 2006 23:36:08 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F1ypB-0005hA-S9 for emacs-devel@gnu.org; Wed, 25 Jan 2006 23:33:34 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-201-14.inter.net.il [83.130.201.14]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DLC40125 (AUTH halo1); Thu, 26 Jan 2006 06:33:12 +0200 (IST) Original-To: Luc Teirlinck In-reply-to: <200601260018.k0Q0IJe19957@raven.dms.auburn.edu> (message from Luc Teirlinck on Wed, 25 Jan 2006 18:18:19 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49572 Archived-At: > Date: Wed, 25 Jan 2006 18:18:19 -0600 (CST) > From: Luc Teirlinck > Cc: emacs-devel@gnu.org > > Karl Chen wrote: > > The information could be in the manual. Is there anything > currently? I couldn't find any nodes on "cons cells" > > `C-h i g (elisp)Cons Cells' > > or "cdr". > > `C-h i g (elisp)List Elements' Actually, "C-h i i cdr" is simpler (and requires less a-priori knowledge).