Dired 7.9 bug: dired won't list a DOS directory (via efs)

Tommy Kelly (tommyk@mekb2.sps.mot.com)
Fri, 5 Jun 1998 11:25:11 +0100 (BST)


dired doesn't seem to be able to list a DOS directory.
The command fails with only an error meessage in the minibuffer.
Here are the two relevant lines from the *Message Log* buffer.

Reading directory /tommyk@222.170.160.7:/C:/users/tommyk/...
Line has too few fields: drwx------  1            staff                           0 Sep  9  1997 .


Emacs  : XEmacs 19.16 "Lille" [Lucid] (hppa1.1-hp-hpux10.20) of Wed May 20 1998 on tiree2
Package: Dired

current state:
==============
(setq
 dired-version "7.9"
 dired-backup-if-overwrite nil
 dired-chown-program "chown"
 dired-cleanup-alist '(("tex" ".toc" ".log" ".aux" ".dvi") ("latex" ".toc" ".log" ".aux" ".idx" ".lof" ".lot" ".glo" ".dvi") ("bibtex" ".blg" ".bbl")
		       ("texinfo" ".cp" ".cps" ".fn" ".fns" ".ky" ".kys" ".pg" ".pgs" ".tp" ".tps" ".vr" ".vrs") ("patch" ".rej" ".orig") ("backups" "~")
		       ("completion-ignored-extensions" ".s" ".o" ".elc" "~" ".dvi" ".ps" ".log" ".hs" ".hi" ".t" ".itex" ".itxi" ".aux" ".aux-prev" ".bbl" ".blg" ".glo"
			".gly" ".idx" ".ilg" ".ind" ".lof" ".lot" ".toc")
		       )
 dired-compression-method 'gzip
 dired-compression-method-alist '((gzip ".gz" ("gzip") ("gzip" "-d") "-f") (compress ".Z" ("compress" "-f") ("compress" "-d") "-f") (pack ".z" ("pack" "-f") ("unpack"))
				  (compact ".C" ("compact") ("uncompact")))
 dired-copy-preserve-time nil
 dired-dwim-target nil
 dired-failed-marker-shell 33
 dired-filename-re-ext "\\..+\\'"
 dired-find-subdir nil
 dired-gnutar-program nil
 dired-keep-marker-compress t
 dired-keep-marker-copy 67
 dired-keep-marker-hardlink 72
 dired-keep-marker-kill 75
 dired-keep-marker-rename t
 dired-keep-marker-symlink 83
 dired-keep-marker-uucode 85
 dired-kept-versions 2
 dired-listing-switches "-alt"
 dired-local-variables-file ".dired"
 dired-ls-F-marks-symlinks '(hpux silicon-graphics-unix)
 dired-ls-program "ls"
 dired-mail-reader 'rmail
 dired-mode-line-modified "-%s%s%s-"
 dired-no-confirm nil
 dired-omit-extensions '(".ind" ".ilg" ".gly" ".aux-prev" ".itxi" ".itex" ".t" ".hi" ".hs" ".ps" ".elc" ".o" ".s" "~" ".orig" ".rej" ".vrs" ".vr" ".tps" ".tp" ".pgs" ".pg"
			 ".kys" ".ky" ".fns" ".fn" ".cps" ".cp" ".bbl" ".blg" ".glo" ".lot" ".lof" ".idx" ".dvi" ".aux" ".log" ".toc")
 dired-omit-files nil
 dired-omit-regexps '("\\`#" "\\`\\.")
 dired-refresh-automatically t
 dired-show-ls-switches nil
 dired-trivial-filenames "\\`\\.\\.?\\'\\|\\`#"
 dired-unshar-program nil
 dired-use-file-transformers t
 dired-verify-modtimes t
 reporter-version "3.2"
 )