From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Gary O'Sullivan Newsgroups: gmane.emacs.bugs Subject: bug#24787: 25.1; eshell cd not changing directory on remote path (windows-nt) Date: Tue, 25 Oct 2016 21:44:51 +0100 Message-ID: <58acc64c-1a42-1afb-1387-62cd8829a2c0@iol.ie> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1477429419 7790 195.159.176.226 (25 Oct 2016 21:03:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2016 21:03:39 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 Cc: 24787@debbugs.gnu.org To: Noam Postavsky , Gary O'Sullivan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 25 23:03:34 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bz8sJ-0007Jt-CZ for geb-bug-gnu-emacs@m.gmane.org; Tue, 25 Oct 2016 23:03:11 +0200 Original-Received: from localhost ([::1]:58278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz8sL-0003G7-Mu for geb-bug-gnu-emacs@m.gmane.org; Tue, 25 Oct 2016 17:03:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz8sD-0003Eq-9x for bug-gnu-emacs@gnu.org; Tue, 25 Oct 2016 17:03:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bz8sA-000864-7r for bug-gnu-emacs@gnu.org; Tue, 25 Oct 2016 17:03:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:41388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bz8sA-00085z-4E for bug-gnu-emacs@gnu.org; Tue, 25 Oct 2016 17:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bz8s9-0001Vi-Ob for bug-gnu-emacs@gnu.org; Tue, 25 Oct 2016 17:03:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Gary O'Sullivan Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Oct 2016 21:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24787 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 24787-submit@debbugs.gnu.org id=B24787.14774293595772 (code B ref 24787); Tue, 25 Oct 2016 21:03:01 +0000 Original-Received: (at 24787) by debbugs.gnu.org; 25 Oct 2016 21:02:39 +0000 Original-Received: from localhost ([127.0.0.1]:56787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bz8rn-0001V1-K7 for submit@debbugs.gnu.org; Tue, 25 Oct 2016 17:02:39 -0400 Original-Received: from 95-45-174-159-dynamic.agg2.rcl.cld-dbn.eircom.net ([95.45.174.159]:51292 helo=localhost.localdomain) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bz8l6-0001JH-7r for 24787@debbugs.gnu.org; Tue, 25 Oct 2016 16:55:44 -0400 Original-Received: from [192.168.0.67] (unknown [192.168.0.67]) by localhost.localdomain (Postfix) with ESMTPSA id 2F80116217C; Tue, 25 Oct 2016 21:44:52 +0100 (IST) In-Reply-To: X-Mailman-Approved-At: Tue, 25 Oct 2016 17:02:38 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:125019 Archived-At: On 25/10/16 00:21, Noam Postavsky wrote: > On Mon, Oct 24, 2016 at 7:03 PM, Gary O'Sullivan wrote: >> Run runemacs.exe -Q >> >> M-x eshell >> >> Welcome to the Emacs shell >> >> >> c:/software/emacs/bin $ cd /plink:mysrv:/ >> >> /plink:mysrv:/home/gary/ $ cd etc >> >> No such directory found via CDPATH environment variable >> >> /plink:mysrv:/home/gary/ $ cd /plink:mysrv:/etc >> >> /plink:mysrv:/etc $ > > Wouldn't the corresponding relative path for this be ../../etc? (I'm > assuming cd /plink:mysrv:/home/gary/etc doesn't work) The output from the ls command looks ok, I can see the etc directory but pwd/cd seems to be confused. If I go directly to "/plink:mysrv:/home/gary" I can list the files in my home directory but cd is still not working. c:/software/emacs/bin $ cd /plink:mysrv:/ /plink:mysrv:/home/gary/ $ pwd /plink:mysrv:/home/gary/ /plink:mysrv:/home/gary/ $ ls bin dev home lib64 media mnt opt root selinux sys usr boot etc lib lost+found misc net proc sbin srv tmp var /plink:mysrv:/home/gary/ $ cd etc No such directory found via CDPATH environment variable /plink:mysrv:/home/gary/ $ cd /plink:mysrv:/home/gary /plink:mysrv:/home/gary $ pwd /plink:mysrv:/home/gary /plink:mysrv:/home/gary $ ls Desktop Documents Downloads Music Pictures Public Templates Videos /plink:mysrv:/home/gary $ cd Documents No such directory found via CDPATH environment variable /plink:mysrv:/home/gary $ cd .. No such directory found via CDPATH environment variable /plink:mysrv:/home/gary $ pwd /plink:mysrv:/home/gary /plink:mysrv:/home/gary $ cd ../../etc No such directory found via CDPATH environment variable /plink:mysrv:/home/gary $