diff options
| author | Michael Albinus | 2019-05-25 13:24:47 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-05-25 13:24:47 +0200 |
| commit | ec4b2c888ad12c255accf1bccdac12f173c96047 (patch) | |
| tree | 76ab111d16fb7e055267d96ff3c78a3cdc83738b | |
| parent | 0597c1b94e5206e980865c6513e923280a3c3ce1 (diff) | |
| download | emacs-ec4b2c888ad12c255accf1bccdac12f173c96047.tar.gz emacs-ec4b2c888ad12c255accf1bccdac12f173c96047.zip | |
* doc/misc/tramp.texi (Obtaining Tramp): Tramp is available via GNU ELPA.
| -rw-r--r-- | doc/misc/tramp.texi | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 2eb5b45eb2a..53836c16a76 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -308,12 +308,16 @@ behind the scenes when you open a file with @value{tramp}. | |||
| 308 | @node Obtaining @value{tramp} | 308 | @node Obtaining @value{tramp} |
| 309 | @chapter Obtaining @value{tramp} | 309 | @chapter Obtaining @value{tramp} |
| 310 | @cindex obtaining @value{tramp} | 310 | @cindex obtaining @value{tramp} |
| 311 | @cindex GNU ELPA | ||
| 311 | 312 | ||
| 312 | @value{tramp} is included as part of Emacs (since Emacs 22.1). | 313 | @value{tramp} is included as part of Emacs (since Emacs 22.1). |
| 313 | 314 | ||
| 314 | @value{tramp} is also freely packaged for download on the Internet at | 315 | @value{tramp} is also freely packaged for download on the Internet at |
| 315 | @uref{https://ftp.gnu.org/gnu/tramp/}. | 316 | @uref{https://ftp.gnu.org/gnu/tramp/}. |
| 316 | 317 | ||
| 318 | @value{tramp} is available as @uref{https://elpa.gnu.org, GNU ELPA} | ||
| 319 | package. | ||
| 320 | |||
| 317 | @value{tramp} development versions are available on Git servers. | 321 | @value{tramp} development versions are available on Git servers. |
| 318 | Development versions contain new and incomplete features. | 322 | Development versions contain new and incomplete features. |
| 319 | 323 | ||
| @@ -3095,11 +3099,11 @@ variables. | |||
| 3095 | 3099 | ||
| 3096 | @vindex async-shell-command-width | 3100 | @vindex async-shell-command-width |
| 3097 | @vindex COLUMNS@r{, environment variable} | 3101 | @vindex COLUMNS@r{, environment variable} |
| 3098 | If Emacs supports the variable @code{async-shell-command-width} (since Emacs | 3102 | If Emacs supports the variable @code{async-shell-command-width} (since |
| 3099 | 27.1), @value{tramp} cares about its value for asynchronous shell | 3103 | Emacs 27.1), @value{tramp} cares about its value for asynchronous |
| 3100 | commands. It specifies the number of display columns for command | 3104 | shell commands. It specifies the number of display columns for |
| 3101 | output. For synchronous shell commands, a similar effect can be | 3105 | command output. For synchronous shell commands, a similar effect can |
| 3102 | achieved by adding the environment variable @env{COLUMNS} to | 3106 | be achieved by adding the environment variable @env{COLUMNS} to |
| 3103 | @code{tramp-remote-process-environment}. | 3107 | @code{tramp-remote-process-environment}. |
| 3104 | 3108 | ||
| 3105 | 3109 | ||