* net/tramp.el (with-progress-reporter): Create reporter object
authorMichael Albinus <albinus@detlef>
Thu, 13 May 2010 20:45:58 +0000 (22:45 +0200)
committerMichael Albinus <albinus@detlef>
Thu, 13 May 2010 20:45:58 +0000 (22:45 +0200)
commit3b30ccdab30ffa36d4138d7f9b9d4724f29b4352
tree3f63b47dfbae4dcff456048129817abb8d35c9a2
parent41d81b80f1a70765aed7503a9c5205c0a030e3ab
* net/tramp.el (with-progress-reporter): Create reporter object
only when the message would be displayed.  Handled nested calls.
(tramp-handle-load, tramp-handle-file-local-copy)
(tramp-handle-insert-file-contents, tramp-handle-write-region)
(tramp-maybe-send-script, tramp-find-shell): Use
`with-progress-reporter'.
(tramp-handle-dired-compress-file, tramp-maybe-open-connection):
Fix message text.

* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
(tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
Use `with-progress-reporter'.
lisp/ChangeLog
lisp/net/tramp-smb.el
lisp/net/tramp.el