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

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

bug#31666: Bad interaction between visual-line-mode and wrap-prefix on l


From: Eli Zaretskii
Subject: bug#31666: Bad interaction between visual-line-mode and wrap-prefix on long lines
Date: Fri, 08 Jun 2018 21:32:03 +0300

> Cc: 31666@debbugs.gnu.org
> From: Clément Pit-Claudel <clement.pitclaudel@live.com>
> Date: Fri, 8 Jun 2018 14:04:16 -0400
> 
> How hard would it be to introduce a no-break text property?

The problem is not in introduction of the property, the problem is in
implementing property look up where we decide whether to break a line
on a whitespace character.  That look up might be costly, especially
if, as usual, we are required to support both text and overlay
properties.





reply via email to

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