From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: gtk-emacs won't raise frame Date: Fri, 07 Feb 2003 17:39:06 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E43E12A.6030102@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044635883 20882 80.91.224.249 (7 Feb 2003 16:38:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 16:38:03 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hBVo-0005Pv-00 for ; Fri, 07 Feb 2003 17:38:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18hBfQ-0006Ib-00 for ; Fri, 07 Feb 2003 17:47:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hBXD-0008Mj-03 for emacs-devel@quimby.gnus.org; Fri, 07 Feb 2003 11:39:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hBWz-0008M8-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 11:39:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hBWy-0008Lu-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 11:39:12 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hBWw-0008Kl-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 11:39:10 -0500 Original-Received: from swipnet.se (accessno42.bodenonline.com [193.201.16.44]) h17HXF3B029268; Fri, 7 Feb 2003 18:33:16 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910 X-Accept-Language: en-us, en Original-To: huug X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11475 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11475 huug wrote: > CVS snapshot dd. feb 5 14:38 > > configure with gtk (gtk+2.0-2.2.1-1mdk): C-x o'ed frame stays behind > overlapping ones. > > configure with motif (lesstif-0.93.36-2mdk): C-x o works as > documented. I fixed that now (assuming you mean C-x 5 o). Nice with a change that gets to remove code :-) Jan D.