From xemacs-m  Tue Jul  1 19:23:11 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 TAA18025
	for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 19:23:10 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcwjp24790; Tue, 1 Jul 1997 20:23:11 -0400 (EDT)
Date: Tue, 1 Jul 1997 20:23:11 -0400 (EDT)
Message-Id: <QQcwjp24790.199707020023@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: [Athens] patch about image
In-Reply-To: <s1c4taer0qo.fsf@mousai.jaist.ac.jp>
References: <s1c4taer0qo.fsf@mousai.jaist.ac.jp>
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

=?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= /  MORIOKA Tomohiko writes:
 >   I made a patch for Athens about glyph.c bug and image-mode.
 > 
 >   I think make_string_from_file of glyph.c should protect file
 > contents from `format-alist' even if automatic image conversion codes
 > are deleted from `format-alist'.

Probably should be protected from all the Lispy file handling
stuff.  Call Finsert_file_contents_literally instead
Finsert_file_contents_internal and avoid all of it, including
screwage due to coding system autodetection.

