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

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

bug#13399: 24.3.50; Word-wrap can't wrap at zero-width space U-200B


From: Christopher Schmidt
Subject: bug#13399: 24.3.50; Word-wrap can't wrap at zero-width space U-200B
Date: Fri, 11 Jan 2013 15:22:29 +0000 (GMT)

martin rudalics <rudalics@gmx.at> writes:
>> No, it's because, when mouse highlight finds a character with
>> mouse-face, it looks forward for the first character without that
>> face, and highlights everything in between.
>
> I thought so.  Seems like zero-width spaces is the only means to fix
> this.

You can insert invisible text in between the characters, such as

    (propertize " " 'invisible t)

        Christopher





reply via email to

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