From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: bug#1405: detached GTK+ tool bar Date: Mon, 24 Nov 2008 22:41:14 +0100 Message-ID: <492B1F7A.30107@swipnet.se> References: <87hc5zcug7.fsf@cyd.mit.edu> <492937F5.1040301__9972.48901189796$1227438707$gmane$org@swipnet.se> <87ej12m1ar.fsf@escher.local.home> <492A5FD1.5040606@swipnet.se> <87hc5xazfx.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227563179 4733 80.91.229.12 (24 Nov 2008 21:46:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 21:46:19 +0000 (UTC) Cc: Stephen Berman , 1405@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 22:47:21 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 1L4jH3-0006Xk-OG for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 22:47:17 +0100 Original-Received: from localhost ([127.0.0.1]:32934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4jFu-00079N-GB for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 16:46:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4jBL-0002SC-8e for emacs-devel@gnu.org; Mon, 24 Nov 2008 16:41:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4jBJ-0002Q2-EN for emacs-devel@gnu.org; Mon, 24 Nov 2008 16:41:22 -0500 Original-Received: from [199.232.76.173] (port=46263 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4jBJ-0002Pr-Br for emacs-devel@gnu.org; Mon, 24 Nov 2008 16:41:21 -0500 Original-Received: from proxy3.bredband.net ([195.54.101.73]:62345) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4jBG-0006OG-Vb for emacs-devel@gnu.org; Mon, 24 Nov 2008 16:41:19 -0500 Original-Received: from ironport2.bredband.com (195.54.101.122) by proxy3.bredband.net (7.3.127) id 492A9CFF0002EEAA for emacs-devel@gnu.org; Mon, 24 Nov 2008 22:41:15 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AocvAMytKklV4S1uPGdsb2JhbACBbYctijoBAQEBNb4Qgnw Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport2.bredband.com with ESMTP; 24 Nov 2008 22:41:08 +0100 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTP id CA9927FA07A; Mon, 24 Nov 2008 22:41:14 +0100 (CET) User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) In-Reply-To: <87hc5xazfx.fsf@cyd.mit.edu> 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:106121 Archived-At: Chong Yidong skrev: > "Jan D." writes: > >>> Does this mean you don't expect to come up with a fix for the >>> "shrinking frame" bug? (Unfortunately, I don't know enough to do >>> more than ask...) >> It is first on my list of bugs to fix. Unfortunately it is a race >> condition and I haven't found a foolproof solution yet. I have let >> this issue rest for a while, I need to find a new approach I think. > > Is this the window size hints race condition we discussed a while back? > Yes, but a variant of it that does not only occur at startup. Jan D.