From: Richard M. Stallman Date: Tue, 17 Dec 1996 18:43:10 +0000 (+0000) Subject: (dired-move-to-filename-regexp): Recognize various languages. X-Git-Tag: emacs-20.1~3234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3636ea7be3ecd3b41bbac0948c4ac2a39d5ec05;p=emacs.git (dired-move-to-filename-regexp): Recognize various languages. --- diff --git a/lisp/dired.el b/lisp/dired.el index 528900aabd1..4ba832a7ffe 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1305,8 +1305,9 @@ Optional arg GLOBAL means to replace all matches." ;;; Functions for finding the file name in a dired buffer line. (defvar dired-move-to-filename-regexp - "\\(Jan\\|Feb\\|Mar\\|Apr\\|May\\|Jun\\|Jul\\|Aug\\|Sep\\|Oct\\|Nov\\|Dec\\)[ ]+[0-9]+ [ 0-9][0-9][:0-9][0-9][ 0-9] " - "Regular expression to match a month abbreviation followed by a number.") + " [A-Za-z\xa0-\xff][A-Za-z\xa0-\xff][A-Za-z\xa0-\xff] [0-3 ][0-9]\ + [ 0-9][0-9][:0-9][0-9][ 0-9] " + "Regular expression to match a month abbreviation followed date/time.") (defconst dired-standard-move-to-filename-regexp "\\(Jan\\|Feb\\|Mar\\|Apr\\|May\\|Jun\\|Jul\\|Aug\\|Sep\\|Oct\\|Nov\\|Dec\\)[ ]+[0-9]+ [ 0-9][0-9][:0-9][0-9][ 0-9] "