emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2b97e83cc1 2/2: Fix off-by-one file size formatting in ls-lis


From: Lars Ingebrigtsen
Subject: Re: master 2b97e83cc1 2/2: Fix off-by-one file size formatting in ls-lisp
Date: Sat, 12 Feb 2022 18:33:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>     * lisp/ls-lisp.el (ls-lisp-format, ls-lisp-format-file-size): The
>>     human-readable file sizes can be 7 characters wide (e.g.,
>>     "1016.1k") (bug#53937).
>
> Why would we want the ".1" in "1016.1k"?

Perhaps we don't.  For a file like

  -rw-r--r--  1 larsi      larsi       1029204 Feb 12 08:04 bytes

ls-lisp displays

-rw-r--r--  1 larsi      larsi      1005.1k Feb 12 08:04 bytes

and ls displays

  -rw-r--r--  1 larsi      larsi      1006K Feb 12 08:04 bytes

with "-lh".

-- 
(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]