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: tramp/plink, No such directory found via CDPATH env variable Date: Mon, 01 Jun 2015 10:36:49 -0400 Message-ID: <876177bim6.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1433169624 20917 80.91.229.3 (1 Jun 2015 14:40:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2015 14:40:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 01 16:40:14 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 1YzQsv-0004Bd-PZ for ged-emacs-devel@m.gmane.org; Mon, 01 Jun 2015 16:40:13 +0200 Original-Received: from localhost ([::1]:52797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzQsv-00055j-9i for ged-emacs-devel@m.gmane.org; Mon, 01 Jun 2015 10:40:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzQss-00055c-FC for emacs-devel@gnu.org; Mon, 01 Jun 2015 10:40:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzQso-00032p-0a for emacs-devel@gnu.org; Mon, 01 Jun 2015 10:40:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:44333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzQsn-0002zp-Qs for emacs-devel@gnu.org; Mon, 01 Jun 2015 10:40:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YzQsm-00047V-BZ for emacs-devel@gnu.org; Mon, 01 Jun 2015 16:40:04 +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 ; Mon, 01 Jun 2015 16:40:04 +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 ; Mon, 01 Jun 2015 16:40:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 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:o6Qv93zBoBOIuwE+ileD/XaEjTM= 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:186971 Archived-At: I have problems using emacs/plink/tramp on a windows host with a GNU/Linux VM. I first noticed the problem when editing a file on the client GNU/Linux machine (from the Windows host, using tramp/plink): I started the eshell, and did `cd `, it told me `No such directory found via CDPATH environment variable`. I think the problem has to do with this variable `command-line-default-directory`. It should follow the directory where the buffer is opened at. 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`. Does anyone know how to fix this issue? Thanks in advance for your kind help. Jenia