diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -3271,7 +3271,13 @@ and modify elements on this property list. | |||
| 3271 | The new low-level functions process-plist and set-process-plist are | 3271 | The new low-level functions process-plist and set-process-plist are |
| 3272 | used to access and replace the entire property list of a process. | 3272 | used to access and replace the entire property list of a process. |
| 3273 | 3273 | ||
| 3274 | ??? | 3274 | *** Function accept-process-output now has an optional fourth arg |
| 3275 | `just-this-one'. If non-nil, only output from the specified process | ||
| 3276 | is handled, suspending output from other processes. If value is an | ||
| 3277 | integer, also inhibit running timers. This feature is generally not | ||
| 3278 | recommended, but may be necessary for specific applications, such as | ||
| 3279 | speech synthesis. | ||
| 3280 | |||
| 3275 | *** Adaptive read buffering of subprocess output. | 3281 | *** Adaptive read buffering of subprocess output. |
| 3276 | 3282 | ||
| 3277 | On some systems, when emacs reads the output from a subprocess, the | 3283 | On some systems, when emacs reads the output from a subprocess, the |