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

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

bug#11018: 24.0.94; Edebug: bindings shadowed by view-mode


From: Stefan Monnier
Subject: bug#11018: 24.0.94; Edebug: bindings shadowed by view-mode
Date: Sun, 20 Oct 2019 10:50:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>> I don't have an elegant solution for this problem.  It is not a problem
>>> especially with `view-mode'.  All minor mode bindings shadow
>>> `edebug-mode-map' which is used as local map.
>>
>> Maybe it should be installed with higher precedence, by virtue of
>> being transient.
>
> That sounds like a good idea.  How is the precedence of minor mode maps
> determined?
>
> Hm...  I see that minor-mode-overriding-map-alist exists -- should
> edebug put its keymap there instead of minor-mode-map-alist?

That might work,


        Stefan






reply via email to

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