From xemacs-m  Wed Jun  4 14:46:09 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 OAA22872
	for <xemacs-beta@xemacs.org>; Wed, 4 Jun 1997 14:46:07 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id MAA28099;
	Wed, 4 Jun 1997 12:46:30 -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>
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 16:49:48 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 04 Jun 1997 12:46:27 -0700
Message-ID: <m2raeii224.fsf@altair.xemacs.org>
Lines: 24
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta4)

Hrvoje Niksic <hniksic@srce.hr> writes:

> --- lisp/prim/glyphs.el.orig	Wed Jun  4 16:43:18 1997
> +++ lisp/prim/glyphs.el	Wed Jun  4 16:44:44 1997
> @@ -597,6 +597,7 @@
>    (if (featurep 'x)
>      (set-console-type-image-conversion-list 'x
>       `(,@(if (featurep 'xpm) '(("\.xpm$" [xpm :file nil] 2)))
> +       ,@(if (featurep 'xbm) '(("\\.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)))

This won't work.  xbm support is implied by X11 support and you cannot 
make it go away.

(featurep 'xbm)
=> nil


Note that the splash screen uses xpm by default not xbm.
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

