On 5/27/2025 1:23 PM, Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: > So far, we generally don't try to interact properly with other packages > using the same property. It's usually good enough. > In the present case, our minor mode tends to place a `wrap-prefix` > property over pretty much the hole buffer anyway, so there's not much > room for another package to use that property without conflict. How about something like this? This should also address Juri and Eli's comments elsewhere in the bug. One remaining bit that might be valuable is adding a few regression tests for 'append-text-property' and 'remove-display-text-property'.