aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2010-05-01 12:08:42 +0200
committerMichael Albinus2010-05-01 12:08:42 +0200
commit502269d6e71e78eaafe2da520d9b14ecf732914d (patch)
tree033c569bf18a347c2a838fd49750693e9857c85a
parent6a29a838dd404e62820ededdc6b1b9bb04101d46 (diff)
downloademacs-502269d6e71e78eaafe2da520d9b14ecf732914d.tar.gz
emacs-502269d6e71e78eaafe2da520d9b14ecf732914d.zip
* tramp.texi (Inline methods, Default Method): Mention
`tramp-inline-compress-start-size'.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/tramp.texi8
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index a559873d403..1d4f1a5f614 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12010-05-01 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Inline methods, Default Method): Mention
4 `tramp-inline-compress-start-size'.
5
12010-04-18 Teodor Zlatanov <tzz@lifelogs.com> 62010-04-18 Teodor Zlatanov <tzz@lifelogs.com>
2 7
3 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of 8 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 7a380a4e28a..7d41049897e 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -592,6 +592,10 @@ If both commands aren't available on the remote host, @value{tramp}
592transfers a small piece of Perl code to the remote host, and tries to 592transfers a small piece of Perl code to the remote host, and tries to
593apply it for encoding and decoding. 593apply it for encoding and decoding.
594 594
595The variable @var{tramp-inline-compress-start-size} controls, whether
596a file shall be compressed before encoding. This could increase
597transfer speed for large text files.
598
595 599
596@table @asis 600@table @asis
597@item @option{rsh} 601@item @option{rsh}
@@ -1230,7 +1234,9 @@ without bossing you around. You tell me whether it works @dots{}
1230 1234
1231My suggestion is to use an inline method. For large files, external 1235My suggestion is to use an inline method. For large files, external
1232methods might be more efficient, but I guess that most people will 1236methods might be more efficient, but I guess that most people will
1233want to edit mostly small files. 1237want to edit mostly small files. And if you access large text files,
1238compression (driven by @var{tramp-inline-compress-start-size}) shall
1239still result in good performance.
1234 1240
1235I guess that these days, most people can access a remote machine by 1241I guess that these days, most people can access a remote machine by
1236using @command{ssh}. So I suggest that you use the @option{ssh} 1242using @command{ssh}. So I suggest that you use the @option{ssh}