]> git.eshelyaron.com Git - emacs.git/commit
Implement compression for inline methods.
authorMichael Albinus <albinus@detlef>
Sat, 1 May 2010 09:34:14 +0000 (11:34 +0200)
committerMichael Albinus <albinus@detlef>
Sat, 1 May 2010 09:34:14 +0000 (11:34 +0200)
commit6a29a838dd404e62820ededdc6b1b9bb04101d46
treed051fa7d7a52a43f6f13563ff9dc9e001ca1f8e3
parent7acac9f4ce1b49c8d953b80b83c4ecd7dd919676
Implement compression for inline methods.

* net/tramp.el (tramp-inline-compress-start-size): New defcustom.
(tramp-copy-size-limit): Allow also nil.
(tramp-inline-compress-commands): New defconst.
(tramp-find-inline-compress, tramp-get-inline-compress)
(tramp-get-inline-coding): New defuns.
(tramp-get-remote-coding, tramp-get-local-coding): Removed,
replaced by `tramp-get-inline-coding'.
(tramp-handle-file-local-copy, tramp-handle-write-region)
(tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
lisp/ChangeLog
lisp/net/tramp.el