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: raise-frame doesn't work in Fedora Core 4 Date: Sun, 16 Sep 2007 12:25:05 +0200 Message-ID: <46ED0481.8010805@swipnet.se> References: 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 1189938321 23473 80.91.229.12 (16 Sep 2007 10:25:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2007 10:25:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 16 12:25:20 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 1IWrJW-0005hD-EW for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2007 12:25:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWrJV-0007iA-67 for ged-emacs-devel@m.gmane.org; Sun, 16 Sep 2007 06:25:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWrJR-0007i4-Q8 for emacs-devel@gnu.org; Sun, 16 Sep 2007 06:25:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWrJP-0007hs-6U for emacs-devel@gnu.org; Sun, 16 Sep 2007 06:25:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWrJO-0007hp-Sv for emacs-devel@gnu.org; Sun, 16 Sep 2007 06:25:11 -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 1IWrJO-0000pp-An for emacs-devel@gnu.org; Sun, 16 Sep 2007 06:25:10 -0400 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id E5F3F384FA; Sun, 16 Sep 2007 12:25:08 +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 D41143842D; Sun, 16 Sep 2007 12:25:08 +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 67CA537E4A; Sun, 16 Sep 2007 12:25:08 +0200 (CEST) User-Agent: Thunderbird 1.5.0.13 (X11/20070824) 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:79028 Archived-At: Katsumi Yamaoka skrev: > 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. Metacity ignores most focus and raise requests. It does honor _NET_ACTIVE_WINDOW. However, Emacs only does _NET_ACTIVE_WINDOW for x-focus-frame, not raise-frame. Why Gtk+ differs I don't know. Probably it sets some property behind the scenes that Xt does not. Jan D.