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

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

bug#57572: 29.0.50; Tramp error with tramp-file-name-unify


From: Thierry Volpiatto
Subject: bug#57572: 29.0.50; Tramp error with tramp-file-name-unify
Date: Sun, 04 Sep 2022 20:16:28 +0000

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Thierry Volpiatto <thievol@posteo.net> writes:
>
>>             ;; FIXME: This is a sanity check.  When this error
>>             ;; doesn't happen for a while, it can be removed.
>> -           (or (file-name-absolute-p localname)
>> +           (or (file-name-absolute-p (expand-file-name localname))
>
> This patch is the same as removing that sanity check, though, since
> expand-file-name always returns an absolute name.

The purpose of this patch is to show where the problem is...

-- 
Thierry

Attachment: signature.asc
Description: PGP signature


reply via email to

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