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

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

List of current key maps


From: Will
Subject: List of current key maps
Date: Thu, 17 May 2007 22:45:40 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Hi!

Is there a way to find all active key maps used in the current buffer with their actual variable names so one can use those names to make lcoal keybindings like

(define-key ess-mode-map [(control ?c) (control ?t)] "Test!")
            ^^^^^^^^^^^^

Using the variable search function C-h v map [enter] is not helpful as it searches only for variables beginning with "map" not containing "map" somewhere in its name (opposite to "C-h a"-behavior, is this a bug of C-h v???)

Thanks for helping,

Will


reply via email to

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