emacs-devel
[Top][All Lists]
Advanced

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

Re: dired-move-to-filename-regexp


From: Paul Eggert
Subject: Re: dired-move-to-filename-regexp
Date: Mon, 20 Sep 2004 16:28:44 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (usg-unix-v)

Lars Hansen <address@hidden> writes:

> Yes, I now see it is documented with an example in a comment in
> dired-move-to-filename-regexp.
> But doesn't the ".*" make the "[0-9][kKMGTPEZY]?" superfluous?

No, because the "[0-9][kKMGTPEZY]?" forces the date to be preceded by
something that looks like a size.  Without it, there would be more
false matches of dates within file names, e.g., the file name
"foo bar 1 2000 baz" would contain a "date" that looks like "bar 1 2000".




reply via email to

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