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

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

bug#26911: 25.2; eshell "cd .." doesn't work correctly with TRAMP


From: Paul Eggert
Subject: bug#26911: 25.2; eshell "cd .." doesn't work correctly with TRAMP
Date: Sat, 29 Aug 2020 09:46:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

I installed the attached patch to revert the recent expand-file-changes in the
DOS_NT case, which should fix the problem you mentioned.

Thanks, it does.  But it produces a different problem:

   (expand-file-name "." "c:/foo/bar/") => "c:/foo/bar

(note the absence of the trailing slash).

That's what Emacs 27 does on MS-Windows, no? So it's not a regression, and the problem can be fixed at the convenience of whoever's interested in hacking on the MS-Windows side of the code.

Another way to put it is that Bug#26911 is now fixed for GNU and POSIX, but not for MS-Windows. My earlier changes attempted to fix it for all platforms, but this had undesirable side-effects in MS-Windows so I withdrew the MS-Windows part of the changes. I have therefore reopened Bug#26911 since I assume it's still present on MS-Windows.

Are some of the new test cases failing on MS-Windows? Should I arrange for these test cases to be expected to fail on MS-Windows? If so, please let me know which ones are failing, so that I can do that.

I'm not interested in messing with expand-file-name

That's understandable as expand-file-name is quite a mess internally. But if you're not interested in any attempt to clean up the mess, I guess I should refrain from giving it a shot.





reply via email to

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