unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Two new entries in menu-bar's Tools menu
@ 2002-02-13 19:46 Eli Zaretskii
  2002-02-13 21:32 ` Kim F. Storm
  2002-02-14 12:46 ` Richard Stallman
  0 siblings, 2 replies; 23+ messages in thread
From: Eli Zaretskii @ 2002-02-13 19:46 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2002-02-17 22:50 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-13 19:46 Two new entries in menu-bar's Tools menu Eli Zaretskii
2002-02-13 21:32 ` 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

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).