diff options
| author | Juri Linkov | 2013-12-03 03:19:24 +0200 |
|---|---|---|
| committer | Juri Linkov | 2013-12-03 03:19:24 +0200 |
| commit | 9139632a34c396ccd1677e86f3e4e870c025b2e3 (patch) | |
| tree | 6672484db971db00eed7abbc83f9b7f4d88ffc0e /etc | |
| parent | 370f7655945c5f91bc3a4e57d671eb9d20856e29 (diff) | |
| download | emacs-9139632a34c396ccd1677e86f3e4e870c025b2e3.tar.gz emacs-9139632a34c396ccd1677e86f3e4e870c025b2e3.zip | |
* lisp/window.el (display-buffer-no-window): New action function.
(display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
* lisp/simple.el (shell-command): Add window alist entry `allow-no-window'
to `display-buffer'.
(async-shell-command): Doc fix.
* lisp/progmodes/compile.el (compilation-start): Rename window alist
entry `no-display-ok' to `allow-no-window'.
* doc/lispref/windows.texi (Choosing Window): Rename `no-display-ok' to
`allow-no-window'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -1848,9 +1848,12 @@ reused. | |||
| 1848 | *** New option `switch-to-buffer-preserve-window-point' to restore a | 1848 | *** New option `switch-to-buffer-preserve-window-point' to restore a |
| 1849 | window's point when switching buffers. | 1849 | window's point when switching buffers. |
| 1850 | 1850 | ||
| 1851 | *** New display action alist entry `no-display-ok' to indicate the | 1851 | *** New display action function `display-buffer-no-window' to not |
| 1852 | display the buffer in a window. | ||
| 1853 | |||
| 1854 | *** New display action alist entry `allow-no-window' to indicate the | ||
| 1852 | caller of `display-buffer' is ready to handle the case of not | 1855 | caller of `display-buffer' is ready to handle the case of not |
| 1853 | displaying the buffer. | 1856 | displaying the buffer in a window. |
| 1854 | 1857 | ||
| 1855 | *** New display action alist entries `window-height' and `window-width' | 1858 | *** New display action alist entries `window-height' and `window-width' |
| 1856 | specify the size of new windows created by `display-buffer'. | 1859 | specify the size of new windows created by `display-buffer'. |