From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Patch for fields of `struct buffer' Date: Mon, 31 Jan 2011 15:40:09 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296506424 23077 80.91.229.12 (31 Jan 2011 20:40:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 20:40:24 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 21:40:20 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pk0Xr-0001bz-V5 for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 21:40:20 +0100 Original-Received: from localhost ([127.0.0.1]:48808 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0Xr-0003OO-DO for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 15:40:19 -0500 Original-Received: from [140.186.70.92] (port=43837 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0Xj-0003NL-LD for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:40:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk0Xi-00069H-JL for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:40:11 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:55473 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk0Xi-000696-FY; Mon, 31 Jan 2011 15:40:10 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAHesRk1Ld/8K/2dsb2JhbACkeHS+BYVOBIUTj2g X-IronPort-AV: E=Sophos;i="4.60,405,1291611600"; d="scan'208";a="89986759" Original-Received: from 75-119-255-10.dsl.teksavvy.com (HELO ceviche.home) ([75.119.255.10]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 31 Jan 2011 15:40:09 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 4B646660DC; Mon, 31 Jan 2011 15:40:09 -0500 (EST) In-Reply-To: (Tom Tromey's message of "Mon, 31 Jan 2011 13:05:57 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:135353 Archived-At: > In my implementation, variables let-bound in the parent thread are just > re-let-bound in the new thread. The bindings are not shared. Ah, I see. That's much less problematic, thanks. > Perhaps copying CL is the way to go, then. If it's not more trouble, I think it makes sense, yes. Stefan