From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=) Newsgroups: gmane.emacs.devel Subject: Re: override_redirect of X Window System Date: Wed, 08 Oct 2003 09:04:46 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20031008.090446.241438818.kazu@iijlab.net> References: <20030917.114532.18698789.kazu@iijlab.net> <200310051756.h95HuXmh020222@stubby.bodenonline.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065571746 4520 80.91.224.253 (8 Oct 2003 00:09:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2003 00:09:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 08 02:09:04 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A71t2-00066U-00 for ; Wed, 08 Oct 2003 02:09:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A71t2-0003D8-00 for ; Wed, 08 Oct 2003 02:09:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A71sO-0002M3-6x for emacs-devel@quimby.gnus.org; Tue, 07 Oct 2003 20:08:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A71qL-0000kG-JH for emacs-devel@gnu.org; Tue, 07 Oct 2003 20:06:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A71pM-0008RU-Vq for emacs-devel@gnu.org; Tue, 07 Oct 2003 20:05:48 -0400 Original-Received: from [202.232.30.157] (helo=omgo.iij.ad.jp) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A71pF-0008Nl-3Q for emacs-devel@gnu.org; Tue, 07 Oct 2003 20:05:09 -0400 Original-Received: from jc-smtp.iij.ad.jp ([192.168.176.35]) by omgo.iij.ad.jp (8.12.10/8.12.9) with ESMTP id h98056oY021672 for ; Wed, 8 Oct 2003 09:05:07 +0900 (JST) Original-Received: from localhost (jc-ssh.iij.ad.jp [192.168.174.22]) by jc-smtp.iij.ad.jp (8.12.10/8.12.9) with ESMTP id h9804fsj019869 for ; Wed, 8 Oct 2003 09:04:42 +0900 (JST) Original-To: emacs-devel@gnu.org X-Mailer: Mew version 4.0.60 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) In-Reply-To: <200310051756.h95HuXmh020222@stubby.bodenonline.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16997 Hello Jan D., From: "Jan D." Subject: Re: override_redirect of X Window System > I have made a function that can work as a base for implementing a > package for extended window manager hints (EWMH). However, I am > currently only able to do Emacs stuff during weekends (traveling during > the week), so I have just made a client event sending function you can > use. For example, to set fullscreen with EWMH, do: > > (x-send-client-message nil 0 nil "_NET_WM_STATE" 32 > '(2 "_NET_WM_STATE_FULLSCREEN" 0)) > > 2 in the list is "toggle". You can also use 1 for "add" and 0 for > "remove". See the section on _NET_WM_STATE here for other usages: > http://pdx.freedesktop.org/Standards/wm-spec/1.3/ > > Is this enough for your needs? Yes. Yes. Thank you very much! My presentation tool now can work with Gnome! --Kazu