diff options
| author | Michael Albinus | 2018-10-01 14:33:51 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-10-01 14:33:51 +0200 |
| commit | 886a1f26413b3eec427155163a2f3ceb163efce8 (patch) | |
| tree | 7f838b3407616e3679462918d4e6c5935e3dc6c9 | |
| parent | 0915462e46157f25022bb6f0f433e40c2e8461be (diff) | |
| download | emacs-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.texi | 13 |
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. | |||
| 1646 | The package @file{auth-source.el}, originally developed for No Gnus, | 1646 | The package @file{auth-source.el}, originally developed for No Gnus, |
| 1647 | reads passwords from different sources, @xref{Help for users, , | 1647 | reads passwords from different sources, @xref{Help for users, , |
| 1648 | auth-source, auth}. The default authentication file is | 1648 | auth-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 | |||
| 1670 | interactively. After successful login (verification of the password), | 1670 | interactively. After successful login (verification of the password), |
| 1671 | it is offered to save a corresponding entry for further use by | 1671 | it 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 |
| 1673 | by setting the variable @code{auth-source-save-behavior} to @code{nil}. | 1673 | by setting the user option @code{auth-source-save-behavior} to @code{nil}. |
| 1674 | 1674 | ||
| 1675 | @vindex auth-source-debug | 1675 | @vindex auth-source-debug |
| 1676 | Set @code{auth-source-debug} to @code{t} to debug messages. | 1676 | Set @code{auth-source-debug} to @code{t} to debug messages. |
| @@ -2031,10 +2031,10 @@ shell-specific config files. For example, bash can use | |||
| 2031 | parsing. This redefinition affects the looks of a prompt in an | 2031 | parsing. This redefinition affects the looks of a prompt in an |
| 2032 | interactive remote shell through commands, such as @kbd{M-x shell | 2032 | interactive 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 |
| 2034 | readable and recognizable using these @value{tramp} variables. | 2034 | readable 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 |
| 2037 | script file @file{~/.emacs_SHELLNAME}. | 2037 | startup 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 |
| 2040 | setting the environment variable @env{ESHELL} in the @file{.emacs} as | 2040 | setting 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 |
| 3673 | variable @env{HISTFILE} is unset, and environment variables | 3673 | variable @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 | ||
| 3676 | Alternatively, @code{tramp-histfile-override} could be a string. | 3676 | Alternatively, @code{tramp-histfile-override} could be a string. |
| 3677 | Environment variable @env{HISTFILE} is set to this file name then. Be | 3677 | Environment 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 | ||
| 4136 | Sometimes, it is not convenient to open a new connection to a remote | 4137 | Sometimes, it is not convenient to open a new connection to a remote |
| 4137 | host, including entering the password and alike. For example, this is | 4138 | host, including entering the password and alike. For example, this is |
| 4138 | nasty for packages providing file name completion. Such a package | 4139 | nasty for packages providing file name completion. Such a package |