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 08:04:41 +0200 Message-ID: <46E8D2F9.5040304@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> 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: sea.gmane.org 1189664224 28228 80.91.229.12 (13 Sep 2007 06:17:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 06:17:04 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Tassilo Horn , rms@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 08:17:02 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 1IVi0c-0004np-8Z for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 08:17:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVi0b-0003d6-N5 for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 02:17:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVi0W-0003bx-2a for emacs-devel@gnu.org; Thu, 13 Sep 2007 02:16:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVi0U-0003bH-Oq for emacs-devel@gnu.org; Thu, 13 Sep 2007 02:16:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVi0U-0003bD-KJ for emacs-devel@gnu.org; Thu, 13 Sep 2007 02:16:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVi0T-0000He-Tk for emacs-devel@gnu.org; Thu, 13 Sep 2007 02:16:54 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVi03-0000ar-9a for emacs-pretest-bug@gnu.org; Thu, 13 Sep 2007 02:16:27 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IVhpd-0006qL-5N for emacs-pretest-bug@gnu.org; Thu, 13 Sep 2007 02:05:46 -0400 Original-Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVhpc-0006pp-PJ; Thu, 13 Sep 2007 02:05:40 -0400 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id C057338019; Thu, 13 Sep 2007 08:05:39 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id A7E8E37F6B; Thu, 13 Sep 2007 08:05:39 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 6B78A37E4B; Thu, 13 Sep 2007 08:05:39 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: <200709121800.l8CI0QgQ014557@oogie-boogie.ics.uci.edu> X-Detected-Kernel: Linux 2.4-2.6 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78735 gmane.emacs.pretest.bugs:19866 Archived-At: 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). > > In the Lucid build the frame is deleted when stepping over this call: > > (*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=85715. The bug has been known since Gtk 2.2. Jan D.