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

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

bug#58479: 29.0.50; [feature/noverlay] Displaced overlays in notmuch sea


From: Ihor Radchenko
Subject: bug#58479: 29.0.50; [feature/noverlay] Displaced overlays in notmuch search buffers after refreshing
Date: Mon, 17 Oct 2022 08:21:18 +0000

Matt Armstrong <matt@rfc20.org> writes:

> Okay, I'm able to watch your video and think I see what you're talking
> about there, but I am not able to reproduce a problem with the Stefan's
> fix applied.  Maybe there is some miscommunication.

Yes, we are miscommunicating. The problem being discussed is _without_
Stefan's fix.

> Looks like `describe-text-properties' first tries `overlays-at' and,
> finding nothing, will try (overlays-in (point) (1+ (point))) to get the
> zero-width overlays.

Only with optional argument or when there are text properties at point.
When called interactively, it takes different logic and uses

    (if (not (or (text-properties-at pos) (overlays-at pos)))
        (message "This is plain text.")

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

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