]> git.eshelyaron.com Git - emacs.git/commit
Fix further problems with quoted file names in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 9 Dec 2016 18:54:20 +0000 (19:54 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 9 Dec 2016 18:54:20 +0000 (19:54 +0100)
commitfc0fd24c105bde4c001ebebe4b8b7e1f96cd2871
tree829cee069c4c5a07e2c976f00899f9809f4c278e
parent57a77f833e37abe2f7936585e9915b6947e3564a
Fix further problems with quoted file names in Tramp

* lisp/net/tramp.el (tramp-quoted-name-p, tramp-quote-name)
(tramp-unquote-name): Move defsubst ...
* lisp/net/tramp-compat.el (tramp-compat-file-name-quoted-p)
(tramp-compat-file-name-quote)
(tramp-compat-file-name-unquote): ... here. Adapt callees.

* lisp/net/tramp-cache.el (tramp-flush-file-property)
(tramp-flush-directory-property):
* lisp/net/tramp-gvfs.el (tramp-gvfs-url-file-name):
* lisp/net/tramp-sh.el (tramp-make-copy-program-file-name):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-substitute-in-file-name)
(tramp-smb-get-share, tramp-smb-get-localname): Handle quoted files.
lisp/net/tramp-cache.el
lisp/net/tramp-compat.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el