From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Hadsell Newsgroups: gmane.emacs.bugs Subject: Re: Error using TRAMP to visit a directory Date: Sat, 30 Jun 2007 08:21:25 -0400 Organization: Mt. Diablo Systems Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183206099 21403 80.91.229.12 (30 Jun 2007 12:21:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 12:21:39 +0000 (UTC) To: gnu-emacs-bug@ftp.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 30 14:21:33 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I4bxF-00020G-FK for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 14:21:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4bxE-0008P9-Vx for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 08:21:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4bxB-0008Ot-K5 for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:21:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4bxA-0008Oh-7D for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:21:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4bxA-0008Oe-4o for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:21:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4bx9-0002Qx-Sj for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:21:28 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4bx9-0007PP-LU for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 08:21:27 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1I4bx9-0002Qn-97 for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 08:21:27 -0400 Original-Received: from trinity.supernews.net ([216.168.1.22]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I4bx8-0002QX-Th for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 08:21:27 -0400 Original-Received: from pa-sjc-01.sjc-v12.supernews.net ([10.20.222.34]:49200 helo=pa-sjc-01.supernews.net) by trinity.supernews.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1I4bx6-0003bh-TV for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 12:21:24 +0000 Original-Received: (from news@localhost) by pa-sjc-01.supernews.net (8.13.8/8.13.8/Submit) id l5UCLOwi032907 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 30 Jun 2007 12:21:24 GMT (envelope-from nntp-bounce@supernews.net) Original-Path: news.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Mail-Copies-To: never User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:jbP2M+rr3wxJyeEIVF8NcXdVWls= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 22 X-detected-kernel: FreeBSD 6.x (1) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16034 Archived-At: Eli Zaretskii writes: >> From: Alan Hadsell >> Date: Fri, 29 Jun 2007 17:46:03 -0400 >> Cc: >> >> I receive an error when I try to visit a directory with TRAMP (2.1.5) >> with GNU Emacs (22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on >> RELEASE). The target system is a CentOS GNU/Linux system. I get the >> following backtrace when I set debug-on-error: > > Thank you for your report. > > Unfortunately, I cannot reproduce this problem on my XP machine (using > a different target system and directory name, of course). > Thanks for your help, Eli. This was a false alarm; I had a partial copy of an old TRAMP in my load-path, and things were getting confused. It's working just fine now. -- Alan Hadsell