1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 12:51:54 -08:00
emacs/doc
Michael Albinus ecb5ebf156 Improve make-process in Tramp
* doc/misc/tramp.texi (Remote processes): Remove INSIDE_EMACS
restriction.
(Frequently Asked Questions, External packages): Add indices.

* etc/NEWS: 'start-process-shell-command' and
'start-file-process-shell-command' do not support the old calling
conventions any longer.

* lisp/subr.el (start-process-shell-command)
(start-file-process-shell-command): Remove old calling conventions.

* lisp/net/tramp-compat.el (remote-file-error): Remove, it isn't
necessary.

* lisp/net/tramp.el (tramp-handle-make-process): Remove special shell
handling.  Support environment variables.

* test/lisp/net/tramp-tests.el
(tramp--test--deftest-direct-async-process): Skip for mock method.
(tramp--test-async-shell-command): Suppress `shell-command-sentinel'.
(tramp-test32-shell-command, tramp-test33-environment-variables):
Adapt tests.
(tramp-test32-shell-command-direct-async)
(tramp-test33-environment-variables-direct-async): New tests.
2020-12-20 19:45:11 +01:00
..
emacs Merge from origin/emacs-27 2020-12-18 08:55:06 -08:00
lispintro Clarify wording 2020-10-14 19:17:48 -04:00
lispref Inhibit buffer hooks in temporary buffers 2020-12-20 17:32:24 +00:00
man Minor improvements to emacsclient man page 2020-10-18 02:49:55 +02:00
misc Improve make-process in Tramp 2020-12-20 19:45:11 +01:00