GNU bug report logs - #59377
29.0.50; Sticky frame parameter has no effect

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Sat, 19 Nov 2022 05:30:02 UTC

Severity: normal

Found in version 29.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 59377 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 59377 <at> debbugs.gnu.org
Subject: Re: bug#59377: 29.0.50; Sticky frame parameter has no effect
Date: Sun, 20 Nov 2022 17:41:58 +0800
Michael Heerdegen <michael_heerdegen <at> 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.




This bug report was last modified 2 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.