From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Two new entries in menu-bar's Tools menu Date: Thu, 14 Feb 2002 10:49:51 +0100 Organization: The Church of Emacs 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: quoted-printable X-Trace: quimby2.netfonds.no 1013680961 28672 195.204.10.66 (14 Feb 2002 10:02:41 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 14 Feb 2002 10:02:41 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bIiu-0007SM-00 for ; Thu, 14 Feb 2002 11:02:40 +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 16bIXk-0003xR-00; Thu, 14 Feb 2002 04:51:08 -0500 Original-Received: from sheridan.dina.kvl.dk ([130.225.40.227]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bIWX-0003qY-00 for ; Thu, 14 Feb 2002 04:49:53 -0500 Original-Received: from ssv2.dina.kvl.dk (ssv2.dina.kvl.dk [130.225.40.226]) by sheridan.dina.kvl.dk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id KAA28030; Thu, 14 Feb 2002 10:49:51 +0100 Original-Received: from abraham by ssv2.dina.kvl.dk with local (Exim 3.12 #1 (Debian)) id 16bIWV-0004T9-00; Thu, 14 Feb 2002 10:49:51 +0100 Original-To: emacs-devel@gnu.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: (Pavel@Janik.cz's message of "Thu, 14 Feb 2002 08:22:03 +0100") Original-Lines: 23 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) 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:1119 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1119 Pavel@Janik.cz (Pavel Jan=EDk) writes: > > > + (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")) > >=20 > > 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. That makes it similar to truncate-lines, which is not saved, yet is on the options menu. But I agree it is more natural on the Spell Checking menu. > I think that Tools menu is the right place for this if we want > it in the menu at all. Does it make sense to activate it from text-mode-hook? In that case, we could treat it like auto-fill-mode. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel