From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: Re: animage.el -- animated image support in Emacs Date: Sat, 22 Apr 2006 17:17:54 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145719123 7280 80.91.229.2 (22 Apr 2006 15:18:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Apr 2006 15:18:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 22 17:18:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FXJsa-00087p-47 for ged-emacs-devel@m.gmane.org; Sat, 22 Apr 2006 17:18:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXJsZ-0005vq-AZ for ged-emacs-devel@m.gmane.org; Sat, 22 Apr 2006 11:18:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FXJsN-0005vV-ST for emacs-devel@gnu.org; Sat, 22 Apr 2006 11:18:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FXJsL-0005uV-Vc for emacs-devel@gnu.org; Sat, 22 Apr 2006 11:18:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXJsL-0005uQ-P0 for emacs-devel@gnu.org; Sat, 22 Apr 2006 11:18:21 -0400 Original-Received: from [62.141.58.119] (helo=km1136.keymachine.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FXJu9-0006DW-M7 for emacs-devel@gnu.org; Sat, 22 Apr 2006 11:20:13 -0400 Original-Received: from kenny.sha-bang.de (xdslo080.osnanet.de [82.149.191.80]) (authenticated bits=0) by km1136.keymachine.de (8.12.11/8.12.10) with ESMTP id k3MFHpFT008570; Sat, 22 Apr 2006 17:17:51 +0200 Original-Received: from wilde by kenny.sha-bang.de with local (Kenny MUA v.0409034.42) ID 1FXJru-0006j1-QF; Sat, 22 Apr 2006 17:17:54 +0200 Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Fri, 21 Apr 2006 23:15:50 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53236 Archived-At: storm@cua.dk (Kim F. Storm) wrote: > Below you will find animage.el which enables Emacs to show animated GIF > files using the following code: > > (require 'animage) > (setq anim (create-animated-image "/your/animated/image.gif" 'gif nil)) > (insert-image anim) > > You can start and stop animation with > > (image-animate-start anim) > (image-animate-stop anim) Nice! Having an animated gif in my *scratch* buffer is a bit scary but thinking of Emacs integrated www browsers or games it might be useful. cheers sascha -- Sascha Wilde : "I heard that if you play the Windows CD backward, you : get a satanic message. But that's nothing compared to : when you play it forward: It installs Windows...." : -- G. R. Gaudreau