From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [patch] cache color info for remote X sessions [Was: Emacs 21/X11 generating unbelieveable network traffic] Date: Sun, 6 Oct 2002 19:59:25 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <59BD935A-D955-11D6-BC61-00039363E640@swipnet.se> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033927537 7855 127.0.0.1 (6 Oct 2002 18:05:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2002 18:05:37 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17yFmZ-00022R-00 for ; Sun, 06 Oct 2002 20:05:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17yGZH-0003YY-00 for ; Sun, 06 Oct 2002 20:55:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17yFlH-0005wo-00; Sun, 06 Oct 2002 14:04:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17yFiF-0003VY-00 for emacs-devel@gnu.org; Sun, 06 Oct 2002 14:01:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17yFhX-0002JX-00 for emacs-devel@gnu.org; Sun, 06 Oct 2002 14:00:26 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17yFhV-0002Fw-00 for emacs-devel@gnu.org; Sun, 06 Oct 2002 14:00:21 -0400 Original-Received: from pc35.bodenonline.com (IDENT:root@pc35.bodenonline.com [195.196.29.227] (may be forged)) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id g96HuOd8008333; Sun, 6 Oct 2002 19:56:25 +0200 Original-To: Ami Fischman In-Reply-To: X-Mailer: Apple Mail (2.482) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8430 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8430 > 3) Do you have any ideas on caching XFontStruct's? Specifically, the > XExtData* list has private_data members whose size is unknown (as far > as > I can see). Talking about pango, they have a font cache for X11 fonts in their X11 specific code. May be worthwhile to check out. Jan D.