From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Animated image API questions Date: Fri, 03 Feb 2012 03:48:56 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1328258947 11863 80.91.229.3 (3 Feb 2012 08:49:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2012 08:49:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 03 09:49:07 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtEpO-000326-LK for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2012 09:49:06 +0100 Original-Received: from localhost ([::1]:53942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtEpL-0001lX-8x for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2012 03:49:03 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:46150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtEpI-0001lR-Nz for emacs-devel@gnu.org; Fri, 03 Feb 2012 03:49:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtEpH-0003Vp-Fl for emacs-devel@gnu.org; Fri, 03 Feb 2012 03:49:00 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtEpH-0003Vl-AD for emacs-devel@gnu.org; Fri, 03 Feb 2012 03:48:59 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RtEpF-0001Dr-Fe; Fri, 03 Feb 2012 03:48:57 -0500 X-Spook: Bush Wired president Ermes propaganda Albanian Baranyi X-Ran: T List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148140 Archived-At: A couple of small questions about animated images: 1) image-animate: "Animation occurs by destructively altering the IMAGE spec list." What's destructive about it? AFAICS, it just increments the :index counter? 2) image-animate-timeout: It takes COUNT as an argument, but calls image-animated-p (to get the frame delay), which returns count, so does this mean the COUNT argument is superfluous? (DELAY used to be an argument too but was removed.)