From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Two new entries in menu-bar's Tools menu Date: Wed, 13 Feb 2002 21:46:10 +0200 Message-ID: <557-Wed13Feb2002214610+0200-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013630389 23830 195.204.10.66 (13 Feb 2002 19:59:49 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 13 Feb 2002 19:59:49 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16b5ZE-0006C9-00 for ; Wed, 13 Feb 2002 20:59:48 +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 16b5O6-0001E6-00; Wed, 13 Feb 2002 14:48:18 -0500 Original-Received: from thor.inter.net.il ([192.114.186.11]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16b5Nh-0001D6-00 for ; Wed, 13 Feb 2002 14:47:53 -0500 Original-Received: from zaretsky (diup-219-19.inter.net.il [213.8.219.19]) by thor.inter.net.il (Mirapoint) with ESMTP id AGI45791; Wed, 13 Feb 2002 21:47:47 +0200 (IST) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 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:1086 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1086 What do people think about the following two additions to the Tools menu? Index: lisp/menu-bar.el =================================================================== RCS file: /cvs/emacs/lisp/menu-bar.el,v retrieving revision 1.200 diff -c -r1.200 menu-bar.el *** lisp/menu-bar.el 12 Feb 2002 16:37:11 -0000 1.200 --- lisp/menu-bar.el 13 Feb 2002 19:16:40 -0000 *************** *** 869,878 **** --- 869,885 ---- '(menu-item "5x5" 5x5 :help "Fill in all the squares on a 5x5 board")) + (define-key menu-bar-tools-menu [calculator] + '(menu-item "Calculator" calculator + :help "Invoke the Emacs built-in scientific calculator")) (define-key menu-bar-tools-menu [calendar] '(menu-item "Display Calendar" calendar)) (define-key menu-bar-tools-menu [speedbar] '(menu-item "Display Speedbar" speedbar-frame-mode)) + + (define-key menu-bar-tools-menu [separator-net] + '("--")) + (define-key menu-bar-tools-menu [directory-search] '(menu-item "Directory Search" eudc-tools-menu :help "Query directory servers via LDAP, CCSO PH/QI or BBDB")) *************** *** 923,928 **** --- 930,938 ---- (define-key menu-bar-tools-menu [separator-spell] '("--")) + (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")) (define-key menu-bar-tools-menu [spell] '(menu-item "Spell Checking" ispell-menu-map)) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel