From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Image cache Date: Thu, 09 Feb 2006 12:48:42 -0500 Message-ID: References: <87bqxjjwii.fsf_-_@jurta.org> <878xsmewfo.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139517689 11278 80.91.229.2 (9 Feb 2006 20:41:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 20:41:29 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 09 21:41:25 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 1F7Ib0-0008Hx-4n for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 21:40:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Iay-00083Q-4n for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 15:40:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7FuW-000249-Nl for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:48:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7FuV-00023G-5q for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:48:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7FuP-00020Y-RX for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:48:46 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7Fxz-0002OC-U8 for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:52:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F7FuM-0000MH-SE; Thu, 09 Feb 2006 12:48:42 -0500 Original-To: Stefan Monnier In-reply-to: <878xsmewfo.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Tue, 07 Feb 2006 15:59:29 -0500) 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:50257 Archived-At: If someone has the time, it seems it migt be worth it to do something along the following lines: - add `loadtime' timestamp to the image data-structure so that staleness can be detected and a `refresh' function in the image_type data structure which, given the `loadtime' image `spec' says whether to reload or not. - provide a new function (image-refresh IMAGE-SPEC). - make create-image (used by image-toggle-display and others) use that new function. Would someone please add that to etc/TODO?