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,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; frozen frame after C-x 5 0 Date: Thu, 13 Sep 2007 10:23:03 +0200 Message-ID: <46E8F367.6020805@swipnet.se> References: <87abs0mfxy.fsf@baldur.tsdh.de> <87lkbblxtd.fsf@baldur.tsdh.de> <200709121545.l8CFjESt007173@oogie-boogie.ics.uci.edu> <87tzpzkghi.fsf@baldur.tsdh.de> <200709121800.l8CI0QgQ014557@oogie-boogie.ics.uci.edu> <46E8D2F9.5040304@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189671835 17960 80.91.229.12 (13 Sep 2007 08:23:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 08:23:55 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 10:23:52 2007 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 1IVjzK-0008KN-4h for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 10:23:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVjzJ-0007Rn-H8 for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 04:23:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVjzF-0007QO-Uo for emacs-devel@gnu.org; Thu, 13 Sep 2007 04:23:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVjzF-0007Pr-DO for emacs-devel@gnu.org; Thu, 13 Sep 2007 04:23:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVjzF-0007Pg-7b for emacs-devel@gnu.org; Thu, 13 Sep 2007 04:23:45 -0400 Original-Received: from av6-1-sn3.vrr.skanova.net ([81.228.9.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVjzA-0003zm-8n; Thu, 13 Sep 2007 04:23:40 -0400 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 725AE380C7; Thu, 13 Sep 2007 10:23:39 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 4AB2F37E48; Thu, 13 Sep 2007 10:23:39 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 30DD537E4D; Thu, 13 Sep 2007 10:23:39 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: X-Detected-Kernel: Linux 2.4-2.6 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:78750 gmane.emacs.pretest.bugs:19868 Archived-At: Leo skrev: > On 2007-09-13 07:04 +0100, Jan Dj=E4rv wrote: >> Dan Nicolaescu skrev: >> >>> I can reproduce this with an emacs build with gtk (version >>> gtk2-2.8.20) but not with emacs build with the Lucid toolkit (my >>> default build).=20 >>> >>> In the Lucid build the frame is deleted when stepping over this >>> call:=20 >>> >>> (*terminal->delete_terminal_hook) (terminal); >>> >>> So my guess is that the Gtk version of x_delete_terminal does not do >>> the right thing... >>> >>> >> This may be correct, Gtk still has not fixed the bug about closing >> displays, http://bugzilla.gnome.org/show_bug.cgi?id=3D85715. The bug >> has been known since Gtk 2.2. >> >> Jan D. >=20 > Do you know what prevent them from fixing it? >=20 Not really, but lack of time and lack of urgency I guess. After all, mos= t=20 Gtk+ applications only deal with one (most often local) display that the=20 application keep open the whole time. Jan D.