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: Fri, 28 Aug 2020 22:52:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 8/28/20 3:48 AM, Eli Zaretskii wrote:
That period after the colon following the drive letter shouldn't be
there.  As you may imagine, many Emacs commands are now broken because
of this.  This must be fixed ASAP.

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

This part of fileio.c is hard to follow because of the #ifdef DOS_NT and #ifdef WINDOWSNT and #ifdef MSDOS and whatnot. How about if we move the MS-Windows-specific code to a different source file instead of having that forest of ifdefs in fileio.c? As things stand, it's hard to maintain the mainline GNU code, because the way everything's arranged the Microsoft-specific stuff significantly obfuscates everything else.

Attachment: 0001-Revert-recent-expand-file-name-changes-if-DOS_NT.patch
Description: Text Data


reply via email to

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