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: Po Lu
Subject: bug#59377: 29.0.50; Sticky frame parameter has no effect
Date: Sun, 20 Nov 2022 17:41:58 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Shouldn't we have that information in the manual?

No, it is a very low-level detail of X window manager implementations.

> Hmm - that popup is not specific to Emacs so I would rather try to make
> it work using `x-send-client-message', even if that works only in
> openbox (and X...) then.  How would the correct `x-send-client-message'
> call look like?

  (x-send-client-message frame 0 frame "_NET_WM_DESKTOP" 32
                         '(#xffffffff 1))

Bind `x-fast-protocol-requests' around the call for optimal performance.
Thanks.




reply via email to

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