all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Thomas" <kontrapunktstefan@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: macro with keypad three
Date: Wed, 8 Oct 2008 15:04:14 +0200	[thread overview]
Message-ID: <8c1eed9b0810080604w341e40b3y7af8b12170d966e8@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2008-10-08 13:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-08 13:04 Stefan Thomas [this message]
2008-10-08 14:43 ` macro with keypad three Peter Dyballa
     [not found] <mailman.561.1223471058.25473.help-gnu-emacs@gnu.org>
2008-10-08 17:20 ` Xah

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8c1eed9b0810080604w341e40b3y7af8b12170d966e8@mail.gmail.com \
    --to=kontrapunktstefan@googlemail.com \
    --cc=help-gnu-emacs@gnu.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 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.