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: poppyer
Subject: Re: Dired: configure displayed file/folder details
Date: Fri, 17 Aug 2007 20:47:37 +0100
User-agent: Emacs Gnus

Will <schimpanski@gmx.de> writes:

> Hi,
>
> how can I tell Emacs *what* and *how* it shall display file/folder
> details in Dired?
>
> 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. At the moment, Dired drops the time if the file is
> older. Further, I'd like to switch off the display of user rights or
> file owners/groups.
>
Basically, dired use "ls" command as its input.
You can try to customize "dired-listing-switches" variable to suit your needs
for example:
(setq dired-listing-switches "-l")      ;; hide .hiding file

Cheers,
poppyer

-- 


reply via email to

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