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

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

Re: Scanning keymaps for keybindings


From: despen
Subject: Re: Scanning keymaps for keybindings
Date: Wed, 08 Dec 2010 15:35:08 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Elena <egarrulo@gmail.com> writes:

> Hello,
>
> I'd like to remap some keybindings in different contexts, for
> consistency.
>
> I've read the relevant section of the Elisp manual, but it seems there
> is no way to list all keymaps variables for a search.  `current-active-
> maps' returns the value of keymaps, not keymaps' variables' names.
>
> I think I could list all variables and then pattern match them against
> ".*-map$".  `describe-variable' lists variables, but I've not been
> able to extract the variable listing code.
>
> Any help? Thanks.

^h m

You need to issue that in each mode you want to fool with.

I'm not sure what you mean by keymap variables.
Are you after all the modes you are using?

Most people (myself), just start with the global-map and then
make mode bindings as needed.


reply via email to

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