emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100104: * tramp.texi (Inline methods


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100104: * tramp.texi (Inline methods, Default Method): Mention
Date: Sat, 01 May 2010 12:08:42 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100104
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-01 12:08:42 +0200
message:
  * tramp.texi (Inline methods, Default Method): Mention
  `tramp-inline-compress-start-size'.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-04-19 15:07:52 +0000
+++ b/doc/misc/ChangeLog        2010-05-01 10:08:42 +0000
@@ -1,3 +1,8 @@
+2010-05-01  Michael Albinus  <address@hidden>
+
+       * tramp.texi (Inline methods, Default Method): Mention
+       `tramp-inline-compress-start-size'.
+
 2010-04-18  Teodor Zlatanov  <address@hidden>
 
        * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2010-04-10 12:59:22 +0000
+++ b/doc/misc/tramp.texi       2010-05-01 10:08:42 +0000
@@ -592,6 +592,10 @@
 transfers a small piece of Perl code to the remote host, and tries to
 apply it for encoding and decoding.
 
+The variable @var{tramp-inline-compress-start-size} controls, whether
+a file shall be compressed before encoding.  This could increase
+transfer speed for large text files.
+
 
 @table @asis
 @item @option{rsh}
@@ -1230,7 +1234,9 @@
 
 My suggestion is to use an inline method.  For large files, external
 methods might be more efficient, but I guess that most people will
-want to edit mostly small files.
+want to edit mostly small files.  And if you access large text files,
+compression (driven by @var{tramp-inline-compress-start-size}) shall
+still result in good performance.
 
 I guess that these days, most people can access a remote machine by
 using @command{ssh}.  So I suggest that you use the @option{ssh}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]