emacs-devel
[Top][All Lists]
Advanced

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

ange-ftp error: ange-ftp-hash-entry-exists-p: Wrong type argument: hash-


From: John Owens
Subject: ange-ftp error: ange-ftp-hash-entry-exists-p: Wrong type argument: hash-table-p, nil
Date: Thu, 20 Nov 2003 08:55:40 -0800

I am explicitly instructing tramp to use ange-ftp for an editing
session. It connects properly but then fails as follows:

Opening FTP connection to IPADDRESS...done
Logging in as user address@hidden
Getting PWD...done
Doing CD...done
Listing /address@hidden:/...done
ange-ftp-hash-entry-exists-p: Wrong type argument: hash-table-p, nil
Quit

Debug follows. I am using the straight-out-of-CVS emacs version from 7
Nov 2003 on OS X 10.3.1 ("GNU Emacs 21.3.50.1
(powerpc-apple-darwin7.0.0) of 2003-11-07").

Suggestions?

JDO

Debugger entered--Lisp error: (wrong-type-argument hash-table-p nil)
  gethash("." nil unknown)
  ange-ftp-hash-entry-exists-p("." nil)
  ange-ftp-file-attributes("/address@hidden:/")
  apply(ange-ftp-file-attributes "/address@hidden:/")
  ange-ftp-hook-function(file-attributes
"/address@hidden:/")
  apply(ange-ftp-hook-function file-attributes
"/address@hidden:/")
  tramp-ftp-file-name-handler(file-attributes
"/address@hidden:/")
  apply(tramp-ftp-file-name-handler file-attributes
"/address@hidden:/")
  tramp-file-name-handler(file-attributes
"/address@hidden:/")
  file-attributes("/address@hidden:/")
  find-file-noselect("/address@hidden:" nil nil t)
  find-file("/address@hidden:" t)
* call-interactively(find-file)




reply via email to

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