[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dired cannot find file name properly when LANG=sv_SE
From: |
Juri Linkov |
Subject: |
Re: dired cannot find file name properly when LANG=sv_SE |
Date: |
Wed, 05 Jan 2005 16:02:45 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
Sven Mattisson <sven.mattisson@home.se> writes:
> When LANG is set to sv_SE the directory listing uses a period (".") to
> delimit hours and minutes. The dired-move-to-filename-regexp
> variable, defined in dired.el and used by dired-move-to-filename, only
> allows colon (":") to delimit hours and minutes, and, consequently,
> dired will only find file names older than one year. By changing the
> "HH:MM" definition in dired-move-to-filename-regexp from
> (HH:MM "[ 0-2][0-9]:[0-5][0-9]")
> to
> (HH:MM "[0-2][0-9][:.][0-5][0-9]")
> dired works properly again. I'm using gentoo linux.
Thanks for the report. This was fixed in Emacs CVS.
--
Juri Linkov
http://www.jurta.org/emacs/