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

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

bug#5762: 24.0.50; Show available disk space with -h option when using l


From: Lars Magne Ingebrigtsen
Subject: bug#5762: 24.0.50; Show available disk space with -h option when using ls with -h option
Date: Wed, 11 Apr 2012 16:38:47 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux)

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

>> in dired when using `dired-listing-switches' with -h option, the second
>> line of dired buffer is like:
>>
>> total used in directory 24M available 19275100
>>
>> it should show:
>>
>> total used in directory 24M available 19G

Makes sense.

However:

+                (let* ((directory-free-space-args (if (string-match "h" 
dired-actual-switches)

This would match "--hide" or anything else that contains an "h",
wouldn't it?

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