[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enclosing text in a box
From: |
Eli Zaretskii |
Subject: |
Re: Enclosing text in a box |
Date: |
Wed, 16 Nov 2022 15:58:14 +0200 |
> From: Alexis Roda <alexis.roda.villalonga@gmail.com>
> Date: Wed, 16 Nov 2022 14:34:09 +0100
> Cc: Heime via Users list for the GNU Emacs text editor
> <help-gnu-emacs@gnu.org>
>
> You were almost there, (make-string (length text") ?=)
Using 'length' to measure the width of text on display is not
reliable, because there are characters of different width. It is
better to use 'string-width' or 'string-pixel-width' instead.
- Enclosing text in a box, Heime, 2022/11/16
- Re: Enclosing text in a box, Heime, 2022/11/16
- Re: Enclosing text in a box, Alexis Roda, 2022/11/16
- Re: Enclosing text in a box,
Eli Zaretskii <=
- Re: Enclosing text in a box, Yuri Khan, 2022/11/16
- Re: Enclosing text in a box, Heime, 2022/11/16
- Re: Enclosing text in a box, Eli Zaretskii, 2022/11/16
- Re: Enclosing text in a box, Heime, 2022/11/16
- Re: Enclosing text in a box, Eli Zaretskii, 2022/11/16
- Re: Enclosing text in a box, Heime, 2022/11/16
- Re: Enclosing text in a box, Heime, 2022/11/16
- Re: Enclosing text in a box, Eli Zaretskii, 2022/11/16
- Re: Enclosing text in a box, Heime, 2022/11/16
- Re: Enclosing text in a box, Eli Zaretskii, 2022/11/16