[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#28207: 26.0.50; MS Windows UNC file names complete as directory name
From: |
Richard Copley |
Subject: |
bug#28207: 26.0.50; MS Windows UNC file names complete as directory names |
Date: |
Fri, 25 Aug 2017 16:35:36 +0100 |
On 25 August 2017 at 15:54, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Richard Copley <rcopley@gmail.com>
>> Date: Fri, 25 Aug 2017 14:56:38 +0100
>>
>> On 23 August 2017 at 16:54, Richard Copley <rcopley@gmail.com> wrote:
>> > C-x C-f //server/share/filename TAB
>> >
>> > Expected result: completes to "//server/share/filename".
>> > Actual result: completes to "//server/share/filename/".
>
> Thanks, should be fixed now.
>
>> Or perhaps both, or neither.
>
> No, it was a stupid thinko in the emulated faccessat, that worked on
> local files by sheer luck.
Fixed, thank you.