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: multi-threaded Emacs Date: Sat, 06 Dec 2008 17:31:55 -0500 Message-ID: References: <87abbiody1.fsf@master.homenet> <877i6l5d8s.fsf@master.homenet> <874p1npvtj.fsf@master.homenet> <87ej0qci8g.fsf@master.homenet> <87y6yxm7xr.fsf@master.homenet> <87oczroysm.fsf@master.homenet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228602733 14649 80.91.229.12 (6 Dec 2008 22:32:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2008 22:32:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 06 23:33:17 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 1L95i8-0002WR-H5 for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2008 23:33:16 +0100 Original-Received: from localhost ([127.0.0.1]:51936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L95gx-0005XO-Po for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2008 17:32:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L95gu-0005XA-2C for emacs-devel@gnu.org; Sat, 06 Dec 2008 17:32:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L95gt-0005Wm-4a for emacs-devel@gnu.org; Sat, 06 Dec 2008 17:31:59 -0500 Original-Received: from [199.232.76.173] (port=40945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L95gs-0005Wb-MN for emacs-devel@gnu.org; Sat, 06 Dec 2008 17:31:58 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:59340 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L95gs-0007fD-As for emacs-devel@gnu.org; Sat, 06 Dec 2008 17:31:58 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq8EAC6MOknO+Jkl/2dsb2JhbACBbco/gwWBJg X-IronPort-AV: E=Sophos;i="4.33,726,1220241600"; d="scan'208";a="30745305" Original-Received: from 206-248-153-37.dsl.teksavvy.com (HELO pastel.home) ([206.248.153.37]) by ironport2-out.teksavvy.com with ESMTP; 06 Dec 2008 17:31:55 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 807A68219; Sat, 6 Dec 2008 17:31:55 -0500 (EST) In-Reply-To: (Helmut Eller's message of "Sat, 06 Dec 2008 08:44:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Error: This connection is not (no longer?) in the cache. 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:106636 Archived-At: > It also opens possibilities for concurrency related bugs. You mean "it holds promises of concurrency bugs"? Yes, very much so :-( Stefan