From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Arthur Miller <arthur.miller@live.com>
Cc: Stefan Monnier via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org>
Subject: Re: Eval keymapp in a macros
Date: Thu, 05 Aug 2021 12:34:43 -0400 [thread overview]
Message-ID: <jwvim0jq29s.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <AM9PR09MB4977588462DB6B19C6FDFF1696F29@AM9PR09MB4977.eurprd09.prod.outlook.com> (Arthur Miller's message of "Thu, 05 Aug 2021 18:04:30 +0200")
> (setq pkg-ops-map
> (let ((map (make-sparse-keymap "Packages")))
> (with-key-map map
> ("h" . '("describe" . describe-package))
> ("a" . '("autoremove" . package-autoremove))
> ("d" . '("delete" . package-delete))
> ("i" . '("install" . package-install))
> ("s" . '("selected" . package-install-selected-packages))
> ("r" . '("refresh" . package-refresh-contents))
> ("l" . '("list" . list-packages)))
> map))
>
> (with-key-map global-map ("C-c p" . pkg-ops-map))
>
> The last line will eval, but at runtime gives error: Wrong type
> argument: commandp, pkg-ops-map.
You can circumvent the problem with
(defalias 'pkg-ops-map pkg-ops-map)
-- Stefan
next prev parent reply other threads:[~2021-08-05 16:34 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-02 12:16 Eval keymapp in a macros Arthur Miller
2021-08-02 20:33 ` Michael Heerdegen
2021-08-02 20:53 ` [External] : " Drew Adams
2021-08-03 21:20 ` Arthur Miller
2021-08-04 0:18 ` Michael Heerdegen
2021-08-04 10:52 ` Arthur Miller
2021-08-04 23:56 ` Michael Heerdegen
2021-08-05 6:03 ` Arthur Miller
2021-08-06 3:54 ` Michael Heerdegen
2021-08-12 20:28 ` Arthur Miller
2021-08-04 4:54 ` Yuri Khan
2021-08-04 9:38 ` Arthur Miller
2021-08-04 15:37 ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-08-05 6:12 ` Arthur Miller
2021-08-05 13:53 ` Stefan Monnier
2021-08-05 16:04 ` Arthur Miller
2021-08-05 16:34 ` Stefan Monnier [this message]
2021-08-06 4:17 ` Michael Heerdegen
2021-08-12 20:21 ` Arthur Miller
2021-08-05 0:03 ` Michael Heerdegen
2021-08-05 6:15 ` Arthur Miller
2021-08-06 3:18 ` Michael Heerdegen
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=jwvim0jq29s.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=arthur.miller@live.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.
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).