emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 43cc5d8: Make `q' etc work in image mode again


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 43cc5d8: Make `q' etc work in image mode again
Date: Sun, 24 Apr 2016 15:45:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Ah, that's not how you're suppose to call that function, because if you
> modify the map afterwards, they ... happen in the first of the composed
> maps?  Kinda confusing.

Yes, it's a quirk that's hard to avoid because key lookup can return such
a composed keymap, and define-key uses that same key lookup after which
it needs to find the actual submap to modify.


        Stefan



reply via email to

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