Re: tramp (2.8.0-pre nil/nil); TRAMP is triggered by DOS file names

Michael Albinus <[email protected]> Fri, 28 Feb 2025 10:41:16 +0100
Newsgroups gmane.emacs.tramp
Message-ID <[email protected]>
Michael Albinus <[email protected]> writes:

Hi,

> describe-function => require(shortdoc) =>
> file-remote-p("/ssh:user@host:/tmp/foo") =>
> error: (void-function "get-process")
>
> The call of file-remote-p in shortdoc is triggered by Tramp's
> integration there. It should be harmless (always returning if Tramp is
> enabled).
>
> However, we see the error (void-function "get-process"). Likely, this is
> just for DOS builds of Emacs.
>
> Does the following patch fixes this?

No News is Good News. I've pushed the patch to the repositories.

Best regards, Michael.