emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-30 f050b9c5033: Fix Tramp IPv6 handling in tests


From: Andreas Schwab
Subject: Re: emacs-30 f050b9c5033: Fix Tramp IPv6 handling in tests
Date: Wed, 25 Sep 2024 18:08:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

On Jul 22 2024, Michael Albinus via Mailing list for Emacs changes wrote:

> diff --git a/lisp/net/tramp-integration.el b/lisp/net/tramp-integration.el
> index e1f0b2a3495..56deaf9066b 100644
> --- a/lisp/net/tramp-integration.el
> +++ b/lisp/net/tramp-integration.el
> @@ -275,9 +275,14 @@ NAME must be equal to `tramp-current-connection'."
>  ;;; Integration of shortdoc.el:
>  
>  (with-eval-after-load 'shortdoc
> -  (dolist (elem '((file-remote-p
> +  (dolist (elem `((file-remote-p
>                  :eval (file-remote-p "/ssh:user@host:/tmp/foo")
> -                :eval (file-remote-p "/ssh:user@host:/tmp/foo" 'method))
> +                :eval (file-remote-p "/ssh:user@host:/tmp/foo" 'method)
> +                :eval (file-remote-p "/ssh:user@[::1]#1234:/tmp/foo" 'host)
> +                ;; We don't want to see the text properties.
> +                :no-eval (file-remote-p "/sudo::/tmp/foo" 'user)
> +                :result ,(substring-no-properties
> +                          (file-remote-p "/sudo::/tmp/foo" 'user)))

This throws "Wrong type argument: stringp, nil" when
(tramp-change-syntax 'simplified).

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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