From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: menu-bar: disable items when no frame visible Date: Wed, 14 Dec 2005 19:03:09 +0200 Organization: JURTA Message-ID: <877ja71vyq.fsf@jurta.org> References: <708F3D2D-A87C-4F80-BC27-171D82653F4D@gmail.com> <069BF3EB-C5E4-4042-91E9-0DFB37C58E99@gmail.com> <36F6CF11-E742-4175-A995-E5A62EC2A335@gmail.com> <87psobhwo5.fsf@jurta.org> <87u0dl3gpy.fsf@jurta.org> <439D3397.1020404@swipnet.se> <439E75F8.4050201@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134594771 10633 80.91.229.2 (14 Dec 2005 21:12:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 21:12:51 +0000 (UTC) Cc: david.reitter@gmail.com, jan.h.d@swipnet.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 14 22:12:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Emdum-0005a1-1I for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 22:11:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmdvN-0005nF-OY for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 16:12:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmaSj-0001LV-UR for emacs-devel@gnu.org; Wed, 14 Dec 2005 12:30:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmaH0-0004s5-UW for emacs-devel@gnu.org; Wed, 14 Dec 2005 12:18:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmaFa-0004Q4-34 for emacs-devel@gnu.org; Wed, 14 Dec 2005 12:17:10 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmaHV-00069a-Vz; Wed, 14 Dec 2005 12:19:10 -0500 Original-Received: from mail.neti.ee (80-235-33-164-dsl.mus.estpak.ee [80.235.33.164]) by Relayhost1.neti.ee (Postfix) with ESMTP id E85751FBA; Wed, 14 Dec 2005 19:16:36 +0200 (EET) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Tue, 13 Dec 2005 22:24:26 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:47715 Archived-At: > This cannot be fixed in a platform-independent manner. Each window > system and each toolkit (more accurately, each version of the menu > support C code) needs to find its own solution. Currently, AFAIK, > there's a known problem with non-toolkit X build and perhaps with one > of the Mac builds (I'm not sure which one exactly, but I think you can > find it out by reading previous messages in this thread.) This problem exists not only on non-toolkit X builds, but also for toolbars and pop-up menus of all X toolkits, and perhaps also on Mac and Windows. Could you try to evaluate on Windows (define-key global-map [down-mouse-3] menu-bar-file-menu) and to click [mouse-3] on a buffer. Do you see "Save As..." disabled? If yes, then this problem also affects Windows. -- Juri Linkov http://www.jurta.org/emacs/