From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: image cache Date: Mon, 15 Dec 2008 10:19:16 -0500 Message-ID: References: <87oczeuo0a.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229354410 19849 80.91.229.12 (15 Dec 2008 15:20:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2008 15:20:10 +0000 (UTC) Cc: cyd@stupidchicken.com, handa@m17n.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 15 16:21:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LCFFv-00077P-QM for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2008 16:21:12 +0100 Original-Received: from localhost ([127.0.0.1]:56647 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCFEj-0003RU-Nc for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2008 10:19:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCFEI-00038d-RA for emacs-devel@gnu.org; Mon, 15 Dec 2008 10:19:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCFEH-000386-G2 for emacs-devel@gnu.org; Mon, 15 Dec 2008 10:19:30 -0500 Original-Received: from [199.232.76.173] (port=50973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCFEH-000381-AQ for emacs-devel@gnu.org; Mon, 15 Dec 2008 10:19:29 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:30976 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCFE9-0000Zt-Cd; Mon, 15 Dec 2008 10:19:21 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AroEALUERklMConz/2dsb2JhbACBbMpHgn6BMQ X-IronPort-AV: E=Sophos;i="4.36,224,1228107600"; d="scan'208";a="31065461" Original-Received: from 76-10-137-243.dsl.teksavvy.com (HELO pastel.home) ([76.10.137.243]) by ironport2-out.teksavvy.com with ESMTP; 15 Dec 2008 10:19:16 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D3CCE7F32; Mon, 15 Dec 2008 10:19:16 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Mon, 15 Dec 2008 06:12:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106934 Archived-At: >> BTW, does anyone know why each frame has an image cache (even though >> there's really only one image cache per terminal)? > A left-over from before multi-tty? I don't think it's related. The same "problem" was there in Emacs-22, and Emacs-21. Stefan