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: Tom Gillespie
Subject: Re: [PATCH] Fix display-buffer-use-some-window to honor reusable-frames
Date: Wed, 1 Feb 2023 12:19:30 -0500

> Can't those 3 monitors people use 'display-buffer-use-some-frame' with a
> suitable 'frame-predicate' instead?

Yes, they can. Which means that we don't need such functionality
in display-buffer-use-least-recent-window. The only reason it was
needed previously was for the single window case, which is cleary
orthogonal to to the multi-monitor multi-frame case. The call to
get-lru-window inside display-buffer-use-some-window will produce
the desired behavior in that case.

> Let's not rush things again.  We deal here with half-baked changes and
> should try to put them straight to eliminate collateral effects instead
> of adding new ones.

Heh, fair enough.



reply via email to

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