[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: add-face-text-property destructively modified properties
From: |
Stefan Monnier |
Subject: |
Re: add-face-text-property destructively modified properties |
Date: |
Fri, 11 Oct 2019 09:25:01 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> When I added add-face-text-property, it was for shr, which only uses it
> for buffers where this isn't a problem (I think...?),
I'm pretty sure the problem can occur in buffers as well.
E.g. if you (put-text-property X Y 'face '(a b c d)) at variable places
(hence using the exact same list object as `face` property at various
places) and then use add-face-text-property on some of those places.
[ both within a given buffer and between different buffers. ]
Stefan
Re: add-face-text-property destructively modified properties, Eli Zaretskii, 2019/10/10