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

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

Re: Dired: configure displayed file/folder details


From: Eli Zaretskii
Subject: Re: Dired: configure displayed file/folder details
Date: Fri, 17 Aug 2007 23:28:35 +0300

> From: Will <schimpanski@gmx.de>
> 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'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]