From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karoly.Lorentey@cern.ch (=?utf-8?Q?K=C3=A1roly_L=C5=91rentey?=) Newsgroups: gmane.emacs.devel Subject: Re: x-create-frame is sluggish Date: Fri, 01 Oct 2004 10:51:56 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200409250239.LAA15347@etlken.m17n.org> <200410010126.KAA01376@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1096620813 11257 80.91.229.6 (1 Oct 2004 08:53:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2004 08:53:33 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 10:53:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CDJAF-0003UL-00 for ; Fri, 01 Oct 2004 10:53:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDJGg-0001or-9d for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2004 04:59:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CDJGG-0001o9-0D for emacs-devel@gnu.org; Fri, 01 Oct 2004 04:59:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CDJGF-0001nx-6D for emacs-devel@gnu.org; Fri, 01 Oct 2004 04:59:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDJGE-0001nu-Uk for emacs-devel@gnu.org; Fri, 01 Oct 2004 04:59:31 -0400 Original-Received: from [157.181.151.9] (helo=mx2.elte.hu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CDJ9b-0007vq-11; Fri, 01 Oct 2004 04:52:39 -0400 Original-Received: from mailbox1.caesar.elte.hu (mailbox1.caesar.elte.hu [157.181.151.157]) by mx2.elte.hu (Postfix) with ESMTP id F2D94275900; Fri, 1 Oct 2004 10:45:56 +0200 (CEST) Original-Received: from eris.fnord.hu (pcitislory.cern.ch [137.138.41.46]) by mailbox1.caesar.elte.hu (Postfix) with ESMTP id 93A73A079701; Fri, 1 Oct 2004 10:51:58 +0200 (CEST) Original-Received: by eris.fnord.hu (Postfix, from userid 1000) id 053BC2FF; Fri, 1 Oct 2004 10:51:56 +0200 (CEST) Original-To: Kenichi Handa In-Reply-To: <200410010126.KAA01376@etlken.m17n.org> (Kenichi Handa's message of "Fri, 1 Oct 2004 10:26:46 +0900 (JST)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-4.9, required 5.9, autolearn=not spam, BAYES_00 -4.90 X-ELTE-SpamLevel: X-ELTE-SpamScore: -4 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27777 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27777 Kenichi Handa writes: > In article , Richard Stallman writes: >> I think we can cache XFontSet in struct x_display_info per >> each base_fontname. Then we can avoid calling of >> XCreateFontSet when we create a new frame on the same >> display with the same font. > >> Do you want to implement this? > >> Would it be a big or unreliable change, >> that we would not want to install now? > > I think the change is straight forward and not that big. > But, for the moment, I'm too heavily overloaded to work on > it. :-( I have set aside some time for hacking on this weekend. I'll see if I can do this, then. --=20 K=C3=A1roly