emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [PATCH] [BUG] Bad fontification in full displayed links


From: Ihor Radchenko
Subject: Re: [PATCH] [BUG] Bad fontification in full displayed links
Date: Sat, 10 Jul 2021 09:50:21 +0800

Juan Manuel Macías <maciaschain@posteo.net> writes:

> As a possible fix I'm attaching this patch.

> +             (add-face-text-property start visible-start face-property)
> +             (add-face-text-property visible-start visible-end face-property)
> +             (add-face-text-property visible-end end face-property)

Why not just (add-face-text-property start end face-property)?

Best,
Ihor



reply via email to

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