unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan D." <jan.h.d@swipnet.se>
Cc: handa@m17n.org, emacs-devel@gnu.org
Subject: Re: override_redirect of X Window System
Date: Fri, 19 Sep 2003 17:24:15 +0200 (MEST)	[thread overview]
Message-ID: <200309191610.h8JGADT5028000@stubby.bodenonline.com> (raw)
In-Reply-To: <20030917.114532.18698789.kazu@iijlab.net> from "Kazu Yamamoto (山本和彦)" at sep 17, 2003 11:45:32

> 
> 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.

I do not think this is a good idea to accomplish what you want.  First,
to handle thie properly (as in ICCCM compliance), we would have to grab
both the pointer and the keyboard.  And if Emacs hangs, you have to exit
X.  Also, there can be no switching to other applications.  There are
probably other nasty side effects I haven't thought about.

It is true that Metacity (the current Gnome window manager) does not
allow you to move windows above the screen (i.e. y coordinate less than
zero), but this is a Metacity bug.  Maybe you can run another window manager?
Some that even allows you to specify that the window in question shall
have no decorations at all (most except Metacity can handle this)?

	Jan D.

  parent reply	other threads:[~2003-09-19 15:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17  2:45 override_redirect of X Window System Kazu Yamamoto
2003-09-18 11:05 ` Richard Stallman
2003-09-19 15:24 ` Jan D. [this message]
2003-09-22 17:32   ` Mike Hearn
2003-09-24 17:14     ` Jan D.
2003-09-24 17:40       ` Mike Hearn
2003-09-24 18:17         ` Jan D.
2003-09-25  9:56           ` Mike Hearn
2003-09-25 21:08             ` Jan D.
2003-09-25 22:06               ` Kim F. Storm
2003-10-05 17:11 ` Jan D.
2003-10-08  0:04   ` Kazu Yamamoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200309191610.h8JGADT5028000@stubby.bodenonline.com \
    --to=jan.h.d@swipnet.se \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).