From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: [jonathan.the-seng1@etud.univ-ubs.fr: bug emacs] Date: Wed, 27 Mar 2002 21:56:23 -0700 (MST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200203280456.g2S4uN309572@aztec.santafe.edu> References: <200203241553.g2OFrPA02755@aztec.santafe.edu> <200203251201.g2PC1XV03088@aztec.santafe.edu> <5l663jfgfg.fsf@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017291530 8428 127.0.0.1 (28 Mar 2002 04:58:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Mar 2002 04:58:50 +0000 (UTC) Cc: gnu-emacs-bug@gnu.org, pmr@pajato.com Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qRzt-0002Bp-00 for ; Thu, 28 Mar 2002 05:58:49 +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 16qRzr-00030I-00; Wed, 27 Mar 2002 23:58:47 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qRxY-0002hf-00; Wed, 27 Mar 2002 23:56:25 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2S4uNa18651; Wed, 27 Mar 2002 21:56:23 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2S4uN309572; Wed, 27 Mar 2002 21:56:23 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: monnier+gnu.emacs.bug/news/@RUM.cs.yale.edu In-Reply-To: <5l663jfgfg.fsf@rum.cs.yale.edu> (monnier+gnu.emacs.bug/news/@RUM.cs.yale.edu) 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:254 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:254 > 1. What is a workspace? You can look at it as "a set of windows" with the ability to switch between those sets. I'd heard the term "virtual desktop" but not the term "workspace" for this. Many programs have specific terminology. It would be useful for people reporting bugs that involve programs other than Emacs to keep in mind that the rest of us may not be familiar with those programs and may not know their special terminology. Maybe what Emacs should do is to unmap any currently displayed menus whenever the Emacs frame is unmapped. That could be a reasonable approach (if someone knows how to implement it). However, if what most apps do is grab and prevent the workspace-switching commands from working, probably Emacs should do the same thing, for consistency's sake.