From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Dired: configure displayed file/folder details Date: Fri, 17 Aug 2007 23:28:35 +0300 Message-ID: References: <5im7sdF3qc3rfU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1187382540 9916 80.91.229.12 (17 Aug 2007 20:29:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2007 20:29:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 17 22:28:58 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 1IM8RF-0001ee-7J for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 22:28:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM8RE-0003V5-NI for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 16:28:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IM8Qz-0003UR-8k for help-gnu-emacs@gnu.org; Fri, 17 Aug 2007 16:28:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IM8Qw-0003U4-Tz for help-gnu-emacs@gnu.org; Fri, 17 Aug 2007 16:28:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM8Qw-0003U1-No for help-gnu-emacs@gnu.org; Fri, 17 Aug 2007 16:28:38 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IM8Qw-00035S-Bc for help-gnu-emacs@gnu.org; Fri, 17 Aug 2007 16:28:38 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-54-244.inter.net.il [83.130.54.244]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HOK53899 (AUTH halo1); Fri, 17 Aug 2007 23:25:50 +0300 (IDT) In-reply-to: <5im7sdF3qc3rfU1@mid.individual.net> (message from Will on Fri, 17 Aug 2007 20:34:06 +0200) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:46662 Archived-At: > From: Will > Date: Fri, 17 Aug 2007 20:34:06 +0200 > > how can I tell Emacs *what* and *how* it shall display file/folder > details in Dired? See the documentation of the variable `dired-listing-switches'. Also, if you invoke Dired with an argument, as in "C-u C-x d", it asks for switches to pass to `ls'. > For example, I'd like to display the complete date and time information > for each file, not depending on the date/time of the file. If you are on a GNU/Linux system, add "--full-time" to the switches. If you are on Windows, this cannot be done at the moment. > Further, I'd like to switch off the display of user rights or file > owners/groups. Add -g and -G to `dired-listing-switches'.