From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: [vms] extending Lisp_Process Date: 14 Jul 2003 17:19:02 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200307141337.h6EDbjei006472@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058218281 24306 80.91.224.249 (14 Jul 2003 21:31:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2003 21:31:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 14 23:31:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19cAul-0006Jq-00 for ; Mon, 14 Jul 2003 23:31:19 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19cB8C-0002as-00 for ; Mon, 14 Jul 2003 23:45:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19cAuI-0006hx-RE for emacs-devel@quimby.gnus.org; Mon, 14 Jul 2003 17:30:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19cArn-00042m-Qu for emacs-devel@gnu.org; Mon, 14 Jul 2003 17:28:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19cAqI-0002eM-1d for emacs-devel@gnu.org; Mon, 14 Jul 2003 17:26:42 -0400 Original-Received: from colo.agora-net.com ([207.245.84.69]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19cAix-0006gq-3M for emacs-devel@gnu.org; Mon, 14 Jul 2003 17:19:07 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 19cAis-0000Uo-00; Mon, 14 Jul 2003 17:19:02 -0400 Original-To: "Stefan Monnier" In-Reply-To: "Stefan Monnier"'s message of "Mon, 14 Jul 2003 09:37:45 -0400" Original-Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.7 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:15604 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15604 "Stefan Monnier" writes: I don't see a problem with it, other than the fact that you won't want to include it at the very beginning since the GC assumes that the structure starts with a `size' and a `next' field like all other vectors and VectorLike structs. good thing to keep in mind. thanks for the tip. thi