From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: raise-frame doesn't work in Fedora Core 4 Date: Fri, 14 Sep 2007 15:24:57 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189751121 31143 80.91.229.12 (14 Sep 2007 06:25:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 06:25:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 08:25:19 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 1IW4cB-0000ZL-BK for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 08:25:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW4cA-0004X5-ES for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 02:25:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IW4c6-0004Va-Uz for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:25:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IW4c2-0004Os-3j for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:25:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW4c1-0004Od-Vb for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:25:10 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IW4c1-0002u9-Cm for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:25:09 -0400 Original-Received: from [66.225.201.151] (port=58674 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1IW4bu-0001R4-4s for emacs-devel@gnu.org; Fri, 14 Sep 2007 01:25:03 -0500 X-Hashcash: 1:20:070914:emacs-devel@gnu.org::vx1x2YY7+xBeT9JL:0000000000000000000000000000000000000000007iEE X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:NQWJa4jEO67WCYaUE8Wt+W44mOY= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Detected-Kernel: 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:78821 Archived-At: Hi again, I recalled this bug has not been solved yet. >>>>> Katsumi Yamaoka wrote: > For instance, I couldn't make the Emacs frame (which was > existing but was lowered behind the other frames) pop to the > front using `C-x 5 b'. I'm now in Fedora 7 that I update everyday. It runs the metacity window manager and the problem seems to happen only with LUCID (not GTK) Emacs on it. The concrete way to reproduce this bug is: 1. Start Emacs with the -Q option. 2. Type `C-x 5 b *Messages* RET'. Now there are two Emacs frames as follows: +-------------+ | | | +--------------+ | | | | *sc| | +-----| | | *Messages* | +--------------+ 3. Select the *scratch* frame by the mouse. +-------------+ | | | |------+ | | | | *scratch* | | +-------------+ | | *Messages* | +--------------+ 4. Type `C-x 5 b *Messages* RET' in the *scratch* frame. But the *Messages* frame is neither raised nor focused. Jan Dj=E4rv wrote to me a half year ago in: http://www.mail-archive.com/emacs-pretest-bug@gnu.org/msg11474.html > See http://bugzilla.gnome.org/show_bug.cgi?id=3D392889. My last comment > was that we may enable _NET_ACTIVATE_WINDOW, but it has been postponed > to after the release. The problem I brought up then seems to have been solved now. However, it seems to be likely different from this. The whole thread that contain this article is: http://news.gmane.org/group/gmane.emacs.devel/thread=3D61471/force_load=3Dt Regards,