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

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

Re: width of line numbers


From: Eli Zaretskii
Subject: Re: width of line numbers
Date: Tue, 22 Dec 2020 17:57:15 +0200

> From: Stephen Berman <stephen.berman@gmx.net>
> Date: Tue, 22 Dec 2020 11:12:14 +0100
> Cc: gnu-emacs-help@gnu.org
> 
> This should do it:
> 
> (- (window-body-width) (line-number-display-width))

I suggest

  (- (window-body-width) (line-number-display-width 'columns))
                                                    ^^^^^^^^
to make sure you don't subtract apples from oranges...



reply via email to

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