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

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

Re: [h-e-w] UK date format in Dired


From: Eli Zaretskii
Subject: Re: [h-e-w] UK date format in Dired
Date: Sat, 27 Jan 2007 13:00:13 +0200

> Date: Sat, 27 Jan 2007 08:50:41 +0000
> From: "Graham Smith" <address@hidden>
> 
> Does Emacs32w control the date format in Dired?

It should.

> I have two different approaches to changing the date format..
> 
> (setq ls-lisp-format-time-list
>        '("%d-%m-%Y %H:%M"
>          "%d-%m-%Y      "))
> 
> 
> or
> 
>  '(dired-listing-switches "-alD --time-style=locale")
> 
> neither of which are having any effect on the date format which is currently
> year month day, and I want it day month year.

The latter one is not supposed to work, as Emacs on Windows doesn't
use `ls' the external program, but rather uses the emulation in
ls-lisp.el.  Modifying ls-lisp-format-time-list should work, unless
there's a bug.




reply via email to

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