emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs completion matches selection UI


From: David Kastrup
Subject: Re: Emacs completion matches selection UI
Date: Tue, 07 Jan 2014 20:42:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Josh <address@hidden> writes:

> On Tue, Jan 7, 2014 at 9:18 AM, João Távora <address@hidden> wrote:
>> Are any functions available that return the keymap lookup sequence used
>> normally ? I wish there was something like this, but it seems hidden
>> behind functions like `key-binding'.
>
> Related: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13948

current-active-maps is a built-in function in `C source code'.

(current-active-maps &optional OLP POSITION)

Return a list of the currently active keymaps.
OLP if non-nil indicates that we should obey `overriding-local-map' and
`overriding-terminal-local-map'.  POSITION can specify a click position
like in the respective argument of `key-binding'.

[back]


Actually, I think this was written by me once upon a time.

-- 
David Kastrup




reply via email to

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