From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.devel Subject: Re: Two new entries in menu-bar's Tools menu Date: Thu, 14 Feb 2002 08:22:03 +0100 Message-ID: References: <557-Wed13Feb2002214610+0200-eliz@is.elta.co.il> <5xeljp5aq7.fsf@kfs2.cua.dk> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: quimby2.netfonds.no 1013671991 22518 195.204.10.66 (14 Feb 2002 07:33:11 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 14 Feb 2002 07:33:11 GMT Cc: Eli Zaretskii , emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bGOE-0005r6-00 for ; Thu, 14 Feb 2002 08:33:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bGCd-0008Ms-00; Thu, 14 Feb 2002 02:21:11 -0500 Original-Received: from styx.suse.cz ([213.210.157.162] helo=SnowWhite.SuSE.cz) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16bGBB-0008G7-00 for ; Thu, 14 Feb 2002 02:19:41 -0500 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 08304441B9; Thu, 14 Feb 2002 08:22:08 +0100 (CET) Original-To: storm@cua.dk (Kim F. Storm) Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Original-Lines: 27 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1112 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1112 From: storm@cua.dk (Kim F. Storm) Date: 13 Feb 2002 22:32:32 +0100 > > + (define-key menu-bar-tools-menu [calculator] > > + '(menu-item "Calculator" calculator > > + :help "Invoke the Emacs built-in scientific calculator")) > > Good idea. I agree. > > + (define-key menu-bar-tools-menu [flyspell] > > + '(menu-item "Toggle On-the-fly Spelling" flyspell-mode > > + :help "When ON, highlights misspelled words as you type")) > > Shouldn't that be on the Options menu? The problem here is that we have things connected with spelling in Tools menu. Also note, that flyspell-mode is not customizable option. It is normal minor mode which already can be activated via mouse-3 menu on the mode-line. I think that Tools menu is the right place for this if we want it in the menu at all. -- Pavel Janík Follow each decision as closely as possible with its associated action. -- The Elements of Programming Style (Kernighan & Plaugher) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel