From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: menu-bar: disable items when no frame visible Date: Mon, 28 Nov 2005 22:46:19 +0000 Message-ID: References: <708F3D2D-A87C-4F80-BC27-171D82653F4D@gmail.com> <069BF3EB-C5E4-4042-91E9-0DFB37C58E99@gmail.com> <36F6CF11-E742-4175-A995-E5A62EC2A335@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133218349 10986 80.91.229.2 (28 Nov 2005 22:52:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 22:52:29 +0000 (UTC) Cc: david.reitter@gmail.com, Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 23:52:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EgrnZ-0002Jc-Sk for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 23:48:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgrnT-0007Pw-I7 for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 17:48:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Egrmy-0007Ll-FA for emacs-devel@gnu.org; Mon, 28 Nov 2005 17:48:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Egrmx-0007LP-Mo for emacs-devel@gnu.org; Mon, 28 Nov 2005 17:48:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egrmx-0007LI-AN for emacs-devel@gnu.org; Mon, 28 Nov 2005 17:47:59 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Egrmu-000665-6u; Mon, 28 Nov 2005 17:47:56 -0500 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id jASMlpch012838; Mon, 28 Nov 2005 22:47:51 GMT Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id B6EB748; Mon, 28 Nov 2005 22:47:50 +0000 (GMT) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Mon, 28 Nov 2005 16:00:01 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46735 Archived-At: "Richard M. Stallman" writes: > I'm not sure it's a bug, it could be a missing feature. The issue is > how to determine that a frame that displays the current menu is > visible. > > Is it only Mac OS on which the menu can be separated from the frame? > On Mac OS, does it always apply to the selected frame? GTK menus can be detached from their frame. I am not absolutely sure (and not able to test right now) what happens if you minimize their frame (or otherwise make it invisible) though.