aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-05-25 13:24:47 +0200
committerMichael Albinus2019-05-25 13:24:47 +0200
commitec4b2c888ad12c255accf1bccdac12f173c96047 (patch)
tree76ab111d16fb7e055267d96ff3c78a3cdc83738b
parent0597c1b94e5206e980865c6513e923280a3c3ce1 (diff)
downloademacs-ec4b2c888ad12c255accf1bccdac12f173c96047.tar.gz
emacs-ec4b2c888ad12c255accf1bccdac12f173c96047.zip
* doc/misc/tramp.texi (Obtaining Tramp): Tramp is available via GNU ELPA.
-rw-r--r--doc/misc/tramp.texi14
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}
319package.
320
317@value{tramp} development versions are available on Git servers. 321@value{tramp} development versions are available on Git servers.
318Development versions contain new and incomplete features. 322Development 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}
3098If Emacs supports the variable @code{async-shell-command-width} (since Emacs 3102If Emacs supports the variable @code{async-shell-command-width} (since
309927.1), @value{tramp} cares about its value for asynchronous shell 3103Emacs 27.1), @value{tramp} cares about its value for asynchronous
3100commands. It specifies the number of display columns for command 3104shell commands. It specifies the number of display columns for
3101output. For synchronous shell commands, a similar effect can be 3105command output. For synchronous shell commands, a similar effect can
3102achieved by adding the environment variable @env{COLUMNS} to 3106be 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