From xemacs-m  Mon Jun 30 21:57:45 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 VAA00294
	for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 21:57:41 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcwgh02992; Mon, 30 Jun 1997 22:57:40 -0400 (EDT)
Date: Mon, 30 Jun 1997 22:57:40 -0400 (EDT)
Message-Id: <QQcwgh02992.199707010257@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-b10: image lossage
In-Reply-To: <QQcwgb01800.199707010123@crystal.WonderWorks.COM>
References: <m290zsj0z4.fsf@altair.xemacs.org>
	<199707010112.CAA02519@cerise.sensei.co.uk>
	<QQcwgb01800.199707010123@crystal.WonderWorks.COM>
X-Jam-On-The-Stereo: "Square Biz"
X-Mailer: VM 6.33 under 20.3 "Athens" XEmacs  Lucid (beta10)
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

The image lossage is due to image-mode's image decoding functions
being on format-alist.  The internal buffer, " *pixmap conversion*",
used by the image file reading code is being hosed by this code.
Simplest solution for the users

(setq format-alist nil)

Believe me, there's nothing worth saving on this alist.

