diff options
| author | Lars Ingebrigtsen | 2019-09-20 20:19:28 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-20 20:19:28 +0200 |
| commit | b8e9baac9ada62c2ea7437579df4be9d4f437fda (patch) | |
| tree | 6b91ed5b5a4f48bb47e7e12e7dc42d7d2e07fb59 /etc | |
| parent | 385bb140de767ff59b026f5540e0e8bfae53fb55 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 2135 | not 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 | ||