]> git.eshelyaron.com Git - emacs.git/commit
Introduce process-file-return-signal-string
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 16 May 2020 12:04:07 +0000 (14:04 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 16 May 2020 12:04:07 +0000 (14:04 +0200)
commitbbbab82a7117e08a77433f5ad39b34f5e03a014c
tree52ce224c6f704873ebbb2c50d9203592c2baea5f
parentdba8f3783b209fef5be2589528ed43a99a8bab6a
Introduce process-file-return-signal-string

* doc/lispref/processes.texi (Synchronous Processes):
Describe `process-file-return-signal-string'.

* doc/misc/tramp.texi: Adapt Tramp and Emacs version numbers.
(Remote processes): Describe `process-file-return-signal-string'
and $INSIDE_EMACS.

* etc/NEWS: Describe `process-file-return-signal-string'.  Fix typos.

* lisp/simple.el (process-file-return-signal-string): New user option.

* lisp/net/tramp-adb.el (tramp-adb-handle-process-file):
* lisp/net/tramp-sh.el (tramp-sh-handle-process-file): Use it.

* lisp/net/tramp.el (tramp-get-signal-strings): New defun.

* test/lisp/net/tramp-tests.el (tramp-test28-process-file): Adapt test.
doc/lispref/processes.texi
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
lisp/simple.el
test/lisp/net/tramp-tests.el