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: override_redirect of X Window System Date: Wed, 17 Sep 2003 11:45:32 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030917.114532.18698789.kazu@iijlab.net> 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 1063766913 27321 80.91.224.253 (17 Sep 2003 02:48:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 02:48:33 +0000 (UTC) Cc: handa@m17n.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Sep 17 04:48:32 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 19zSMp-0003Qg-00 for ; Wed, 17 Sep 2003 04:48:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 19zSQB-0003kq-00 for ; Wed, 17 Sep 2003 04:52:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zSMF-0000bM-I0 for emacs-devel@quimby.gnus.org; Tue, 16 Sep 2003 22:47:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19zSKE-00008F-JQ for emacs-devel@gnu.org; Tue, 16 Sep 2003 22:45:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19zSKC-00007Y-Tk for emacs-devel@gnu.org; Tue, 16 Sep 2003 22:45:49 -0400 Original-Received: from [202.232.30.157] (helo=omgo.iij.ad.jp) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zSKC-00005Q-8w for emacs-devel@gnu.org; Tue, 16 Sep 2003 22:45:48 -0400 Original-Received: from jc-smtp.iij.ad.jp ([192.168.176.35]) by omgo.iij.ad.jp (8.12.9/8.12.9) with ESMTP id h8H2jh1N000455; Wed, 17 Sep 2003 11:45:43 +0900 (JST) Original-Received: from localhost (jc-ssh.iij.ad.jp [192.168.174.22]) by jc-smtp.iij.ad.jp (8.12.9/8.12.9) with ESMTP id h8H2jLTo000852; Wed, 17 Sep 2003 11:45:21 +0900 (JST) Original-To: emacs-devel@gnu.org X-Mailer: Mew version 4.0.58 on Emacs 21.3 / Mule 5.0 (SAKAKI) 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:16432 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16432 Hello, I have one request for Emacs 21. I'm now creating a presentation tool for Emacs 21. One problem is that there is no way to set one frame attribute "override_redirect" to True. Imagine that we try to create a frame which overs the entire screen for presentation. Since we can't set override_redirect to True, the created frame can't cover the entire screen unders some window managers including gnome. Thus I would like to a method to set override_redirect to True. One idea is extend modify-frame-parameters to handle override_redirect. Thanks in advance. --Kazu