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

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

Scanning keymaps for keybindings


From: Elena
Subject: Scanning keymaps for keybindings
Date: Wed, 08 Dec 2010 15:35:06 -0000
User-agent: G2/1.0

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.



reply via email to

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