From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.bugs Subject: Re: [jonathan.the-seng1@etud.univ-ubs.fr: bug emacs] Date: 26 Mar 2002 11:21:39 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <5l663jfgfg.fsf@rum.cs.yale.edu> References: <200203241553.g2OFrPA02755@aztec.santafe.edu> <200203251201.g2PC1XV03088@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017200175 20607 127.0.0.1 (27 Mar 2002 03:36:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Mar 2002 03:36:15 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16q4EQ-0005M9-00 for ; Wed, 27 Mar 2002 04:36:15 +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 16q4EP-0000H5-00; Tue, 26 Mar 2002 22:36:13 -0500 Original-Received: from dimail.epfl.ch ([128.178.79.31]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16q4C9-00007k-00 for ; Tue, 26 Mar 2002 22:33:53 -0500 Original-Received: from dinews.epfl.ch (news@disunds1 [128.178.79.23]) by dimail.epfl.ch (8.8.X/EPFL-8.1g) with SMTP id EAA02457 for ; Wed, 27 Mar 2002 04:33:38 +0100 (MET) Original-To: gnu-emacs-bug@gnu.org Original-Newsgroups: gnu.emacs.bug Original-Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 26 Mar 2002 11:21:39 -0500, rum.cs.yale.edu Original-Path: rum.cs.yale.edu!rum.cs.yale.edu Original-NNTP-Posting-Host: liasun13.epfl.ch X-Original-NNTP-Posting-Host: liasun13.epfl.ch Original-X-Trace: 27 Mar 2002 04:33:35 +0100, liasun13.epfl.ch 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:217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:217 >>>>> "Richard" == Richard Stallman writes: > Emacs allows a workspace > change and the menu stays posted,other apps appear to detect that you > shouldn't be changing w/s in this context > I have four questions: > 1. What is a workspace? You can look at it as "a set of windows" with the ability to switch between those sets. > 2. What is the meaning of a workspace change? It means that the window manager unmaps the currently active set of windows and maps another set. Maybe what Emacs should do is to unmap any currently displayed menus whenever the Emacs frame is unmapped. Stefan