]> git.eshelyaron.com Git - emacs.git/commit
Fix accept-process-output/process-live-p confusion
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Jan 2019 18:18:45 +0000 (10:18 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Jan 2019 18:21:09 +0000 (10:21 -0800)
commit9fc02ff5ea95c31a8d81eabb5634aa135fcd8786
treec6a8b2db65efc5b51a184658a0672f89b625015e
parent223e7b87872d4a010ae1c9a6f09a9c15aee46692
Fix accept-process-output/process-live-p confusion

* doc/lispref/processes.texi (Accepting Output):
Document the issue.
* lisp/net/tramp-adb.el (tramp-adb-parse-device-names):
* lisp/net/tramp-rclone.el (tramp-rclone-parse-device-names):
* lisp/net/tramp-smb.el (tramp-smb-wait-for-output):
* lisp/net/tramp.el (tramp-interrupt-process):
* test/src/process-tests.el (make-process/mix-stderr):
Fix code that uses accept-process-output and process-live-p.
Add FIXME comments as necessary.
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-action-sudo):
* lisp/net/tramp.el (tramp-action-out-of-band):
Add FIXME comments as necessary.
doc/lispref/processes.texi
lisp/net/tramp-adb.el
lisp/net/tramp-rclone.el
lisp/net/tramp-smb.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el
test/src/process-tests.el