[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pixel Fill + Justify
From: |
Eli Zaretskii |
Subject: |
Re: Pixel Fill + Justify |
Date: |
Thu, 10 Aug 2023 10:12:59 +0300 |
> From: Madhu <enometh@meer.net>
> Date: Wed, 09 Aug 2023 23:04:32 +0530
>
>
> This reminds me to ask: are there any consumers of pixel-fill-region?
A few, you can find them by grepping the Emacs sources. For example,
shr.el uses it for filling HTML display.
> I'd like to be able to read buffers in variable-pitch-mode with `full'
> justification, the signature doesn't have a 'justify' optional argument
> but is that a limitation or just a small matter of programming?
It's a matter of programming: the code needs to insert spaces with
:width 'display' spec on them to produce pixel-resolution
justification.
Patches welcome.
- Re: adaptive-wrap, (continued)
- Pixel Fill + Justify, Madhu, 2023/08/10
- Re: Pixel Fill + Justify,
Eli Zaretskii <=