From: Drew Adams <drew.adams@oracle.com>
To: Tassilo Horn <tsdh@gnu.org>,
Albrecht Mehl <AlbrechtMehl.spamgrab@iesy.net>
Cc: help-gnu-emacs@gnu.org
Subject: RE: Global keymap not found
Date: Wed, 7 Oct 2015 08:12:30 -0700 (PDT) [thread overview]
Message-ID: <051f015f-0ebe-46f6-80d2-3a02d0993fac@default> (raw)
In-Reply-To: <87k2qy4t9j.fsf@gnu.org>
> > Where can I find the global keymap?
>
> You can use the `describe-variable' (C-h v) to get the value and
> documentation for a variable such as `global-map'. However, the value
> of keymaps is not really meant for human consumption. Instead, type
> `C-h b' to get the list of all keybindings which are available in the
> current buffer right now in the order of precedence. Alternatively,
> `C-h m' describes all the current major-mode and all minor-modes active
> in the current buffer. The description include also all the key
> bindings.
Helpful advice, and the right place to start.
> "the value of keymaps is not really meant for human consumption."
I don't think this "meant for" is intended by Emacs, but is just
an oversight. In any case, I don't think it should be intended.
You can see the key bindings of a given keymap in a
human-readable form - the same form used by `C-h b', if you use
library `help-fns+.el'.
http://www.emacswiki.org/emacs/download/help-fns%2b.el
The library provides command `describe-keymap', bound to
`C-h M-k'. It prompts you for a keymap variable (such as
`global-map'), and then prints the map's key bindings, as
well as the documentation for the variable.
next prev parent reply other threads:[~2015-10-07 15:12 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-07 8:03 Global keymap not found Albrecht Mehl
2015-10-07 8:46 ` Marco Wahl
2015-10-07 9:28 ` Michael Heerdegen
[not found] ` <mailman.45.1444210137.916.help-gnu-emacs@gnu.org>
2015-10-07 11:19 ` Marco Wahl
2015-10-07 15:01 ` Tassilo Horn
2015-10-07 15:12 ` Drew Adams [this message]
2015-10-08 6:27 ` Albrecht Mehl
2015-10-08 8:53 ` Michael Heerdegen
[not found] ` <mailman.7.1444294440.4386.help-gnu-emacs@gnu.org>
2015-10-08 14:36 ` Thanks " Albrecht Mehl
2015-10-08 14:46 ` Loris Bennett
2015-10-08 15:08 ` Michael Heerdegen
[not found] ` <mailman.69.1444347042.4386.help-gnu-emacs@gnu.org>
2015-10-09 9:13 ` Marco Wahl
2015-10-08 17:09 ` Drew Adams
2015-10-09 9:07 ` Albrecht Mehl
2015-10-09 20:12 ` Tassilo Horn
2015-10-09 20:21 ` Emanuel Berg
2015-10-09 20:18 ` Emanuel Berg
2015-10-09 20:45 ` Drew Adams
2015-10-10 9:09 ` Eli Zaretskii
2015-10-10 9:32 ` Michael Heerdegen
2015-10-10 12:02 ` Kaushal Modi
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=051f015f-0ebe-46f6-80d2-3a02d0993fac@default \
--to=drew.adams@oracle.com \
--cc=AlbrechtMehl.spamgrab@iesy.net \
--cc=help-gnu-emacs@gnu.org \
--cc=tsdh@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.