]> git.eshelyaron.com Git - emacs.git/commit
Handle `make-process' in Tramp and ange-ftp
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 23 Dec 2018 08:48:05 +0000 (09:48 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 23 Dec 2018 08:48:05 +0000 (09:48 +0100)
commit3ea89acac24149a06746740785906f56c89eaf1f
tree9baed47f26038d78fde705165a2e5562a1e52a85
parent072b4c679dfd5528e74849cad18246730a991933
Handle `make-process' in Tramp and ange-ftp

* doc/lispref/processes.texi (Asynchronous Processes):
Explain, that not all file name handlers support `make-process'.

* lisp/net/ange-ftp.el:
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-rclone.el (tramp-rclone-file-name-handler-alist):
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist):
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-file-name-handler-alist):
* lisp/net/tramp.el (tramp-file-name-for-operation): Add `make-process'.

* lisp/vc/ediff-util.el:
* src/process.c:
* test/src/process-tests.el: Use "file name handler" consequently.
13 files changed:
doc/lispref/processes.texi
lisp/net/ange-ftp.el
lisp/net/tramp-adb.el
lisp/net/tramp-archive.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-rclone.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el
lisp/vc/ediff-util.el
src/process.c
test/src/process-tests.el