From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Owens Newsgroups: gmane.emacs.devel 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 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16316.61964.962822.598878@samba2.ece.ucdavis.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1069347534 19353 80.91.224.253 (20 Nov 2003 16:58:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2003 16:58:54 +0000 (UTC) Cc: John Owens Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Nov 20 17:58:51 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMs8p-00060h-00 for ; Thu, 20 Nov 2003 17:58:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMs8p-0007fj-00 for ; Thu, 20 Nov 2003 17:58:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMt4U-0000JX-Nt for emacs-devel@quimby.gnus.org; Thu, 20 Nov 2003 12:58:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AMt3q-0000AT-1Z for emacs-devel@gnu.org; Thu, 20 Nov 2003 12:57:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AMt3F-0008Sj-Nw for emacs-devel@gnu.org; Thu, 20 Nov 2003 12:57:40 -0500 Original-Received: from [169.237.32.23] (helo=samba2.ece.ucdavis.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AMt3F-0008SB-75 for emacs-devel@gnu.org; Thu, 20 Nov 2003 12:57:09 -0500 Original-Received: from samba2.ece.ucdavis.edu (localhost.localdomain [127.0.0.1]) by samba2.ece.ucdavis.edu (8.12.8/8.12.8) with ESMTP id hAKGtgEt020380; Thu, 20 Nov 2003 08:55:42 -0800 Original-Received: (from jowens@localhost) by samba2.ece.ucdavis.edu (8.12.8/8.12.8/Submit) id hAKGtfHg020376; Thu, 20 Nov 2003 08:55:41 -0800 Original-To: emacs-devel@gnu.org X-Mailer: VM 7.18 under 21.4 (patch 12) "Portable Code" XEmacs Lucid X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17971 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17971 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 username@IPADDRESS...done Getting PWD...done Doing CD...done Listing /username@IPADDRESS:/...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("/username@IPADDRESS:/") apply(ange-ftp-file-attributes "/username@IPADDRESS:/") ange-ftp-hook-function(file-attributes "/username@IPADDRESS:/") apply(ange-ftp-hook-function file-attributes "/username@IPADDRESS:/") tramp-ftp-file-name-handler(file-attributes "/username@IPADDRESS:/") apply(tramp-ftp-file-name-handler file-attributes "/username@IPADDRESS:/") tramp-file-name-handler(file-attributes "/username@IPADDRESS:/") file-attributes("/username@IPADDRESS:/") find-file-noselect("/username@IPADDRESS:" nil nil t) find-file("/username@IPADDRESS:" t) * call-interactively(find-file)