Eli,

Thanks again,

I certainly don't seem to be able to get the setq option to work, but as I
said elsewhere this has become more of a distraction than it should have.

I am just going to live with it for now and get back to leaning Emacs.

Graham

On 27/01/07, Eli Zaretskii <[EMAIL PROTECTED]> wrote:

> Date: Sat, 27 Jan 2007 08:50:41 +0000
> From: "Graham Smith" <[EMAIL PROTECTED]>
>
> 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