From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jenia.ivlev@gmail.com (jenia.ivlev) Newsgroups: gmane.emacs.devel Subject: Re: tramp/plink, No such directory found via CDPATH env variable Date: Wed, 03 Jun 2015 18:56:18 -0400 Message-ID: <87mw0g9zal.fsf@gmail.com> References: <876177bim6.fsf@gmail.com> <87a8wjxtg8.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1433372254 5789 80.91.229.3 (3 Jun 2015 22:57:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jun 2015 22:57:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 04 00:57:26 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z0Hb5-00016F-El for ged-emacs-devel@m.gmane.org; Thu, 04 Jun 2015 00:57:19 +0200 Original-Received: from localhost ([::1]:39258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0Hb5-0006Ru-1e for ged-emacs-devel@m.gmane.org; Wed, 03 Jun 2015 18:57:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0Ham-0006Pg-RQ for emacs-devel@gnu.org; Wed, 03 Jun 2015 18:57:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0Hai-0000Yk-SL for emacs-devel@gnu.org; Wed, 03 Jun 2015 18:57:00 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0Hai-0000YH-MZ for emacs-devel@gnu.org; Wed, 03 Jun 2015 18:56:56 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z0HaV-0000gT-9N for emacs-devel@gnu.org; Thu, 04 Jun 2015 00:56:43 +0200 Original-Received: from modemcable053.124-162-184.mc.videotron.ca ([184.162.124.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jun 2015 00:56:43 +0200 Original-Received: from jenia.ivlev by modemcable053.124-162-184.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jun 2015 00:56:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: modemcable053.124-162-184.mc.videotron.ca User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:afjJeEpHYLVrYiL9bcakMZ58o0g= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187008 Archived-At: Michael Albinus writes: > jenia.ivlev@gmail.com (jenia.ivlev) writes: > > Hi Jenia, > >> Just to reiterate the problem, suppose I'm in >> C://plink:@:/home/asti/folder, I want to be able to type >> `cd foldername` and not get the error `No such directory found via >> CDPATH environment variable`. > > What's this directory "C://plink:@:/home/asti/folder"? > Shouldn't it be "/plink:@:/home/asti/folder"? > Yes you are right, it is "/plink:@:/home/asti/folder". >> Thanks in advance for your kind help. >> Jenia > > Best regards, Michael. > > PS: Please report your Emacs and Tramp versions you are running. If you > are running the built-in Tramp version, the Emacs version is > sufficient. Sure, I'm using emacs 24.5.1 with the built-in version of tramp. Thanks