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: Can't visit directory using TRAMP Date: Sat, 30 Jun 2007 08:24:23 -0400 Organization: Mt. Diablo Systems Message-ID: References: <46859E0C.8020507@mtdiablo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183206280 21796 80.91.229.12 (30 Jun 2007 12:24:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 12:24:40 +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:24:34 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 1I4c09-0002L6-CX for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 14:24:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4c08-0000zX-9H for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 08:24:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4c06-0000zO-9b for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:24:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4c05-0000yu-Fo for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:24:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4c05-0000yr-9t for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:24:29 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4c05-0002vz-1o for bug-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:24:29 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4c04-0007UT-Ql for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 08:24:28 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1I4c04-0002vm-FS for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 08:24:28 -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 1I4c04-0002vZ-1h for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 08:24:28 -0400 Original-Received: from pa-sjc-01.sjc-v12.supernews.net ([10.20.222.34]:50220 helo=pa-sjc-01.supernews.net) by trinity.supernews.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1I4c00-0003ec-UE for gnu-emacs-bug@ftp.gnu.org; Sat, 30 Jun 2007 12:24:27 +0000 Original-Received: (from news@localhost) by pa-sjc-01.supernews.net (8.13.8/8.13.8/Submit) id l5UCOO8j032952 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 30 Jun 2007 12:24: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:2bMthArq9FHMu18qYbv7p3LrCkU= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 17 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:16035 Archived-At: Michael Albinus writes: [snip] > > You've said in the other message that you are running Tramp 2.1.5. In > the Changelog of Tramp, there is a correction in > tramp-handle-insert-directory wrt to ls-lisp. I don't remember the > details, but it might be worth to upgrade to Tramp 2.1.9, which > contains this fix. > Thanks for your help, Michael. This was a false alarm. I had an old, partial copy of TRAMP in site-lisp, which was shadowing the new version and causing this problem. It works fine now. -- Alan Hadsell