unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Colin Walters <walters@debian.org>
Subject: adding Calc to menu
Date: 13 May 2002 18:03:58 -0400	[thread overview]
Message-ID: <1021327438.4406.101.camel@space-ghost> (raw)

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

Would anyone have any objections to the following patch?  I don't think
it's a very invasive change, but it's probably best to always ask about
changes to the menu.

2002-05-13  Colin Walters  <walters@debian.org>

	* menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
	"Simple Calculator".
	(menu-bar-tools-menu) <calc>: New.


[-- Attachment #2: menu-bar.patch --]
[-- Type: text/plain, Size: 773 bytes --]

--- menu-bar.el.~1.217.~	Sat May 11 18:03:01 2002
+++ menu-bar.el	Sat May 11 20:52:07 2002
@@ -904,9 +904,12 @@
   '(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 [simple-calculator]
+  '(menu-item "Simple Calculator" calculator
+	      :help "Invoke the Emacs built-in quick calculator"))
+(define-key menu-bar-tools-menu [calc]
+  '(menu-item "Programmable Calculator" calc
+	      :help "Invoke the Emacs built-in full scientific calculator"))
 (define-key menu-bar-tools-menu [calendar]
   '(menu-item "Display Calendar" calendar))
 

             reply	other threads:[~2002-05-13 22:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-13 22:03 Colin Walters [this message]
2002-05-14 11:32 ` adding Calc to menu Robert J. Chassell
2002-05-14 13:18   ` Miles Bader
2002-05-14 18:26     ` Robert J. Chassell
2002-05-15  7:01     ` Richard Stallman
2002-05-14 17:38   ` Colin Walters
2002-05-16  7:21     ` Richard Stallman
2002-05-16 18:59       ` Colin Walters
2002-05-16 19:15         ` Miles Bader
2002-05-17 19:29         ` Richard Stallman
2002-05-15  7:01 ` 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=1021327438.4406.101.camel@space-ghost \
    --to=walters@debian.org \
    /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).