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

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

Re: List of current key maps


From: Will
Subject: Re: List of current key maps
Date: Sat, 19 May 2007 15:43:36 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Tim X skrev:
Will <schimpanski@gmx.de> writes:

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,


Try M-x apropos-variable

and no, the C-h v behavior is correct, not a bug.
Tim


Thanks, Tim for the hint. However, it does not deliver the necessary "map" variable names, one has to submit a numerical argument like

C-u 1 M-x apropos-variable

or add this line to your .emacs file

(setq-default apropos-do-all 1)


reply via email to

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