]> code.delx.au - gnu-emacs/commit
Some Tramp minor fixes, found during test campaign.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 19 Feb 2014 19:24:32 +0000 (20:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 19 Feb 2014 19:24:32 +0000 (20:24 +0100)
commit50bfdd5d78aa015d9032da7e6376665243f3f3b1
tree0a5f65cdd2f87aa4674e47231df76ebba5c9ccd8
parentd34f67dae3caa277bfebe0aa9f60e83a22bce0eb
Some Tramp minor fixes, found during test campaign.

* net/tramp-adb.el (tramp-adb-file-name-handler-alist)
[make-symbolic-link]: Use `tramp-handle-make-symbolic-link'.

* net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
[make-symbolic-link]: Use `tramp-handle-make-symbolic-link'.
(tramp-gvfs-maybe-open-connection): Set always connection
properties, even if target is mounted already.

* net/tramp-sh.el (tramp-color-escape-sequence-regexp):
Set tramp-autoload cookie.
(tramp-get-remote-touch): New defun.
(tramp-sh-handle-set-file-times): Use it.
(tramp-sh-handle-directory-files-and-attributes):
Use `tramp-handle-directory-files-and-attributes' if neither stat
nor perl are available on the remote host.

* net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
"/".  Write long listing only when "l" belongs to the switches.

* net/tramp.el (tramp-handle-make-symbolic-link): New defun.
(tramp-check-cached-permissions): Call `file-attributes' if the
cache is empty.

* net/trampver.el: Update release number.
lisp/ChangeLog
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
lisp/net/trampver.el