On 5/26/2025 5:11 PM, Jim Porter wrote: > Eli, what do you think? I've also moved an internal Eshell utility > function ('eshell--append-text-property') to subr-x.el, since it would > be useful for the visual-wrap code. I've updated the manual and NEWS to > mention this function as well so that others can use it if they like. After some further thought, I noticed that 'visual-wrap-prefix-mode' doesn't clean up after itself properly. Attached is a fix, taking advantage of a new function called 'remove-display-text-properties', which does what you might expect.