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

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

bug#71972: 31.0.50; Tramp does not parse ipv6 address with port correctl


From: Michael Albinus
Subject: bug#71972: 31.0.50; Tramp does not parse ipv6 address with port correctly
Date: Sun, 07 Jul 2024 12:28:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Yikai Zhao <yikai@z1k.dev> writes:

> Hi,

Hi,

> Thanks for the patch. However, with this patch applied to master, the result 
> is:
>
> (tramp-dissect-file-name "/ssh:[2001::abcd]#2202:/tmp/xxx")
> => (tramp-file-name "ssh" nil nil #("Oldtown" 0 7 (tramp-default t))
> "2202" "/tmp/xxx" nil) [2 times]
>
> ("oldtown" is my local hostname). Although the port is correctly
> parsed, the host is now incorrect.

Indeed, we have a race condition. tramp-host-with-port-regexp is defined
before tramp-set-syntax has run.

Could you, please, try the appended patch indeed?

> Also note that in master, the correct file path for tramp.el is
> lisp/net/tramp.el, so I had to manually edit your patch before
> applying it. What version is your patch based on? Maybe the result is
> different in different versions?

I develop in the Tramp git repo. The files are identical with the ones
in the Emacs git repo. However, there is a different directory structure.

Best regards, Michael.

Attachment: txtuSpzSh9C9D.txt
Description: Text Data


reply via email to

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