"J.D. Smith" <[email protected]> writes:
> "J.D. Smith" <[email protected]> writes:
>
> I've pushed a substantial update to org-inside. I've now added support
> for hidden links.
FYI, Jens has opened a bug report #80973 (thanks!) and it turns out v30
and v31 _do_ have slightly different behavior for
cursor-sensor-functions. The latter considers stickiness of the
'cursor-sensor-functions property, equivalent to the difference between
`get-pos-property' and `get-char-property'. v30 does not consider
stickiness. This is strictly improved behavior IMO, but it results in
different firing locations for the sensor functions.
Options:
1. Add an `emacs-major-version' check in the font-lock hook to adjust
where and which properties are applied.
2. Make org-inside depend on v31+ only.
I'm OK with either; Ihor, what are your thoughts?