From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: (elisp)Object Internals Date: Thu, 18 Dec 2003 19:29:25 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200312190129.hBJ1TPC04722@raven.dms.auburn.edu> References: <200312190057.hBJ0vLS04703@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071797950 5730 80.91.224.253 (19 Dec 2003 01:39:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2003 01:39:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Dec 19 02:39:07 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AX9bf-0001hj-00 for ; Fri, 19 Dec 2003 02:39:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AX9bf-0005bm-00 for ; Fri, 19 Dec 2003 02:39:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AXAYv-0004CE-5M for emacs-devel@quimby.gnus.org; Thu, 18 Dec 2003 21:40:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AXAYS-0003uG-KK for emacs-devel@gnu.org; Thu, 18 Dec 2003 21:39:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AXAXv-0003ID-TI for emacs-devel@gnu.org; Thu, 18 Dec 2003 21:39:51 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AXAWW-00024P-CO for emacs-devel@gnu.org; Thu, 18 Dec 2003 21:37:52 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id hBJ1afKk007630; Thu, 18 Dec 2003 19:36:41 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id hBJ1TPC04722; Thu, 18 Dec 2003 19:29:25 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200312190057.hBJ0vLS04703@raven.dms.auburn.edu> (message from Luc Teirlinck on Thu, 18 Dec 2003 18:57:21 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18758 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18758 I believe I understand now that the quote from `(elisp)Object Internals' should be changed to: Depending on the operating system and type of machine for which you compile Emacs, twenty-nine bits are used to address the object, and the remaining three bits are used for a GC mark bit and the tag that identifies the object's type. Is this accurate? Sincerely, Luc.