/[emacs]/emacs/lisp/dired.el
ViewVC logotype

Diff of /emacs/lisp/dired.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.209.4.2 by lektu, Wed Jul 3 09:04:31 2002 UTC revision 1.209.4.3 by lektu, Thu Feb 6 08:21:31 2003 UTC
# Line 1541  DIR must be a directory name, not a file Line 1541  DIR must be a directory name, not a file
1541           ;; The "[0-9]" below requires the previous column to end in a digit.           ;; The "[0-9]" below requires the previous column to end in a digit.
1542           ;; This avoids recognizing `1 may 1997' as a date in the line:           ;; This avoids recognizing `1 may 1997' as a date in the line:
1543           ;; -r--r--r--   1 may      1997        1168 Oct 19 16:49 README           ;; -r--r--r--   1 may      1997        1168 Oct 19 16:49 README
1544           ;; The "[kMGTPEZY]?" below supports "ls -alh" output.           ;; The "[kKMGTPEZY]?" below supports "ls -alh" output.
1545           ;; The ".*" below finds the last match if there are multiple matches.           ;; The ".*" below finds the last match if there are multiple matches.
1546           ;; This avoids recognizing `jservice  10  1024' as a date in the line:           ;; This avoids recognizing `jservice  10  1024' as a date in the line:
1547           ;; drwxr-xr-x  3 jservice  10  1024 Jul  2  1997 esg-host           ;; drwxr-xr-x  3 jservice  10  1024 Jul  2  1997 esg-host
1548      (concat ".*[0-9][kMGTPEZY]?"      (concat ".*[0-9][kKMGTPEZY]?"
1549              s "\\(" western "\\|" japanese "\\|" iso "\\)" s))              s "\\(" western "\\|" japanese "\\|" iso "\\)" s))
1550    "Regular expression to match up to the file name in a directory listing.    "Regular expression to match up to the file name in a directory listing.
1551  The default value is designed to recognize dates and times  The default value is designed to recognize dates and times

Legend:
Removed from v.1.209.4.2  
changed lines
  Added in v.1.209.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26