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: Sat, 8 Feb 2003 12:21:40 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200302081315.h18DFJ3B011064@stubby.bodenonline.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044706901 26590 80.91.224.249 (8 Feb 2003 12:21:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 12:21:41 +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 18hTzH-0006uj-00 for ; Sat, 08 Feb 2003 13:21:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18hU9I-0000iO-00 for ; Sat, 08 Feb 2003 13:32:01 +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 18hTzO-0002Wc-00 for emacs-devel@quimby.gnus.org; Sat, 08 Feb 2003 07:21:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hTz6-0002SC-00 for emacs-devel@gnu.org; Sat, 08 Feb 2003 07:21:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hTz4-0002QF-00 for emacs-devel@gnu.org; Sat, 08 Feb 2003 07:21:27 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hTz2-0002AT-00 for emacs-devel@gnu.org; Sat, 08 Feb 2003 07:21:25 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) h18DFJ3B011064; Sat, 8 Feb 2003 14:15:21 +0100 In-Reply-To: "from huug at Feb 8, 2003 02:21:14 am" 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:11505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11505 > > Um, yes, C-x 5 o it is. Thanks, I checked it out and C-x 5 o now > switches between the frames in both the gtk and lt versions. But now > there's a new anoyance: the frame gets lowered on all kinds of input > events, which is most easily demonstrated by selecting a menu from the > menubar when Emacs' frame covers another (I use Emacs and Galeon on > the main workspace of WindowMaker), leaving the menu like it was a > popup of the other apps frame. > I can not see this on any window manager. I do not have Galeon though. Does this really happen if you run emacs -q --no-site-file? > Tearing of the toolbar (gtk version only) isn't quite usable yet, as > its roll-off menus don't readjust themselfs at screen edges. Drag the > bar to the bottom of the screen and click on the '?' button: only the > upper edge of the menu is visable. > > > Last for now, I use a custom other-frame function: ... > which can deiconify a frame with emacs-lesstif, but not with > emacs-gtk? What gives? I fixed that. Jan D.