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: martin rudalics
Subject: Re: [PATCH] Fix display-buffer-use-some-window to honor reusable-frames
Date: Wed, 1 Feb 2023 19:32:36 +0100

> Heh, fair enough.

And note one thing: When you call 'get-lru-window' twice in a row, it
will usually _not_ return a window it has internally considered as
"second best" provided it finds a best one.

Consider a frame with three windows, one of them full width and the
other two, including the selected one, not full width.  In this case
'get-lru-window' will always return the full width window even if it has
a higher use time than the not selected, not full width one.

martin



reply via email to

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