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

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

bug#55387: 28.1.50; csv-mode: header does not align when line numbers ar


From: Lars Ingebrigtsen
Subject: bug#55387: 28.1.50; csv-mode: header does not align when line numbers are displayed
Date: Fri, 13 May 2022 15:41:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> I don't think I understand how this could work.  The line-number width
> is not fixed, it changes dynamically as needed.  How would the
> header-line adapt itself, except in some hook that is called by
> redisplay?

header-line-format would look like

(display-line-spaces <the rest>)

where display-line-spaces would indeed be updated by the redisplay code
(to be of the same length as (line-number-display-width 'columns)).

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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