emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix display-buffer-use-some-window to honor reusable-frames


From: Juri Linkov
Subject: Re: [PATCH] Fix display-buffer-use-some-window to honor reusable-frames
Date: Sun, 29 Jan 2023 19:48:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

> One thing we could do is to add a new action alist entry say
> 'bump-use-time'.  People could use this to indicate that they want to
> display several buffers in a row.  'window--display-buffer' would then
> bump the use time of the window it uses when ALIST contains that entry.
> I have no idea how this would work in practice.

I think this is a nice idea.  Another action alist entry could
also define whether to use 'lru' or 'mru', thus obsoleting
display-buffer-use-least-recent-window and avoiding
other code duplication.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]