From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#43735: 28.0.50; eshell: No such directory found via CDPATH environment variable Date: Thu, 1 Oct 2020 22:19:14 +0300 Message-ID: <20201001191914.GM4797@protected.rcdrun.com> References: <86mu16tvqy.fsf@protected.rcdrun.com> <87sgaxq3ze.fsf@gnus.org> <83d021hn0z.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6644"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) Cc: Lars Ingebrigtsen , 43735@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 01 21:20:14 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kO47i-0001e9-9v for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 01 Oct 2020 21:20:14 +0200 Original-Received: from localhost ([::1]:35194 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kO47h-0004i6-CS for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 01 Oct 2020 15:20:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO47W-0004hw-2s for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2020 15:20:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55072) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kO47V-0001pU-Pf for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2020 15:20:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kO47V-0004u5-LR for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2020 15:20:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 01 Oct 2020 19:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43735 X-GNU-PR-Package: emacs Original-Received: via spool by 43735-submit@debbugs.gnu.org id=B43735.160157997618814 (code B ref 43735); Thu, 01 Oct 2020 19:20:01 +0000 Original-Received: (at 43735) by debbugs.gnu.org; 1 Oct 2020 19:19:36 +0000 Original-Received: from localhost ([127.0.0.1]:38385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO46z-0004tD-HE for submit@debbugs.gnu.org; Thu, 01 Oct 2020 15:19:36 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:45779) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO46w-0004su-BR for 43735@debbugs.gnu.org; Thu, 01 Oct 2020 15:19:28 -0400 Original-Received: from localhost ([::ffff:197.157.34.166]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000EDD76.000000005F762BB5.00005500; Thu, 01 Oct 2020 12:19:16 -0700 Content-Disposition: inline In-Reply-To: <83d021hn0z.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:189569 Archived-At: * Eli Zaretskii [2020-10-01 20:31]: > > From: Lars Ingebrigtsen > > Date: Thu, 01 Oct 2020 18:56:53 +0200 > > Cc: 43735@debbugs.gnu.org > > > > Jean Louis writes: > > > > > Following is invoked as emacs -Q: > > > > > > M-x eshell > > > > > > $ cd tmp > > > > > > ~/tmp $ cd zim-admin > > > No such directory found via CDPATH environment variable > > > > > > y~/tmp $ cd .. > > > /home/data1 $ No such directory found via CDPATH environment variable > > > > I'm unable to reproduce the bug. > > This is probably related to the symlinks Jean has there, or to some > other local issue. I think it is related also to CDPATH. Now when I remove CDPATH from .bashrc, then it works. If I have CDPATH, it does not work. Other bug is similar to this one, but is related to M-x shell In both cases, Emacs is not handling well the CDPATH variable.