emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36004: closed ([PATCH] Eshell does not extend corr


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36004: closed ([PATCH] Eshell does not extend correctly PATH by "." on MS-Windows)
Date: Sat, 08 Jun 2019 08:35:02 +0000

Your message dated Sat, 08 Jun 2019 11:34:18 +0300
with message-id <address@hidden>
and subject line Re: bug#36004: [PATCH] Eshell does not extend correctly PATH 
by "." on MS-Windows
has caused the debbugs.gnu.org bug report #36004,
regarding [PATCH] Eshell does not extend correctly PATH by "." on MS-Windows
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36004: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36004
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Eshell does not extend correctly PATH by "." on MS-Windows Date: Thu, 30 May 2019 13:40:02 +0200
Eshell uses eshell-parse-colon-path to split $PATH. The paths returned have a
slash appended, so an absolute path can be contructed simply by concatenating
path and filename. On windows the result list of eshell-parse-colon-path is
extended further by "." (without a slash).

This was no problem for me until I wanted to run git in a directory created by
"git worktree add". When eshell was looking for git it found the file ".git"
whereas it should have been looking for "./git". The result was an error
message.

In GNU Emacs 26.2 (build 1, x86_64-w64-mingw32)
 of 2019-04-13 built on CIRROCUMULUS
Repository revision: fd1b34bfba8f3f6298df47c8e10b61530426f749
Windowing system distributor 'Microsoft Corp.', version 10.0.17763

Attachment: 0001-Fix-path-for-current-directory-in-eshell-on-MS-Windo.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#36004: [PATCH] Eshell does not extend correctly PATH by "." on MS-Windows Date: Sat, 08 Jun 2019 11:34:18 +0300
Closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]