From xemacs-m  Mon Apr 14 16:52:50 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 QAA18016
	for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 16:52:49 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id PAA05954;
	Mon, 14 Apr 1997 15:05:37 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 20.1b15 crash
References: <199704142009.OAA21323@branagh.ta52.lanl.gov> <27967.861050011@rtp.ericsson.se>
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@miranova.com>
In-Reply-To: Raymond Toy's message of Mon, 14 Apr 1997 16:33:31 -0400
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 14 Apr 1997 15:05:35 -0700
Message-ID: <m267xpntu8.fsf@altair.xemacs.org>
Lines: 30
X-Mailer: Gnus v5.4.45/XEmacs 20.1

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)
            gl e)
        (narrow-to-region (point) (point))
        (insert-file-contents file)
        (setq gl (make-glyph (buffer-substring (point-min) (point-max))))
        (delete-region (point-min) (point-max))
        (setq e (make-extent (point) (point)))
        (set-extent-end-glyph e gl)))))


-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

