unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Mathias Megyei <mathias@mnet-mail.de>
To: help-gnu-emacs@gnu.org
Cc: zhiliang.ma@gmail.com
Subject: Re: question about dired-mode
Date: Sun, 12 Aug 2007 13:09:03 +0200	[thread overview]
Message-ID: <1186916944.6765.3.camel@champfer> (raw)
In-Reply-To: <1186856349.587807.231160@22g2000hsm.googlegroups.com>

On Sat, 2007-08-11 at 11:19 -0700, zhiliang.ma@gmail.com wrote:
> Hi all emacs users,
> I like emacs dired-mode very much, but one thing still annoys me. A
> dired-mode buffer looks like this:
> 
> /cis/home/zma/research:
> total used in directory 104K available 9378071488
> drwxr-xr-x  2 zma zma 4.0K Aug 11 02:33 BIRN
> 
> I have put this in my .emacs to make file size more readable
> 
> (setq dired-listing-switches "-lAh")

IWith the following lines in my .emacs

(setq dired-free-space-program "df")
(setq directory-free-space-args "-m")

I get the free space on the partition in question in MBs:

  /home/mathias:
  total used in directory 90020 available 26263

Mathias

      reply	other threads:[~2007-08-12 11:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-11 18:19 question about dired-mode zhiliang.ma
2007-08-12 11:09 ` Mathias Megyei [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1186916944.6765.3.camel@champfer \
    --to=mathias@mnet-mail.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=zhiliang.ma@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).