From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: SCM_DEFER_INTS in 1.6 Date: Wed, 03 May 2006 11:34:32 +1000 Message-ID: <87r73b99hz.fsf@zip.com.au> References: <8764l2iivf.fsf@zip.com.au> <87irooeslr.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146620097 3594 80.91.229.2 (3 May 2006 01:34:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 May 2006 01:34:57 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed May 03 03:34:54 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fb6GS-0002ld-DT for guile-devel@m.gmane.org; Wed, 03 May 2006 03:34:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fb6GR-0004KC-VK for guile-devel@m.gmane.org; Tue, 02 May 2006 21:34:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fb6GP-0004Jr-7c for guile-devel@gnu.org; Tue, 02 May 2006 21:34:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fb6GO-0004JV-4k for guile-devel@gnu.org; Tue, 02 May 2006 21:34:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fb6GO-0004JS-0j for guile-devel@gnu.org; Tue, 02 May 2006 21:34:48 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fb6Ge-00049N-NZ for guile-devel@gnu.org; Tue, 02 May 2006 21:35:05 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (Postfix) with ESMTP id 0A053727F97 for ; Wed, 3 May 2006 11:34:42 +1000 (EST) Original-Received: from localhost (ppp24A6.dyn.pacific.net.au [61.8.36.166]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k430vTL6013210 for ; Wed, 3 May 2006 10:57:30 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Fb6G9-0001ma-00; Wed, 03 May 2006 11:34:33 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87irooeslr.fsf@laas.fr> (Ludovic =?iso-8859-1?Q?Court=E8s's?= message of "Tue, 02 May 2006 10:30:40 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5897 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > > I think what you see gets generated by G-Wrap. Actually in guile-gtk 1.2 it's the old way with the build script thingie. > Whatever `SCM_DEFER_INTS' actually does, I can't see any reason why > G-Wrap should issue it as it does, and I've been tempted to remove > it from there. Yep. > I don't think it even needs to be replaced by a mutex or some such. Well, gtk isn't reentrant so it needs some care. I'm thinking to leave it to the application. But that's a subject for the guile-gtk list. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel