[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 48c9a507713: * etc/NEWS: Mention new buffer display action alis
From: |
Martin Rudalics |
Subject: |
emacs-29 48c9a507713: * etc/NEWS: Mention new buffer display action alist entries |
Date: |
Tue, 21 Feb 2023 12:52:20 -0500 (EST) |
branch: emacs-29
commit 48c9a50771383f08593ddc41db4f42bc633a7e56
Author: Martin Rudalics <rudalics@gmx.at>
Commit: Martin Rudalics <rudalics@gmx.at>
* etc/NEWS: Mention new buffer display action alist entries
---
etc/NEWS | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/etc/NEWS b/etc/NEWS
index 0106953c1e0..48f743fc9da 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1175,6 +1175,33 @@ For example, a 'display-buffer-alist' entry of
will make the body of the chosen window 40 columns wide. For the
height use 'window-height' and 'body-lines', respectively.
++++
+*** 'display-buffer' provides more options for using an existing window.
+The display buffer action functions 'display-buffer-use-window' and
+'display-buffer-use-least-recent-window' now honor the action alist
+entry 'window-min-height' as well as the entries listed below to make
+the display of several buffers in a row more amenable.
+
++++
+*** New buffer display action alist entry 'lru-frames'.
+This allows to specify which frames 'display-buffer' should consider
+when using a window that shows another buffer.
+
++++
+*** New buffer display action alist entry 'lru-time'.
+'display-buffer' will ignore windows with a use time higher than that
+when using a window that shows another buffer.
+
++++
+*** New buffer display action alist entry 'bump-use-time'.
+This has 'display-buffer' bump the use time of any window it returns,
+making it a less likely candidate for displaying another buffer.
+
++++
+*** New buffer display action alist entry 'window-min-width'.
+This allows to specify a minimum width of the window used to display a
+buffer.
+
---
*** You can customize on which window 'scroll-other-window' operates.
This is controlled by the new 'other-window-scroll-default' variable.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 48c9a507713: * etc/NEWS: Mention new buffer display action alist entries,
Martin Rudalics <=