help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: dired error: GNU-ls' "--full-time" in dired-listing-switches:


From: Kevin Rodgers
Subject: Re: dired error: GNU-ls' "--full-time" in dired-listing-switches:
Date: Fri, 17 Mar 2006 09:40:09 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

David Combs wrote:
> @BEGIN(VERBATIM)
> -rw-r--r-- 1 dkc other 471896 Sun Mar 12 18:16:43 2006 foo7.mss > -rw-r--r-- 1 dkc other 476378 Sun Mar 12 18:15:15 2006 foo7.mss~ > -rw-rw-r-- 1 dkc other 120396 Sun Mar 12 17:41:18 2006 phones.mss > -rw-r--r-- 1 dkc other 82525 Sun Mar 12 17:35:04 2006 foo6.mss~ > -rw-r--r-- 1 dkc other 5757 Sun Mar 12 17:30:20 2006 foo5.err > -rw-r--r-- 1 dkc other 9832 Sun Mar 12 17:30:20 2006 foo5.ps > -rw-r--r-- 1 dkc other 8625 Sun Mar 12 17:30:03 2006 foo5.mss > -rw-r--r-- 1 dkc other 2627 Sun Mar 12 17:21:07 2006 foo5.mss~ > -rw-r--r-- 1 dkc other 43809 Sun Mar 12 17:17:15 2006 foo5.out
> ...
> ...
> -rwxr-x--- 1 dkc staff 1002 Wed Sep 22 16:47:23 1993 flipnameext.nawk > -rwxr----- 1 dkc other 16 Sat Jun 05 16:53:06 1993 doublespace.sh > -rwxr-x--- 1 dkc staff 4225 Tue Feb 23 20:17:14 1993 auxfile.nawk > -rw-r--r-- 1 dkc staff 549 Wed Feb 10 22:03:53 1993 sum.awk > -rwxr-x--- 1 dkc staff 85 Sat Nov 21 16:44:41 1992 spaceoutcol9.nawk
> @END(VERBATIM)
> @;

Looking at dired-move-to-filename-regexp in Emacs 21.4, it looks like
:SS seconds are only recognized within the context of an ISO date and
time:

\(YYYY-\)?MM-DD[ T]HH:MM\(:SS\([.,]sss\)?\( ?[-+]ZZZZ\)?\)?

Unfortunately, GNU ls does not seem to have an --iso-time option.

Did you try using the --dired option in addition to --full-time?

--
Kevin Rodgers





reply via email to

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