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, 3 Apr 2002 15:49:54 -0700 (MST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200204032249.g33MnsN12136@aztec.santafe.edu> References: <200203241553.g2OFrPA02755@aztec.santafe.edu> <200203251201.g2PC1XV03088@aztec.santafe.edu> <15519.6972.560000.363430@mail.chezmarshall.freeserve.co.uk> <200203262318.g2QNICo08202@aztec.santafe.edu> <15521.34797.986082.722896@jupiter.akutech-local.de> <5lr8m6dndq.fsf@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017874518 28176 127.0.0.1 (3 Apr 2002 22:55:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 22:55:18 +0000 (UTC) Cc: gnu-emacs-bug@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16stew-0007KE-00 for ; Thu, 04 Apr 2002 00:55:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16stax-00088D-00; Wed, 03 Apr 2002 17:51:11 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16stZj-0007yO-00; Wed, 03 Apr 2002 17:49:56 -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 g33Mnsa20491; Wed, 3 Apr 2002 15:49:55 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g33MnsN12136; Wed, 3 Apr 2002 15:49:54 -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: <5lr8m6dndq.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.8 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:386 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:386 I think this patch only works around the bug. The bug is that the menu does not get unmapped when the main window is unmapped. Switching to a different workspace doesn't unmap the Emacs window, does it? Grabbing more is bad in case of crashes so I'd rather avoid doing it especially since it doesn't seem to be better from a user perspective If it is consistent with most apps, that is a big advantage for the user. Consistency is very important in user interfaces. Grabbing can be a problem in crashes, indeed. We could have a flag to disable it which we who debug Emacs could always set.