From: Paul Eggert Date: Sat, 30 Jan 2016 19:43:26 +0000 (-0800) Subject: - X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/cb4e054e41cdb7e398351a5ae8224759e721349e - --- cb4e054e41cdb7e398351a5ae8224759e721349e diff --cc doc/misc/tramp.texi index 37bf7ea8bc,7bf2e532e0..d01f9be9fb --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@@ -871,17 -905,19 +869,18 @@@ uses the anonymous user (without prompt behavior is unlike other @value{tramp} methods, where local user name is substituted. - @option{smb} method is unavailable if Emacs is run under a local user - authentication context in MS Windows. However such users can still - access remote files using UNC file names instead of @value{tramp}: -The @option{smb} method is unavailable if @value{emacsname} is run under a ++The @option{smb} method is unavailable if Emacs is run under a + local user authentication context in MS Windows. However such users + can still access remote files using UNC file names instead of @value{tramp}: @example //melancholia/daniel$$/.emacs @end example - UNC file name specification does not allow to specify a different user - name for authentication like the @command{smbclient} can. + UNC file name specification does not allow the specification of a + different user name for authentication like the @command{smbclient} + can. - @item @option{adb} @cindex method adb @cindex adb method @@@ -2825,12 -2984,12 +2824,12 @@@ Host @value{tramp} overwrites @code{ControlPath} settings when initiating @command{ssh} sessions. @value{tramp} does this to fend off a stall -if a master session opened outside the @value{emacsname} session is no -longer open. That is why @value{tramp} prompts for the password again -even if there is an @command{ssh} already open. +if a master session opened outside the Emacs session is no longer +open. That is why @value{tramp} prompts for the password again even +if there is an @command{ssh} already open. Some @command{ssh} versions support a @code{ControlPersist} option, - which allows to set the @code{ControlPath} provided the variable + which allows you to set the @code{ControlPath} provided the variable @code{tramp-ssh-controlmaster-options} is customized as follows: @lisp