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: Thu, 11 Dec 2008 13:30:26 -0500 Message-ID: References: <87abbiody1.fsf@master.homenet> <877i6l5d8s.fsf@master.homenet> <874p1npvtj.fsf@master.homenet> <87ej0qci8g.fsf@master.homenet> <87y6yxm7xr.fsf@master.homenet> <87hc5gyn9x.fsf@master.homenet> <87ej0ixx97.fsf@master.homenet> <86skouwz8u.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229020309 27217 80.91.229.12 (11 Dec 2008 18:31:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 18:31:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 19:32:53 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 1LAqL5-0006ZF-1R for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 19:32:43 +0100 Original-Received: from localhost ([127.0.0.1]:55101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAqJt-0001vX-Jd for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 13:31:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAqIw-0001R9-5y for emacs-devel@gnu.org; Thu, 11 Dec 2008 13:30:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAqIu-0001QC-Mz for emacs-devel@gnu.org; Thu, 11 Dec 2008 13:30:29 -0500 Original-Received: from [199.232.76.173] (port=55504 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAqIu-0001Q2-Gk for emacs-devel@gnu.org; Thu, 11 Dec 2008 13:30:28 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:16171 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAqIu-0006Fl-2R for emacs-devel@gnu.org; Thu, 11 Dec 2008 13:30:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkcFAPrqQElLd+2g/2dsb2JhbACBbMxlgnmBLA X-IronPort-AV: E=Sophos;i="4.36,206,1228107600"; d="scan'208";a="30932353" Original-Received: from 75-119-237-160.dsl.teksavvy.com (HELO pastel.home) ([75.119.237.160]) by ironport2-out.teksavvy.com with ESMTP; 11 Dec 2008 13:30:26 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7420A86F6; Thu, 11 Dec 2008 13:30:26 -0500 (EST) In-Reply-To: <86skouwz8u.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 11 Dec 2008 08:41:21 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106810 Archived-At: > Then any ELisp function that builds on atomics is atomic > itself, presumably (except for macros and other trickery). No, atomicity does not work that way, sadly. Stefan