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: Mon, 10 Sep 2007 16:36:41 +0200 Message-ID: <46E55679.1050602@swipnet.se> References: <87abs0mfxy.fsf@baldur.tsdh.de> <200709100154.l8A1sDjg008278@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189437640 19454 80.91.229.12 (10 Sep 2007 15:20:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 15:20:40 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rms@gnu.org, Tassilo Horn To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 01:20:27 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 1IUrru-0007pl-IE for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 00:36:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUkNY-00078X-4V for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 10:36:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUkNV-00078S-Sq for emacs-devel@gnu.org; Mon, 10 Sep 2007 10:36:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUkNT-00076z-56 for emacs-devel@gnu.org; Mon, 10 Sep 2007 10:36:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUkNS-00076i-TY for emacs-devel@gnu.org; Mon, 10 Sep 2007 10:36:38 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUkNS-00021S-BM for emacs-devel@gnu.org; Mon, 10 Sep 2007 10:36:38 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUkN5-0004dQ-Bx for emacs-pretest-bug@gnu.org; Mon, 10 Sep 2007 10:36:15 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IUkNO-00020M-F7 for emacs-pretest-bug@gnu.org; Mon, 10 Sep 2007 10:36:37 -0400 Original-Received: from av9-1-sn3.vrr.skanova.net ([81.228.9.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUkNO-00020C-5b; Mon, 10 Sep 2007 10:36:34 -0400 Original-Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id D47D738D55; Mon, 10 Sep 2007 16:36:32 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id C298B38D50; Mon, 10 Sep 2007 16:36:32 +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 3CC0737E4C; Mon, 10 Sep 2007 16:36:32 +0200 (CEST) User-Agent: Thunderbird 1.5.0.13 (X11/20070824) In-Reply-To: <200709100154.l8A1sDjg008278@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:78451 gmane.emacs.pretest.bugs:19819 Archived-At: Dan Nicolaescu skrev: > Richard Stallman writes: > > > Since the multi-tty merge I start emacs as a detached server in screen. > > Here's a command line to reproduce the problem: > > > > screen -d -m -S test emacs -nw --eval "(setq server-name \"test\")" \ > > -Q --funcall server-start > > > > Now I connect to it with > > > > emacsclient -s test > > > > which opens a new X11 frame. If I hit `C-x 5 0' to close this frame, it > > freezes. Neither are redisplays performed in it nor does it doesn't > > close. The menu bar is inaccessible, too. > > > > A subsequent > > > > emacsclient -s test > > > > closes the frozen frame and pops up a new one, which is displayed only > > for a fraction of a second before it vanishes, too. So from this point > > clients with X11 frames are non-functional. > > > > Can someone please DTRT and ack? > > I can't reproduce this problem on my Fedora machine. > FWIW, I can't either, on Ubuntu 7.04. Jan D.