aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-20 20:19:28 +0200
committerLars Ingebrigtsen2019-09-20 20:19:28 +0200
commitb8e9baac9ada62c2ea7437579df4be9d4f437fda (patch)
tree6b91ed5b5a4f48bb47e7e12e7dc42d7d2e07fb59 /etc
parent385bb140de767ff59b026f5540e0e8bfae53fb55 (diff)
downloademacs-b8e9baac9ada62c2ea7437579df4be9d4f437fda.tar.gz
emacs-b8e9baac9ada62c2ea7437579df4be9d4f437fda.zip
Allow `process-contact' not to block
* doc/lispref/processes.texi (Process Information): Document it. * lisp/simple.el (list-processes--refresh): Don't wait for contact information for non-setup processes. * src/process.c (Fprocess_contact): Take an optional parameter to avoid blocking (bug#37408).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 567f3cbb403..e8d3dffd3bd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2131,6 +2131,10 @@ valid event type.
2131* Lisp Changes in Emacs 27.1 2131* Lisp Changes in Emacs 27.1
2132 2132
2133+++ 2133+++
2134** 'process-contact' now takes an optional NO-BLOCK parameter to allow
2135not waiting for a process to be set up.
2136
2137+++
2134** The new 'quit-window-hook' is now run first when executing the 2138** The new 'quit-window-hook' is now run first when executing the
2135'quit-window' command. 2139'quit-window' command.
2136 2140