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

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

bug#59377: 29.0.50; Sticky frame parameter has no effect


From: Michael Heerdegen
Subject: bug#59377: 29.0.50; Sticky frame parameter has no effect
Date: Sat, 19 Nov 2022 06:29:40 +0100

Hello,

Debian and Openbox on X here.

When I set the `sticky` frame parameter of a frame to non-nil, like in

(display-buffer (get-buffer-create "Test")
                `(display-buffer-pop-up-frame
                  ( pop-up-frame-parameters
                    (sticky . t) (minibuffer . nil))))

there is no effect - the frame is only displayed on the current virtual
desktop.  Same when I explicitly set the frame parameter of an existing
frame, e.g. with

  (set-frame-parameter nil 'sticky t)

I would have expected that this works with Openbox.

TIA,

Michael.







reply via email to

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