bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#70949: display-buffer-choose-some-window


From: martin rudalics
Subject: bug#70949: display-buffer-choose-some-window
Date: Sat, 18 May 2024 11:21:52 +0200
User-agent: Mozilla Thunderbird

> I already considered adding an alist entry, but the problem is that
> it's not clear where users would put it to cover display of all buffers.
> But I could reconsider such solution, if you will suggest a suitable place
> for users to add such an alist like (some-window . mru) for all buffers.

Why would that be a problem?  Any "(some-window . mru)" entry would
exclusively affect the execution of 'display-buffer-use-some-window'.
So what would be wrong with

(customize-set-variable
 'display-buffer-alist
 (cons '(".*" nil (some-window . mru)) display-buffer-alist))

martin





reply via email to

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