From: Juanma Barranquero Date: Fri, 16 Dec 2022 06:10:28 +0000 (+0100) Subject: Fix lisp/bs.el change in commit e0a057c16b of 2022-12-07 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9ab1027b18512e65c55d282fb3697f34a2277bb;p=emacs.git Fix lisp/bs.el change in commit e0a057c16b of 2022-12-07 * lisp/bs.el (bs-default-action-list): Before creating a window first try `display-buffer-reuse-window', but make sure it never chooses a window in another frame. --- diff --git a/lisp/bs.el b/lisp/bs.el index d5e6030fac0..c976ed283c4 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -488,7 +488,9 @@ Used internally, only.") "" #'bs-mouse-select "" #'bs-mouse-select-other-frame) -(defcustom bs-default-action-list '((display-buffer-below-selected) +(defcustom bs-default-action-list '((display-buffer-reuse-window + display-buffer-below-selected) + (reusable-frames . nil) (window-height . window-min-height)) "Default action list for showing the '*bs-selection*' buffer.