From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: make-frame awfully slow when color-theme (faces) are defined Date: Thu, 18 Aug 2005 19:07:35 +0100 Message-ID: <62E2C10C-2B49-4CD7-965A-0042AC09314D@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1124390321 10917 80.91.229.2 (18 Aug 2005 18:38:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Aug 2005 18:38:41 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 18 20:38:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E5pGe-0004Hd-Mz for ged-emacs-devel@m.gmane.org; Thu, 18 Aug 2005 20:37:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5pKB-0000p6-Nb for ged-emacs-devel@m.gmane.org; Thu, 18 Aug 2005 14:41:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E5pIv-0000Rg-M3 for emacs-devel@gnu.org; Thu, 18 Aug 2005 14:39:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E5pIr-0000Qq-VE for emacs-devel@gnu.org; Thu, 18 Aug 2005 14:39:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5pDe-0007i4-Cv for emacs-devel@gnu.org; Thu, 18 Aug 2005 14:34:26 -0400 Original-Received: from [64.233.162.195] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E5p3k-0000gm-1O for emacs-devel@gnu.org; Thu, 18 Aug 2005 14:24:12 -0400 Original-Received: by zproxy.gmail.com with SMTP id v1so336290nzb for ; Thu, 18 Aug 2005 11:07:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=YqyOsC+AHiCdlAGG0FwH8UCsf88vg1GdSqv2O5JPqsnoU0RN/DbpwcoJ3ICc6WnXuEAYF1vWv1VZsMiShXgOZDNOcBR2+UPlOSQa9NpjLJx5DN66X23qK1plW0u0M5TcYAWJ7C2lHhCe/nk1SFIR44dqqv1T4CyKNdYrIEuGFPg= Original-Received: by 10.36.38.15 with SMTP id l15mr1290906nzl; Thu, 18 Aug 2005 11:07:39 -0700 (PDT) Original-Received: from ?10.0.0.61? ([82.26.161.140]) by mx.gmail.com with ESMTP id i5sm3450020nzi.2005.08.18.11.07.38; Thu, 18 Aug 2005 11:07:39 -0700 (PDT) Original-To: Emacs-Devel ' X-Mailer: Apple Mail (2.734) 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:42238 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42238 make-frame is awfully slow when a couple of custom faces have been defined by installing a color theme (external color-theme package). I have described this in more detail with a test case here: http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-08/ msg00168.html I think this could be reproducible by setting the faces manually, but I haven't tried that. I experience this in the Mac port. So it's essentially the make-frame that is slow, which is rather annoying when using a multi-frame setup... Any ideas where to investigate further?