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

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

bug#67993: Selecting buffer automatically


From: martin rudalics
Subject: bug#67993: Selecting buffer automatically
Date: Thu, 11 Jan 2024 10:15:06 +0100
User-agent: Mozilla Thunderbird

> This is what I see with the current patch:
>
> 1.
> (let ((display-buffer-alist '(("1" nil (select-window . nil)))))
>    (delete-other-windows) (split-window) (split-window) (balance-windows)
>    (pop-to-buffer (get-buffer-create "1"))
>    (pop-to-buffer (get-buffer-create "2")))
>
> then the original window remains selected.

But this means that the customization for "1" affects popping to "2".
If this is the intended effect, it should be documented.

martin





reply via email to

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