branch: externals/beframe commit b9173f1efdad5f3701a465e7fa0b31c63afb735b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify that frame selection depends on the window manager --- framed-buffers.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/framed-buffers.el b/framed-buffers.el index 8e1b3948e1..9662649c5f 100644 --- a/framed-buffers.el +++ b/framed-buffers.el @@ -174,7 +174,11 @@ Either bind this command to a key as an alternative to `framed-buffers-mode' which makes all buffer prompts limit the candidates to those that belong to the selected frame. -Also see `framed-buffers-switch-buffer'." +Also see `framed-buffers-switch-buffer'. + +Raising and then selecting FRAME does not depend solely on Emacs. +The window manager must permit such an operation. See bug#61319: +<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61319>." (interactive (let ((obj (framed-buffers--frame-object (framed-buffers--frame-prompt)))) (list obj (framed-buffers--buffer-prompt obj))))