From xemacs-m  Mon Jun  9 02:45:53 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA13758
	for <xemacs-beta@xemacs.org>; Mon, 9 Jun 1997 02:45:52 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQctdv09740; Mon, 9 Jun 1997 03:45:53 -0400 (EDT)
Date: Mon, 9 Jun 1997 03:45:53 -0400 (EDT)
Message-Id: <QQctdv09740.199706090745@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 20.3-b4: instance named X resources ignored
X-Mailer: VM 6.33 under 20.3 XEmacs Lucid (beta4)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

If I

xemacs -nw

(make-frame-on-display ":0")

all my X resources for XEmacs are ignored.  This is becasue I
specify them like this

xemacs*EmacsFrame.geometry: 80x50+125+10

instead of like this

Emacs*EmacsFrame.geometry: 80x50+125+10

As an aside, it is less than useful that XEmacs uses the "Emacs"
class name.  The two Emacses known to understand X resources use
incompatible resource trees.  The resources used for one are
liable to scramble the brains of the other.

It would be peachy-keen if instance resources were noticed by the
code.  Hopefully there is someone more familiar with X that I who 
can fix this.

