all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Henrik Enberg <henrik+news@enberg.org>
Subject: Re: window manager hints
Date: Fri, 12 Sep 2003 23:56:06 +0200	[thread overview]
Message-ID: <87isnxk6x5.fsf@enberg.org> (raw)
In-Reply-To: j70ekylbwhe.fsf@dufair.org

Jason Dufair <jase@dufair.org> writes:

> I'm working with the folks implementing/porting XFree86 to Windows via
> Cygwin.  They've implemented a means of using Windows as the "window
> manager," but Emacs doesn't minimize properly with a C-z.  Apparently
> the maintainer is not catching a window manager hint or something.  Can
> someone point me in the right direction as to how he/we might catch that
> C-z and have <Windows-as-WM> minimize the Emacs window.

Check the function `x_iconify_frame' in xterm.c in the Emacs sources to
see what it does.  Basically, what it boils down to is Emacs running
`XIconifyWindow' which sends a `ClientMessage' with `IconicState' to X.
See if the windowmanager listens to the `WM_CHANGE_STATE' hint properly.

  reply	other threads:[~2003-09-12 21:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-12 20:08 window manager hints Jason Dufair
2003-09-12 21:56 ` Henrik Enberg [this message]
2003-09-12 22:29   ` Jason Dufair

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

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

  git send-email \
    --in-reply-to=87isnxk6x5.fsf@enberg.org \
    --to=henrik+news@enberg.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.