From xemacs-m  Sun Jul 27 19:31:03 1997
Received: from komtron.com (gatekeeper.komtron.com [194.77.5.33])
	by xemacs.org (8.8.5/8.8.5) with SMTP id TAA28330
	for <xemacs-beta@xemacs.org>; Sun, 27 Jul 1997 19:31:01 -0500 (CDT)
Received: from slave1.komtron.com by komtron.com with SMTP id AA31767
  (5.67b/IDA-1.5 for <xemacs-beta@xemacs.org>); Mon, 28 Jul 1997 02:34:53 +0200
Received: (from Ufga@localhost) by slave1.komtron.com (8.7.5/8.7.3) with UUCP id CAA02854; Mon, 28 Jul 1997 02:32:37 +0200
X-Authentication-Warning: slave1.komtron.com: Ufga set sender to ograf@fga.de using -f
Received: by fga.de (8.8.5/8.8.5) id WAA18599
Received: by fga.de (8.8.5/8.8.5) id WAA04359
To: wmperry@aventail.com (William M. Perry)
Cc: xemacs-beta@xemacs.org
Subject: Re: [PATCH] XEmacs and WindowMaker...
References: <199707251530.IAA09865@kramer.in.aventail.com> <m34t9iasyd.fsf@indie.fga-intern.de> <86sox0hdj3.fsf@kramer.in.aventail.com>
X-Face: [8r}|"6`WFUT0kiC9dBT%edO~lI5Gwog0Z@Cl=Inx|2F=+DjY#0nGtclM)9lU
        c/8JJ%b&&^:&pWh&nYlQbGSk=WdL^%f!<6a:?n)V_snw7Zc+AW10az=||e8Kv
        1PV49Qe64*68G2`)M8O$mlLQ\!O}$d8]T\L?i@$;=WA~0B[k)O.^T'x?O^=EX
        %=gt6(:hG!-|%$EZGq-Dn6r%N6xqOC4voztttHxOMp!2$o+qPAcT2k&dgO~`%
        kVcW7C<3hK[g9vVpk'#B2(f"pN,jBh`
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Oliver Graf <ograf@fga.de>
Date: 27 Jul 1997 22:45:19 +0200
In-Reply-To: wmperry@aventail.com's message of "27 Jul 1997 05:42:40 -0700"
Message-Id: <m3lo2sz0kg.fsf@indie.fga-intern.de>
Lines: 26
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta14) - "Vienna"

wmperry@aventail.com (William M. Perry) writes:

> > I've submitted a WM patch with full customization to Steven.
>   I'm not sure why you need to (or even should) conditionalize this
> particular changed based upon whether someone using it might possibly one
> day maybe run windowmaker.  It seems like the right way to do things, all
> the time, no matter what window manager you are running.

True, but I've found some comments within the frame-x source talking about
problems on HP-UX (I think) when it comes to the use of the Realize calls.

> > The WM_COMMAND property *should* only be set for the leader window. The
> > leader window in this case is invisible (see the last hunk) because
> > mappedWhenManaged is set to false. This window is the leader for all
> > other windows, has the correct class and instance props set and keeps the
> > WM_COMMAND so that WM knows how to start it.
> 
>   That's what I thought, which is why I didn't think it should be #ifdef
> HAVE_WINDOWMAKER...

For me it also alright to do it without any conditionals. But just in the case 
that it woes with some system we could keep the conditionals until everyone
thinks it's ok.

Regards,
  Oliver.

