From xemacs-m  Mon Mar 31 23:45:51 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 XAA00218
	for <xemacs-beta@xemacs.org>; Mon, 31 Mar 1997 23:45:49 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcjit11806; Tue, 1 Apr 1997 00:45:50 -0500 (EST)
Date: Tue, 1 Apr 1997 00:45:50 -0500 (EST)
Message-Id: <QQcjit11806.199704010545@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: Re: Configure bug and set-face-stipple (was: Re: set-face-stipple (was: Re: migrating from .xemacs-options to customize))
In-Reply-To: <m2vi67s3ls.fsf@altair.xemacs.org>
References: <199703280336.UAA20369@branagh.ta52.lanl.gov>
	<rjiv2c5pnv.fsf@zuse.dina.kvl.dk>
	<rvybb74xee.fsf@sdnp5.ucsd.edu>
	<199703282119.OAA22181@branagh.ta52.lanl.gov>
	<199703282133.QAA29669@amber.vis-av.com>
	<rjzpvn3csu.fsf@zuse.dina.kvl.dk>
	<199703290019.QAA04650@bittersweet.inetarena.com>
	<rjpvwj2d26.fsf_-_@zuse.dina.kvl.dk>
	<QQcizy17636.199703292032@crystal.WonderWorks.COM>
	<rjsp1ezb09.fsf@zuse.dina.kvl.dk>
	<QQcjal20698.199703292352@crystal.WonderWorks.COM>
	<rjhghtzpel.fsf_-_@zuse.dina.kvl.dk>
	<m2vi67s3ls.fsf@altair.xemacs.org>
X-Mailer: VM 6.23 under Emacs 19.34.1
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

Steven L Baur writes:
 > Per Abrahamsen writes:
 > 
 > > Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 > >> Try this. 
 > 
 > > Thanks, it works for me.  
 > 
 > > I have added it to cus-face.el for now, but it should probably be moved to
 > > faces.el for XEmacs 20.1.
 > 
 > I put it in faces.el in 20.1-b11.

I'll send you a fix for the docstring; it should be marked as a
compatibility function, plus a mention that you can only feed it
XBM's, plus it should encourage you to use set-face-backgrond-pixamp
instead.

 > >> Make sure x-bitmap-file-path is set to the proper
 > >> directory on your system; it isn't on mine.
 > 
 > > Not on mine either.  It looks like a configure bug.  
 > > Emacs 19.34 gets it right.
 > 
 > XEmacs gets it right for me:
 > 
 > x-bitmap-file-path's value is ("/usr/include/X11/bitmaps")
 >   -- a simple built-in variable.
 > 
 > What wrong value are you getting, and what should it be?

It's the same everywhere, a #define in glyphs-x.c.  configure
doesn't set it at all.  Seems that ${x_includes}/X11/bitmaps ought
to be written into src/paths.h and glyphs-x.c should include that.
But I haven't grokked configure enough to get it working here yet.

