Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3636ea7
Commit
f3636ea7
authored
Dec 17, 1996
by
Richard M. Stallman
Browse files
(dired-move-to-filename-regexp): Recognize various languages.
parent
5a908498
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/dired.el
lisp/dired.el
+3
-2
No files found.
lisp/dired.el
View file @
f3636ea7
...
...
@@ -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] "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment