From xemacs-m  Mon Apr 14 18:07:13 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 SAA18368
	for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 18:07:12 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQclhk07817; Mon, 14 Apr 1997 19:07:13 -0400 (EDT)
Date: Mon, 14 Apr 1997 19:07:13 -0400 (EDT)
Message-Id: <QQclhk07817.199704142307@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: Re: 20.1b15 crash
In-Reply-To: <m267xpntu8.fsf@altair.xemacs.org>
References: <199704142009.OAA21323@branagh.ta52.lanl.gov>
	<27967.861050011@rtp.ericsson.se>
	<m267xpntu8.fsf@altair.xemacs.org>
X-Mailer: VM 6.26 under 19.15 XEmacs Lucid
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

Steven L Baur writes:
 > Raymond Toy <toy@rtp.ericsson.se> writes:
 > 
 > >>>>>> "John" == John A Turner <turner@lanl.gov> writes:
 > John> [4 console <image/gif>]
 > 
 > > (Now why didn't tm and mh-e draw the gif inline for me with 20.1-b15?
 > > It drew the squirrel (jpeg) in another message.)
 > 
 > Something appears to be freshly broken in the GIF code. :-(
 > 
 > Try executing this function with John's GIF.  Nothing happens. :-(
 > 
 > (defun insert-glyph-at-point (file)
 >   "Insert a glyph at (point)."
 >   (interactive "*fGraphic Image: ")
 >   (save-excursion
 >     (save-restriction
 >       (let ((buffer-file-coding-system-for-read  'no-conversion)
 >                                                   ^^^^^^^^^^^^^

no-conversion != binary, at least not in the MULE interface that
I remember.  The symbols have been a'changing and I haven't
revisited it since then.  But changing the above coding system
to binary makes the code work for me.

