emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/beframe b9173f1efd 05/14: Clarify that frame selection


From: ELPA Syncer
Subject: [elpa] externals/beframe b9173f1efd 05/14: Clarify that frame selection depends on the window manager
Date: Mon, 13 Feb 2023 09:57:23 -0500 (EST)

branch: externals/beframe
commit b9173f1efdad5f3701a465e7fa0b31c63afb735b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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))))



reply via email to

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