all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Are inserted images cached somehow?
@ 2003-10-20 15:21 Peter S Galbraith
  0 siblings, 0 replies; 5+ messages in thread
From: Peter S Galbraith @ 2003-10-20 15:21 UTC (permalink / raw)


If I do the following to insert an image:

  (insert-image '(image :type jpeg :file "/tmp/img_3818.jpg"))

Then I modify the image file /tmp/img_3812.jpg outside of Emacs.
Then I redo:

  (insert-image '(image :type jpeg :file "/tmp/img_3818.jpg"))

I get the same image as before inserted.  I do _not_ get the modified
version.  I can't figure out what Emacs is doing to cache the image
and therefore make it's display unmodifiable.

This is using emacs 21.2 or 21.3, and also using image.el from Emacs CVS
(which fixes a few bugs I was seeing).

Is there a way to do what I want to do?

Thanks!
Peter

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-21  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2006.1066663414.21628.help-gnu-emacs@gnu.org>
2003-10-20 15:41 ` Are inserted images cached somehow? Oliver Scholz
     [not found]   ` <alkibiades@gmx.de>
2003-10-20 23:37     ` Peter S Galbraith
     [not found]   ` <mailman.2037.1066693072.21628.help-gnu-emacs@gnu.org>
2003-10-21  0:00     ` Stefan Monnier
2003-10-20 15:42 ` Jesper Harder
2003-10-20 15:21 Peter S Galbraith

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.