From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.help Subject: Are inserted images cached somehow? Date: Mon, 20 Oct 2003 11:21:37 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20031020152137.2AA3DDA55F@mixing.qc.dfo.ca> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066663455 24652 80.91.224.253 (20 Oct 2003 15:24:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2003 15:24:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 20 17:24:13 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ABbtF-0007Z6-00 for ; Mon, 20 Oct 2003 17:24:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ABbt1-0008DE-59 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2003 11:23:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ABbsW-00087X-W3 for help-gnu-emacs@gnu.org; Mon, 20 Oct 2003 11:23:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ABbrx-0007pU-Po for help-gnu-emacs@gnu.org; Mon, 20 Oct 2003 11:23:24 -0400 Original-Received: from [216.226.40.21] (helo=mixing.qc.dfo.ca) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ABbqp-0007VT-6u for help-gnu-emacs@gnu.org; Mon, 20 Oct 2003 11:21:43 -0400 Original-Received: from mixing.qc.dfo.ca (localhost [127.0.0.1]) by mixing.qc.dfo.ca (Postfix) with ESMTP id 2AA3DDA55F for ; Mon, 20 Oct 2003 11:21:37 -0400 (EDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: MH-E 7.4.2+cvs; nmh 1.0.4+dev; GNU Emacs 21.2.1 X-Image-URL: http://people.debian.org/~psg/face.png X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13372 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13372 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