unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* macro with keypad three
@ 2008-10-08 13:04 Stefan Thomas
  2008-10-08 14:43 ` Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Thomas @ 2008-10-08 13:04 UTC (permalink / raw)
  To: help-gnu-emacs

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

Dear emacs-users,
I have defined a new macro, that I can execute in shell mode with C-3:
(fset 'dreiklang
   (lambda (&optional arg) "Keyboard macro." (interactive "p")
(kmacro-exec-ring-item (quote ([67108896 134217779 134217826 134217847 60 21
67108896 2 62 5] 0 "%d")) arg)))
(global-set-key [?\C-3] 'dreiklang)
 But I want to execute this macro with the 3 of the keypad. How can I define
this?
Thanks for Your help,
Stefan

[-- Attachment #2: Type: text/html, Size: 531 bytes --]

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

end of thread, other threads:[~2008-10-08 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.561.1223471058.25473.help-gnu-emacs@gnu.org>
2008-10-08 17:20 ` macro with keypad three Xah
2008-10-08 13:04 Stefan Thomas
2008-10-08 14:43 ` Peter Dyballa

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