Re: with-tramp-saved-connection-property refers to free variable property

Michael Albinus <[email protected]> Sun, 06 Apr 2025 09:26:39 +0200
Newsgroups gmane.emacs.tramp
Message-ID <[email protected]>
JD Smith <[email protected]> writes:

Hi,

> In the logging message embedded in this macro, property (a macro argument) is not properly comma-inserted:
>
>      (tramp-message key 7 "Saved %s %s" property cached)

A typo, thanks for reporting! Fixed in the repos.

> If there is concern about evaluating this argument multiple times it could be let-bound to an uninterned symbol.

The argument should be a literal string. Nothing to worry about.

Best regards, Michael.