help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs calculator


From: B.T. Raven
Subject: emacs calculator
Date: Sat, 15 Jan 2005 16:50:56 -0600

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 via email to

[Prev in Thread] Current Thread [Next in Thread]