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: Tim X
Subject: Re: List of current key maps
Date: Fri, 18 May 2007 14:02:22 +1000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (gnu/linux)

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

-- 
tcross (at) rapttech dot com dot au


reply via email to

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