diff options
| author | Eli Zaretskii | 2016-05-07 12:16:27 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-05-07 12:16:27 +0300 |
| commit | 4ffec91aa1fe668609f460cf6377644597c23306 (patch) | |
| tree | 4fe9756b816ca269d3fb520b1f3719dad3696673 /etc | |
| parent | dc662713e235c9c55c71636168af7e14519f180d (diff) | |
| download | emacs-4ffec91aa1fe668609f460cf6377644597c23306.tar.gz emacs-4ffec91aa1fe668609f460cf6377644597c23306.zip | |
Document automatic adjustment of process' logical window dimensions
* doc/lispref/processes.texi (Process Buffers): Document
'set-process-window-size' and
'window-adjust-process-window-size-function'.
* etc/NEWS: Mention the new functionality and variable.
* src/process.c (Fset_process_window_size): Improve the doc string.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1588,6 +1588,14 @@ process filter, sentinel, etc., through keyword arguments (similar to | |||
| 1588 | 'make-network-process'). | 1588 | 'make-network-process'). |
| 1589 | 1589 | ||
| 1590 | +++ | 1590 | +++ |
| 1591 | ** Subprocesses are automatically told about changes in window dimensions | ||
| 1592 | The new option 'window-adjust-process-window-size-function' controls | ||
| 1593 | how subprocesses are told to adapt their logical window sizes to | ||
| 1594 | changes in the Emacs window configuration. Its default value calls | ||
| 1595 | 'set-process-window-size' with the smallest dimensions of all the | ||
| 1596 | windows that display the subprocess's buffer. | ||
| 1597 | |||
| 1598 | +++ | ||
| 1591 | ** A new function 'directory-files-recursively' returns all matching | 1599 | ** A new function 'directory-files-recursively' returns all matching |
| 1592 | files (recursively) under a directory. | 1600 | files (recursively) under a directory. |
| 1593 | 1601 | ||