From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.bugs Subject: Re: [jonathan.the-seng1@etud.univ-ubs.fr: bug emacs] Date: 25 Mar 2002 15:11:02 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200203241553.g2OFrPA02755@aztec.santafe.edu> <200203251201.g2PC1XV03088@aztec.santafe.edu> <15519.6972.560000.363430@mail.chezmarshall.freeserve.co.uk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017065533 19094 127.0.0.1 (25 Mar 2002 14:12:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 14:12:13 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pVCn-0004xr-00 for ; Mon, 25 Mar 2002 15:12:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pVCl-0005at-00; Mon, 25 Mar 2002 09:12:11 -0500 Original-Received: from dfw7-1.relay.mail.uu.net ([199.171.54.106]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16pVBk-0005W8-00 for ; Mon, 25 Mar 2002 09:11:08 -0500 Original-Received: from mail.fu-berlin.de by dfw7sosrv11.alter.net with ESMTP (peer crosschecked as: mail.fu-berlin.de [160.45.11.165]) id QQmhsi21315 for ; Mon, 25 Mar 2002 14:11:06 GMT Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Mon, 25 Mar 2002 15:11:04 +0100 (MET) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Mon, 25 Mar 2002 15:11:03 +0100 (MET) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: pd954e5a3.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 18 X-Orig-NNTP-Posting-Host: pd954e5a3.dip.t-dialin.net (217.84.229.163) X-Orig-X-Trace: fu-berlin.de 1017065463 24073616 217.84.229.163 (16 [14993]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:152 * "Robert Marshall" | I'm not sure which other window managers allow a change of workspace | by use of (only) the keyboard - fvwm does. I'm not fluent in french, so I'm not sure I did understand what the original problem was, but when using emacs' menu-bar, I can pop-up a menu, then change the workspace via keyboard-shortcuts, and the menu stays posted on the new workspace while the emacs frame is gone. The menu takes effect if I select some entry. It seems to me that is a question of global grab vs. application grab. Other programs seem to issue a global grab while posting the menu, so the keyboard shortcuts don't reach the window manager, and no Desktop switching takes place until the menu is unposted. R'