From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: raise-frame doesn't work in Fedora Core 4 Date: Thu, 02 Nov 2006 11:45:57 -0500 Message-ID: References: <4549A494.1000801@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162486009 2294 80.91.229.2 (2 Nov 2006 16:46:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Nov 2006 16:46:49 +0000 (UTC) Cc: jet@gyve.org, yamaoka@jpl.org, emacs-devel@gnu.org, rms@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 02 17:46:45 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gffi6-0001SF-2f for ged-emacs-devel@m.gmane.org; Thu, 02 Nov 2006 17:46:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gffi5-00088y-Iy for ged-emacs-devel@m.gmane.org; Thu, 02 Nov 2006 11:46:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gffhm-0007xr-KV for emacs-devel@gnu.org; Thu, 02 Nov 2006 11:46:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gffhh-0007m1-6w for emacs-devel@gnu.org; Thu, 02 Nov 2006 11:46:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gffhg-0007ld-Vb for emacs-devel@gnu.org; Thu, 02 Nov 2006 11:46:08 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gffhc-0003dl-64; Thu, 02 Nov 2006 11:46:04 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 384AC2CF02A; Thu, 2 Nov 2006 11:46:03 -0500 (EST) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id B2D1A3FE0; Thu, 2 Nov 2006 11:45:57 -0500 (EST) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 9CA216CAB6; Thu, 2 Nov 2006 11:45:57 -0500 (EST) Original-To: Jan =?iso-8859-1?Q?Dj=3Frv?= In-Reply-To: <4549A494.1000801@swipnet.se> (Jan =?iso-8859-1?Q?Dj=3Frv's?= message of "Thu\, 02 Nov 2006 08\:56\:04 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca 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:61614 Archived-At: > I think XRaiseWindow does not work with windows that are on > desktops/workspaces that aren't the current one, It does work: it changes the stacking order so that next time you visit a workspace where that window is visible, it will be in front of the others. > so I guess some WM:s choose to ignore all XRaiseWindow requests just to > avoid trouble. That's a bug. Stefan