From xemacs-m  Thu Jun  5 22:36:10 1997
Received: from Nimbus.CAM.ORG (Nimbus.CAM.ORG [198.168.100.4])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA23594
	for <xemacs-beta@xemacs.org>; Thu, 5 Jun 1997 22:36:09 -0500 (CDT)
Received: from marcpa (marcpa.HIP.CAM.ORG [205.151.117.79])
          by Nimbus.CAM.ORG (8.8.4/8.8.4) with ESMTP
	  id XAA00738 for <xemacs-beta@xemacs.org>; Thu, 5 Jun 1997 23:36:10 -0400 (EDT)
Message-ID: <33978472.6F37B143@cam.org>
Date: Thu, 05 Jun 1997 23:30:58 -0400
From: Marc Paquette <marcpa@cam.org>
X-Mailer: Mozilla 4.0b4 [en] (WinNT; I)
MIME-Version: 1.0
To: xemacs-beta@xemacs.org
Subject: Re: Problems with bitmaps on NT.
X-Priority: 3 (Normal)
References: <3.0.32.19700101120000.009244c0@wr.com.au> <kigpvu2beyb.fsf@jagor.srce.hr> <m2raeii224.fsf@altair.xemacs.org> <kigbu5mrtgw.fsf@jagor.srce.hr> <m2k9k9hn2p.fsf@altair.xemacs.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Steven L Baur wrote:
> 
> Hrvoje Niksic <hniksic@srce.hr> writes:
> 
> > The correct patch is
> 
> > --- glyphs.el.orig    Wed Jun  4 16:43:18 1997
> > +++ glyphs.el Wed Jun  4 22:40:56 1997
> > @@ -597,6 +597,7 @@
> >    (if (featurep 'x)
> >      (set-console-type-image-conversion-list 'x
> >       `(,@(if (featurep 'xpm) '(("\.xpm$" [xpm :file nil] 2)))
> > +       ("\\.xbm\\'" [xbm :file nil] 2)
> >         ,@(if (featurep 'xpm) '(("^/\\* XPM \\*/" [xpm :data nil] 2)))
> >         ,@(if (featurep 'xface) '(("^X-Face:" [xface :data nil] 2)))
> >         ,@(if (featurep 'gif) '(("\.gif$" [gif :file nil] 2)))
> 
> O.K.  We can try that.  Does using this patch fix the original
> problem?

Yes.

> --
> steve@calag.com baur
> Unsolicited commercial e-mail will be billed at $250/message.

-- 
Marc Paquette
marcpa@cam.org

