From: Michael Albinus <michael.albinus@gmx.de>
To: Andreas Schwab <schwab@suse.de>
Cc: emacs-devel@gnu.org
Subject: Re: emacs-30 f050b9c5033: Fix Tramp IPv6 handling in tests
Date: Wed, 25 Sep 2024 19:47:31 +0200 [thread overview]
Message-ID: <87o74b62x8.fsf@gmx.de> (raw)
In-Reply-To: <mvm7caz7m2j.fsf@suse.de> (Andreas Schwab's message of "Wed, 25 Sep 2024 18:08:36 +0200")
Andreas Schwab <schwab@suse.de> writes:
Hi Andreas,
>> 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).
Thanks, I've fixed this in the emacs-30 branch.
Best regards, Michael.
prev parent reply other threads:[~2024-09-25 17:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <172163502862.25672.12565431460737995012@vcs2.savannah.gnu.org>
[not found] ` <20240722075709.1C23CC41F06@vcs2.savannah.gnu.org>
2024-08-05 14:30 ` emacs-30 f050b9c5033: Fix Tramp IPv6 handling in tests Madhu
2024-08-05 16:57 ` Michael Albinus
2024-08-05 18:21 ` Michael Albinus
2024-08-06 2:41 ` Madhu
2024-08-06 14:08 ` Michael Albinus
2024-08-07 15:21 ` Madhu
2024-09-25 16:08 ` Andreas Schwab
2024-09-25 17:47 ` Michael Albinus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o74b62x8.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=emacs-devel@gnu.org \
--cc=schwab@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).