aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-10-01 14:33:51 +0200
committerMichael Albinus2018-10-01 14:33:51 +0200
commit886a1f26413b3eec427155163a2f3ceb163efce8 (patch)
tree7f838b3407616e3679462918d4e6c5935e3dc6c9
parent0915462e46157f25022bb6f0f433e40c2e8461be (diff)
downloademacs-886a1f26413b3eec427155163a2f3ceb163efce8.tar.gz
emacs-886a1f26413b3eec427155163a2f3ceb163efce8.zip
Minor edits in tramp.texi
* doc/misc/tramp.texi (Password handling): Say "user option". (Remote shell setup): Say "environment variable". (External packages): Add `non-essential' to variable index.
-rw-r--r--doc/misc/tramp.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 88fa55fdeeb..530e8dc1b4c 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1646,7 +1646,7 @@ the need.
1646The package @file{auth-source.el}, originally developed for No Gnus, 1646The package @file{auth-source.el}, originally developed for No Gnus,
1647reads passwords from different sources, @xref{Help for users, , 1647reads passwords from different sources, @xref{Help for users, ,
1648auth-source, auth}. The default authentication file is 1648auth-source, auth}. The default authentication file is
1649@file{~/.authinfo.gpg}, but this can be changed via the variable 1649@file{~/.authinfo.gpg}, but this can be changed via the user option
1650@code{auth-sources}. 1650@code{auth-sources}.
1651 1651
1652@noindent 1652@noindent
@@ -1670,7 +1670,7 @@ If there doesn't exist a proper entry, the password is read
1670interactively. After successful login (verification of the password), 1670interactively. After successful login (verification of the password),
1671it is offered to save a corresponding entry for further use by 1671it is offered to save a corresponding entry for further use by
1672@code{auth-source} backends which support this. This could be changed 1672@code{auth-source} backends which support this. This could be changed
1673by setting the variable @code{auth-source-save-behavior} to @code{nil}. 1673by setting the user option @code{auth-source-save-behavior} to @code{nil}.
1674 1674
1675@vindex auth-source-debug 1675@vindex auth-source-debug
1676Set @code{auth-source-debug} to @code{t} to debug messages. 1676Set @code{auth-source-debug} to @code{t} to debug messages.
@@ -2031,10 +2031,10 @@ shell-specific config files. For example, bash can use
2031parsing. This redefinition affects the looks of a prompt in an 2031parsing. This redefinition affects the looks of a prompt in an
2032interactive remote shell through commands, such as @kbd{M-x shell 2032interactive remote shell through commands, such as @kbd{M-x shell
2033@key{RET}}. Such prompts, however, can be reset to something more 2033@key{RET}}. Such prompts, however, can be reset to something more
2034readable and recognizable using these @value{tramp} variables. 2034readable and recognizable using these environment variables.
2035 2035
2036@value{tramp} sets the @env{INSIDE_EMACS} variable in the startup 2036@value{tramp} sets the @env{INSIDE_EMACS} environment variable in the
2037script file @file{~/.emacs_SHELLNAME}. 2037startup script file @file{~/.emacs_SHELLNAME}.
2038 2038
2039@env{SHELLNAME} is @code{bash} or equivalent shell names. Change it by 2039@env{SHELLNAME} is @code{bash} or equivalent shell names. Change it by
2040setting the environment variable @env{ESHELL} in the @file{.emacs} as 2040setting the environment variable @env{ESHELL} in the @file{.emacs} as
@@ -3671,7 +3671,7 @@ Due to the remote shell saving tilde expansions triggered by
3671@value{tramp} can suppress this behavior with the user option 3671@value{tramp} can suppress this behavior with the user option
3672@code{tramp-histfile-override}. When set to @code{t}, environment 3672@code{tramp-histfile-override}. When set to @code{t}, environment
3673variable @env{HISTFILE} is unset, and environment variables 3673variable @env{HISTFILE} is unset, and environment variables
3674@env{HISTFILESIZE} @env{HISTSIZE} are set to 0. 3674@env{HISTFILESIZE} and @env{HISTSIZE} are set to 0.
3675 3675
3676Alternatively, @code{tramp-histfile-override} could be a string. 3676Alternatively, @code{tramp-histfile-override} could be a string.
3677Environment variable @env{HISTFILE} is set to this file name then. Be 3677Environment variable @env{HISTFILE} is set to this file name then. Be
@@ -4133,6 +4133,7 @@ handlers.
4133@section Integrating with external Lisp packages 4133@section Integrating with external Lisp packages
4134@subsection File name completion. 4134@subsection File name completion.
4135 4135
4136@vindex non-essential
4136Sometimes, it is not convenient to open a new connection to a remote 4137Sometimes, it is not convenient to open a new connection to a remote
4137host, including entering the password and alike. For example, this is 4138host, including entering the password and alike. For example, this is
4138nasty for packages providing file name completion. Such a package 4139nasty for packages providing file name completion. Such a package