From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: add a mode-line menu to menu-bar? Date: Wed, 08 Nov 2006 11:58:19 -0500 Message-ID: References: <20061107105201.9E39.SLAWOMIR.NOWACZYK.847@student.lu.se> <20061108.022326.107192926.jet@gyve.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1163005210 30439 80.91.229.2 (8 Nov 2006 17:00:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2006 17:00:10 +0000 (UTC) Cc: slawomir.nowaczyk.847@student.lu.se, drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 08 18:00:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhqmG-00087Q-5o for ged-emacs-devel@m.gmane.org; Wed, 08 Nov 2006 17:59:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhqmF-0006Dq-QO for ged-emacs-devel@m.gmane.org; Wed, 08 Nov 2006 11:59:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ghqkp-00052Z-Mh for emacs-devel@gnu.org; Wed, 08 Nov 2006 11:58:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ghqkm-0004yt-VT for emacs-devel@gnu.org; Wed, 08 Nov 2006 11:58:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ghqkm-0004yG-99 for emacs-devel@gnu.org; Wed, 08 Nov 2006 11:58:20 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ghqkm-0004Jp-Fv for emacs-devel@gnu.org; Wed, 08 Nov 2006 11:58:20 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ghqkl-0006Up-5S; Wed, 08 Nov 2006 11:58:19 -0500 Original-To: Masatake YAMATO In-reply-to: <20061108.022326.107192926.jet@gyve.org> (message from Masatake YAMATO on Wed, 08 Nov 2006 02:23:26 +0900 (JST)) 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:61960 Archived-At: I think that having a menu bar menu to do what the mode line menus do is creeping featurism. Those operations are in mode line menus because we wanted clicking on those places to do something natural or useful. That is all they have in common. If we want to provide ways to do (some of) those things in the menu bar, let's add each one in the appropriate place in the menu bar. But let's not do that now.