From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Image cache Date: Thu, 09 Feb 2006 17:12:19 -0500 Message-ID: <87mzh0mbb0.fsf@stupidchicken.com> References: <87bqxjjwii.fsf_-_@jurta.org> <878xsmewfo.fsf-monnier+emacs@gnu.org> <87fymsfj7v.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139526718 15518 80.91.229.2 (9 Feb 2006 23:11:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 23:11:58 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 10 00:11:54 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 1F7Kx1-0001E0-LE for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 00:11:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Kx1-0008MM-0o for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 18:11:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7K0B-0001Wj-Sf for emacs-devel@gnu.org; Thu, 09 Feb 2006 17:10:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7K0A-0001VS-1Z for emacs-devel@gnu.org; Thu, 09 Feb 2006 17:10:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7K07-0001V1-Oz for emacs-devel@gnu.org; Thu, 09 Feb 2006 17:10:57 -0500 Original-Received: from [18.19.6.82] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7K3c-00038c-FS; Thu, 09 Feb 2006 17:14:32 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 049CC12090C; Thu, 9 Feb 2006 17:12:19 -0500 (EST) Original-To: Juri Linkov In-Reply-To: <87fymsfj7v.fsf@jurta.org> (Juri Linkov's message of "Thu, 09 Feb 2006 21:18:16 +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:50280 Archived-At: Juri Linkov writes: > But it is a bug that the image cache doesn't get updated when the image file > content changes. Is there an easy way to fix it? Maybe to find all the > Emacs features that use images, and add `clear-image-cache'? I think most places it's not important to check for changes to image files, e.g., the images in the toolbars. I added a call to clear-image-cache in image-mode.