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

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

bug#66167: 29.1; wrap-prefix text property with :align-to space keyword


From: Paul W. Rankin
Subject: bug#66167: 29.1; wrap-prefix text property with :align-to space keyword broken
Date: Sat, 23 Sep 2023 18:04:27 +1000
User-agent: Purely Mail via Roundcube/1.6.3

Description:

The wrap-prefix text property with :align-to space keyword has been broken. (Regression).

To reproduce:

1. emacs -Q
2. in *scratch*, ensure visual-line-mode is enabled
3. insert enough text to wrap lines
4. M-: (put-text-property (point-min) (point-max) 'wrap-prefix '(space :align-to 10))

Expected results:

Wrapped text should align to column 10.

Actual result:

Wrapped text does not align. (No effect.)





reply via email to

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