all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Re: How to find out whether an image is displayed anywhere?
Date: Thu, 30 Jun 2011 12:34:12 -0400	[thread overview]
Message-ID: <jwv4o37s2o0.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <m3y60o1tk4.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Sun, 26 Jun 2011 17:49:47 +0200")

> Is there a way to query Emacs whether an image is actually displayed
> anywhere?  I looked through image.el, and I couldn't find anything...

There is a way: fontification-functions (aka "jit-lock").  It's a bit
round-about, but with enough work it should be possible to use it for
that purpose (e.g. use a timer to remove the `fontified' property every
N seconds and if it's still nil after an additional M seconds, then turn
off animation.  Or maybe better: after the animation timer fires don't
change the image yet but instead only remove the fontified property and
then change the image from fontification-functions).


        Stefan



  parent reply	other threads:[~2011-06-30 16:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-26 15:49 How to find out whether an image is displayed anywhere? Lars Magne Ingebrigtsen
2011-06-26 20:45 ` Chong Yidong
2011-06-26 21:08   ` Lars Magne Ingebrigtsen
2011-06-30 16:34 ` Stefan Monnier [this message]
2011-06-30 18:44   ` Lars Magne Ingebrigtsen
2011-07-04 19:15     ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv4o37s2o0.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.