* net/tramp.el (top): Don't require 'shell.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 18 Sep 2011 11:26:15 +0000 (13:26 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 18 Sep 2011 11:26:15 +0000 (13:26 +0200)
commit710dec6300f2fedb5df3b8ec0ee2ac9acd812eaf
tree013724759a6acf902300d549508a0e4b5814e828
parent87e4427a0dd07f0a8c0a56f84652d6bedf13088d
* net/tramp.el (top): Don't require 'shell.
(tramp-methods): Fix docstring.
(tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
Return complete remote file name.  Handle "smb" case.  Use
`tramp-tmpdir', if defined for the respective method.
(tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.

* net/tramp-compat.el (top): Require 'shell.

* net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
`tramp-current-host'.
(tramp-get-remote-tmpdir): Remove.

* net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
`tramp-tmpdir' entries.
(tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
(tramp-smb-handle-file-attributes): Ignore errors.
(tramp-smb-wait-for-output): Check also for process end.
lisp/ChangeLog
lisp/net/tramp-compat.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el