all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs calculator
@ 2005-01-15 22:50 B.T. Raven
  2005-01-16  2:46 ` Sean Richards
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: B.T. Raven @ 2005-01-15 22:50 UTC (permalink / 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

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

end of thread, other threads:[~2005-01-18 10:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-15 22:50 emacs calculator B.T. Raven
2005-01-16  2:46 ` 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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.