unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eli Zaretskii" <eliz@is.elta.co.il>
Subject: Two new entries in menu-bar's Tools menu
Date: Wed, 13 Feb 2002 21:46:10 +0200	[thread overview]
Message-ID: <557-Wed13Feb2002214610+0200-eliz@is.elta.co.il> (raw)

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


             reply	other threads:[~2002-02-13 19:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13 19:46 Eli Zaretskii [this message]
2002-02-13 21:32 ` Two new entries in menu-bar's Tools menu Kim F. Storm
2002-02-14  7:22   ` Pavel Janík
2002-02-14  9:49     ` Per Abrahamsen
2002-02-15 10:36       ` Richard Stallman
2002-02-15 11:26         ` Per Abrahamsen
2002-02-15 22:33           ` Stefan Monnier
2002-02-16 21:56           ` Richard Stallman
2002-02-17 10:10             ` Per Abrahamsen
2002-02-17 22:50               ` Richard Stallman
2002-02-15 10:36     ` Richard Stallman
2002-02-14 10:17   ` Eli Zaretskii
2002-02-14 12:46 ` Richard Stallman
2002-02-14 15:33   ` Eli Zaretskii
2002-02-14 16:24     ` Per Abrahamsen
2002-02-14 16:27       ` Eli Zaretskii
2002-02-14 16:56         ` Per Abrahamsen
2002-02-14 17:08           ` Eli Zaretskii
2002-02-14 16:31       ` Eli Zaretskii
2002-02-15  1:31         ` Miles Bader
2002-02-15 20:27       ` Richard Stallman
2002-02-17 12:20         ` Per Abrahamsen
2002-02-17 22:50           ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=557-Wed13Feb2002214610+0200-eliz@is.elta.co.il \
    --to=eliz@is.elta.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).