In CVS emacs:

I'm using redhat 9.0, whose ftp server identifies itself as
 FTP server (Version 5.60) ready.

I've digged out the following line from the response to an
ls -al command:

-rw-------    1 kfs             0 May 27  2003 .autorun.lck

Now, if I position the cursor at the beginning of that line
and enter

M-: (ange-ftp-parse-filename) RET

it returns:

"27  2003 .autorun.lck"

If I do
M-: (re-search-forward ange-ftp-date-regexp nil t) RET
at that position, point moves to the "M" in May.

This is obviously wrong, but the ange-ftp-date-regexp is beyond me:

"[0-9] \\(\\(\\([A-Za-z]\\|[^-]\\)\\([A-Za-z]\\|[^-]\\)+[.]?,? * [ 
0-3][0-9][.]?\\|[ 0-3][0-9][.]? 
\\([A-Za-z]\\|[^-]\\)\\([A-Za-z]\\|[^-]\\)+[.]?,? *\\)\\|[ 0-1][0-9][^-] 
[ 0-3][0-9][.]?[^-]\\) "


If I change the line to

-rw-------    1 kfs            10 May 27  2003 .autorun.lck

it still fails, but this line works:

-rw-------    1 kfs           100 May 27  2003 .autorun.lck

What's going on?


-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to