[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.4.3.27.1 nil/nil); doc bugs for default method
From: |
Michael Albinus |
Subject: |
Re: tramp (2.4.3.27.1 nil/nil); doc bugs for default method |
Date: |
Tue, 05 Jan 2021 15:51:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Francesco Potortì <pot@gnu.org> writes:
Hi Francesco,
> # In the Quick Start Guide node:
>
>>The shortest remote file name is ‘/-::’, therefore. The ‘-’ notation
>>for the default host is used for syntactical reasons, *note Default
>>Host::.
>
> "for the default host" should be "for the default method"
Thanks, I've fixed this.
> # In the Default Host node:
>
>>With all defaults set, ‘/-::’ will connect TRAMP to John’s home
>>directory on ‘target’ via ‘ssh’.
>
> "'ssh'" should be "'scp'"
No. It speaks about the example, which has set
(custom-set-variables
'(tramp-default-method "ssh")
'(tramp-default-user "john")
'(tramp-default-host "target"))
Best regards, Michael.