diff options
| author | Michael Albinus | 2018-02-19 19:41:15 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-02-19 19:41:15 +0100 |
| commit | 254a49f49eadc6b870fdca447533ba09004a28b2 (patch) | |
| tree | d9c806c934ae66d6ac3f7c38f859cb72a777e159 | |
| parent | b877afdfd37d7cdf13ce60c6dc2186d5a0141724 (diff) | |
| download | emacs-254a49f49eadc6b870fdca447533ba09004a28b2.tar.gz emacs-254a49f49eadc6b870fdca447533ba09004a28b2.zip | |
; Add changes in tramp.texi which were conflicted in merge from emacs-26
| -rw-r--r-- | doc/misc/tramp.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 0dd82c582c2..d91c4a9bb3e 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2245,12 +2245,12 @@ Some older versions of Cygwin's @command{ssh} work with the | |||
| 2245 | @option{sshx} access method. Consult Cygwin's FAQ at | 2245 | @option{sshx} access method. Consult Cygwin's FAQ at |
| 2246 | @uref{https://cygwin.com/faq/} for details. | 2246 | @uref{https://cygwin.com/faq/} for details. |
| 2247 | 2247 | ||
| 2248 | @cindex cygwin and fakecygpty | 2248 | @cindex cygwin and @command{fakecygpty} |
| 2249 | @cindex fakecygpty and cygwin | 2249 | @cindex @command{fakecygpty} and cygwin |
| 2250 | 2250 | ||
| 2251 | On @uref{https://www.emacswiki.org/emacs/SshWithNTEmacs, the Emacs | 2251 | On @uref{https://www.emacswiki.org/emacs/SshWithNTEmacs, the Emacs |
| 2252 | Wiki} it is explained how to use the helper program @code{fakecygpty} | 2252 | Wiki} it is explained how to use the helper program |
| 2253 | to fix this problem. | 2253 | @command{fakecygpty} to fix this problem. |
| 2254 | 2254 | ||
| 2255 | @cindex method @option{scpx} with cygwin | 2255 | @cindex method @option{scpx} with cygwin |
| 2256 | @cindex @option{scpx} method with cygwin | 2256 | @cindex @option{scpx} method with cygwin |
| @@ -2264,7 +2264,7 @@ for a host named @code{c}. | |||
| 2264 | A workaround: write a wrapper script for @option{scp} to convert | 2264 | A workaround: write a wrapper script for @option{scp} to convert |
| 2265 | Windows file names to Cygwin file names. | 2265 | Windows file names to Cygwin file names. |
| 2266 | 2266 | ||
| 2267 | @cindex cygwin and ssh-agent | 2267 | @cindex cygwin and @command{ssh-agent} |
| 2268 | @cindex @env{SSH_AUTH_SOCK} and emacs on ms windows | 2268 | @cindex @env{SSH_AUTH_SOCK} and emacs on ms windows |
| 2269 | 2269 | ||
| 2270 | When using the @command{ssh-agent} on MS Windows for password-less | 2270 | When using the @command{ssh-agent} on MS Windows for password-less |