unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "B.T. Raven" <ecmn@cpinternet.com>
Subject: emacs calculator
Date: Sat, 15 Jan 2005 16:50:56 -0600	[thread overview]
Message-ID: <10uj7k64bp0tr43@corp.supernews.com> (raw)

I added the following lines to my .emacs (i386-mingw: 21.3.1):

(autoload 'calculator "calculator"
    "Run the Emacs calculator." t)
  (global-set-key [(control return)] 'calculator)

After saving this, exiting, restarting, still no go. C-h k C-return is
shown as undefined.

Then I replaced the last line with:
(define-key global-map [(control return)] 'calculator)

Same result. What I am I doing wrong?

Thanks,

Ed

             reply	other threads:[~2005-01-15 22:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-15 22:50 B.T. Raven [this message]
2005-01-16  2:46 ` emacs calculator Sean Richards
2005-01-16 10:33 ` kurtz
2005-01-16 13:16   ` Matthew Huggett
     [not found]   ` <mailman.13475.1105882289.27204.help-gnu-emacs@gnu.org>
2005-01-16 22:41     ` B.T. Raven
2005-01-17  1:16 ` Peter Dyballa
2005-01-17 20:38 ` Stefan Monnier
     [not found] ` <mailman.13583.1105927733.27204.help-gnu-emacs@gnu.org>
2005-01-18  3:40   ` B.T. Raven
2005-01-18  7:09     ` Sean Richards
2005-01-18 10:52     ` Peter Dyballa

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=10uj7k64bp0tr43@corp.supernews.com \
    --to=ecmn@cpinternet.com \
    /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.
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).