From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: multi-threaded Emacs Date: Sat, 06 Dec 2008 15:50:26 -0700 Message-ID: References: <87abbiody1.fsf@master.homenet> <873ahant5l.fsf@master.homenet> <87bpvx5tw1.fsf@master.homenet> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228603854 17415 80.91.229.12 (6 Dec 2008 22:50:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2008 22:50:54 +0000 (UTC) Cc: Giuseppe Scrivano , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 06 23:51:57 2008 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.50) id 1L960C-0007hc-N3 for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2008 23:51:56 +0100 Original-Received: from localhost ([127.0.0.1]:50800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L95z1-0006ud-Ub for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2008 17:50:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L95yx-0006uL-Ol for emacs-devel@gnu.org; Sat, 06 Dec 2008 17:50:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L95yv-0006tt-73 for emacs-devel@gnu.org; Sat, 06 Dec 2008 17:50:38 -0500 Original-Received: from [199.232.76.173] (port=36383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L95yv-0006to-4O for emacs-devel@gnu.org; Sat, 06 Dec 2008 17:50:37 -0500 Original-Received: from mx2.redhat.com ([66.187.237.31]:40882) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L95yt-0001Ye-6Y; Sat, 06 Dec 2008 17:50:35 -0500 Original-Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mB6MoTS4013743; Sat, 6 Dec 2008 17:50:29 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mB6MoRU0018243; Sat, 6 Dec 2008 17:50:28 -0500 Original-Received: from opsy.redhat.com (vpn-12-152.rdu.redhat.com [10.11.12.152]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mB6MoQ2q009118; Sat, 6 Dec 2008 17:50:27 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 430C13785F7; Sat, 6 Dec 2008 15:50:26 -0700 (MST) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Sun\, 30 Nov 2008 16\:46\:35 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:106638 Archived-At: >> Do you see any situation that there is need to store a value on a >> specific thread? Stefan> let-binding, of course. It's probably the only one that matters Stefan> (besides the internal ones like current_buffer). I've been wondering how `flet' will be handled. Tom