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

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

bug#11840: 24.1.50; nil keymap element on high priority overlay should f


From: Stefan Monnier
Subject: bug#11840: 24.1.50; nil keymap element on high priority overlay should fallthrough to low priority overlay
Date: Mon, 02 Jul 2012 10:39:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> One more symptom, and I doubt this could be anything but a bug: if you
> delete the high priority overlay, we *still* don't use the lower
> priority overlay's keymap!

This is a limitation of the way properties are "merged".
More specifically, in most cases properties coming from different
overlays (and from text-properties) are *not* merged.  Instead, the
property of the highest-priority overlay is used.


        Stefan





reply via email to

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