diff options
| author | Michael Albinus | 2010-05-01 12:08:42 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-05-01 12:08:42 +0200 |
| commit | 502269d6e71e78eaafe2da520d9b14ecf732914d (patch) | |
| tree | 033c569bf18a347c2a838fd49750693e9857c85a | |
| parent | 6a29a838dd404e62820ededdc6b1b9bb04101d46 (diff) | |
| download | emacs-502269d6e71e78eaafe2da520d9b14ecf732914d.tar.gz emacs-502269d6e71e78eaafe2da520d9b14ecf732914d.zip | |
* tramp.texi (Inline methods, Default Method): Mention
`tramp-inline-compress-start-size'.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 8 |
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 @@ | |||
| 1 | 2010-05-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Inline methods, Default Method): Mention | ||
| 4 | `tramp-inline-compress-start-size'. | ||
| 5 | |||
| 1 | 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com> | 6 | 2010-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} | |||
| 592 | transfers a small piece of Perl code to the remote host, and tries to | 592 | transfers a small piece of Perl code to the remote host, and tries to |
| 593 | apply it for encoding and decoding. | 593 | apply it for encoding and decoding. |
| 594 | 594 | ||
| 595 | The variable @var{tramp-inline-compress-start-size} controls, whether | ||
| 596 | a file shall be compressed before encoding. This could increase | ||
| 597 | transfer 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 | ||
| 1231 | My suggestion is to use an inline method. For large files, external | 1235 | My suggestion is to use an inline method. For large files, external |
| 1232 | methods might be more efficient, but I guess that most people will | 1236 | methods might be more efficient, but I guess that most people will |
| 1233 | want to edit mostly small files. | 1237 | want to edit mostly small files. And if you access large text files, |
| 1238 | compression (driven by @var{tramp-inline-compress-start-size}) shall | ||
| 1239 | still result in good performance. | ||
| 1234 | 1240 | ||
| 1235 | I guess that these days, most people can access a remote machine by | 1241 | I guess that these days, most people can access a remote machine by |
| 1236 | using @command{ssh}. So I suggest that you use the @option{ssh} | 1242 | using @command{ssh}. So I suggest that you use the @option{ssh} |