From xemacs-m  Wed Jun  4 20:09:43 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA10634
	for <xemacs-beta@xemacs.org>; Wed, 4 Jun 1997 20:09:42 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id SAA31585;
	Wed, 4 Jun 1997 18:10:07 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Problems with bitmaps on NT.
References: <3.0.32.19700101120000.009244c0@wr.com.au> <kigpvu2beyb.fsf@jagor.srce.hr> <m2raeii224.fsf@altair.xemacs.org> <kigbu5mrtgw.fsf@jagor.srce.hr>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: Hrvoje Niksic's message of "04 Jun 1997 22:41:51 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 04 Jun 1997 18:10:06 -0700
Message-ID: <m2k9k9hn2p.fsf@altair.xemacs.org>
Lines: 20
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta4)

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?
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

