Dired 7.9 bug: bug with efs and dired

Adam P. Jenkins (ajenkins@cs.umass.edu)
Wed, 21 Jan 1998 00:54:08 -0500


I get the following problem when trying to open a remote directory.
When running 

	C-x d /ajenkins@bendigo:

it does not prompt me for a password, but instead tries to log in with
some invalid password.  I have not used efs at all in this emacs
session, so it shouldn't have the password cached, and I don't have a
~/.netrc file.  Also, when I try to use "M-x efs-set-passwd", it
prompts me for the hostname, then the username, but doesn't prompt me
for a password, so I can't even set the correct password manually that
way.

I have used efs with anonymous ftp sites and it worked.  

Adam

-------------------------------------------------------------------------
Emacs  : XEmacs 19.15p2 [Lucid] (i586-unknown-linux2.0.27) of Fri May  2 1997 on imp.redhat.com
Package: Dired

current state:
==============
(setq
 dired-version "7.9"
 dired-backup-if-overwrite nil
 dired-chown-program "/etc/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" ".o" ".elc" "~" ".bin"
			".lbin" ".fasl" ".dvi" ".toc" ".log" ".aux" ".a" ".ln"
			".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt"
			".diff" ".oi")
		       )
 dired-compression-method 'compress
 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 "-al"
 dired-local-variables-file ".dired"
 dired-ls-F-marks-symlinks nil
 dired-ls-program "ls"
 dired-mail-reader 'rmail
 dired-mode-line-modified "-%s%s%s-"
 dired-no-confirm nil
 dired-omit-extensions '(".oi" ".diff" ".fmt" ".ln" ".a" ".fasl" ".lbin"
			 ".bin" ".elc" ".o" "~" ".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-show-ls-switches nil
 dired-trivial-filenames "^\\.\\.?$\\|^#"
 dired-unshar-program nil
 dired-use-file-transformers t
 dired-verify-modtimes t
 reporter-version "3.2"
 )