From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Megyei Newsgroups: gmane.emacs.help Subject: Re: question about dired-mode Date: Sun, 12 Aug 2007 13:09:03 +0200 Message-ID: <1186916944.6765.3.camel@champfer> References: <1186856349.587807.231160@22g2000hsm.googlegroups.com> Reply-To: mathias@mnet-mail.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186916967 3579 80.91.229.12 (12 Aug 2007 11:09:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2007 11:09:27 +0000 (UTC) Cc: zhiliang.ma@gmail.com To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 12 13:09:25 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IKBK1-0006eH-Hw for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Aug 2007 13:09:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKBK0-0007Wu-QK for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Aug 2007 07:09:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKBJl-0007Wj-Hh for help-gnu-emacs@gnu.org; Sun, 12 Aug 2007 07:09:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKBJj-0007W0-V5 for help-gnu-emacs@gnu.org; Sun, 12 Aug 2007 07:09:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKBJj-0007Vu-Hn for help-gnu-emacs@gnu.org; Sun, 12 Aug 2007 07:09:07 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKBJj-000099-1a for help-gnu-emacs@gnu.org; Sun, 12 Aug 2007 07:09:07 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id C257D243AEE; Sun, 12 Aug 2007 13:09:04 +0200 (CEST) Original-Received: from [192.168.178.49] (ppp-82-135-66-197.dynamic.mnet-online.de [82.135.66.197]) by mail.mnet-online.de (Postfix) with ESMTP id 7EE49912CC; Sun, 12 Aug 2007 13:09:04 +0200 (CEST) In-Reply-To: <1186856349.587807.231160@22g2000hsm.googlegroups.com> X-Mailer: Evolution 2.10.1 X-Detected-Kernel: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46509 Archived-At: 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