|
From: | Stefan Monnier |
Subject: | Re: slow make-frame + face initialization / importing x resources |
Date: | Fri, 13 Jul 2007 21:55:44 -0400 |
User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
> Frame creation time improves tremendously when I take out that call > to `make-face-x-resource-internal'. > Is the import of x-resources necessary on Mac and Windows? > I think it has to be done when the frame is created > because there is no chance to do it later. What if there are no face specifications in the X resources? The current code checks every possible X resource setting for every face. Why not list the resources instead and interpret them? [ At least in my case it would probbaly be much faster since I shouldn't have any settings in there] Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |