From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: menu-bar-map Date: Wed, 23 Apr 2008 01:18:38 -0400 Message-ID: <87od81jgi9.fsf@stupidchicken.com> References: <18445.6259.994203.769243@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208927935 5512 80.91.229.12 (23 Apr 2008 05:18:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2008 05:18:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 23 07:19:30 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JoXOB-00055p-So for ged-emacs-devel@m.gmane.org; Wed, 23 Apr 2008 07:19:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoXNV-00088T-RD for ged-emacs-devel@m.gmane.org; Wed, 23 Apr 2008 01:18:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JoXNP-00087S-6r for emacs-devel@gnu.org; Wed, 23 Apr 2008 01:18:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JoXNO-00087C-LH for emacs-devel@gnu.org; Wed, 23 Apr 2008 01:18:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JoXNO-000877-Cz for emacs-devel@gnu.org; Wed, 23 Apr 2008 01:18:38 -0400 Original-Received: from c-98-216-111-182.hsd1.ma.comcast.net ([98.216.111.182] helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JoXNO-0007dZ-41 for emacs-devel@gnu.org; Wed, 23 Apr 2008 01:18:38 -0400 Original-Received: by furry (Postfix, from userid 1000) id 0D377C04A; Wed, 23 Apr 2008 01:18:38 -0400 (EDT) In-Reply-To: <18445.6259.994203.769243@kahikatea.snap.net.nz> (Nick Roberts's message of "Tue, 22 Apr 2008 10:42:59 +1200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:95827 Archived-At: Nick Roberts writes: > Is it possible to create a variable, menu-bar-map say, that overrides > the global menu bar just like tool-bar-map does for the tool bar? > > I'm thinking that it might be useful for small windows, e.g., to > display watch expressions in a debug session, where the global menu > bar would use all the visible area. Sounds reasonable. Patch welcome.