From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: Image cache Date: Wed, 08 Feb 2006 08:22:34 +0100 Message-ID: References: <87bqxjjwii.fsf_-_@jurta.org> <87mzh3krtx.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139383276 6514 80.91.229.2 (8 Feb 2006 07:21:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2006 07:21:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 08:21:15 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 1F6jdb-0001zk-4o for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 08:21:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6jda-0003Nh-FQ for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2006 02:21:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6jdO-0003N9-4y for emacs-devel@gnu.org; Wed, 08 Feb 2006 02:21:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6jdM-0003Mu-JN for emacs-devel@gnu.org; Wed, 08 Feb 2006 02:21:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6jdM-0003Mq-Aj for emacs-devel@gnu.org; Wed, 08 Feb 2006 02:21:00 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F6jgc-0006rY-HB for emacs-devel@gnu.org; Wed, 08 Feb 2006 02:24:22 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F6jdH-0001wD-CJ for emacs-devel@gnu.org; Wed, 08 Feb 2006 08:20:55 +0100 Original-Received: from user.ifsab.se ([193.41.170.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Feb 2006 08:20:55 +0100 Original-Received: from brakjoller by user.ifsab.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Feb 2006 08:20:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: user.ifsab.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:eiJ5iTzn1WbV/eK9gGxuPbaRyIQ= 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:50200 Archived-At: Chong Yidong writes: > We could change the cache code for file image specs so that the file > modtime in included in the image hash. But this can probably wait for > after the release -- for now, we can always call `clear-image-cache' > wherever changes to image files can be a problem. (Aside from > image-mode, I don't know where else the image cache would be a > problem.) Tumme has the same problems and calls `clear-image-cache' in several places, for example in `tumme-display-image'.