diff options
| author | Kim F. Storm | 2004-08-17 22:42:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-17 22:42:23 +0000 |
| commit | 101c421e7ea88d48465415253d15d227c06e1ada (patch) | |
| tree | a40728c6f26aa8a6c640336eb299a9c0cb353294 /etc | |
| parent | bfa96fa20de4659874dd0966eb4ababca7bf78f4 (diff) | |
| download | emacs-101c421e7ea88d48465415253d15d227c06e1ada.tar.gz emacs-101c421e7ea88d48465415253d15d227c06e1ada.zip | |
*** empty log message ***
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 |