From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: what is loading and when Date: Tue, 06 Jun 2006 06:32:33 +0300 Message-ID: References: <877j3vkflm.fsf@newsguy.com> <8764jfhzhh.fsf@newsguy.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1149564775 17906 80.91.229.2 (6 Jun 2006 03:32:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jun 2006 03:32:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 06 05:32:53 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FnSJG-0007D5-Aw for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jun 2006 05:32:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnSJF-0005mv-Q9 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jun 2006 23:32:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnSJ4-0005kN-IQ for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 23:32:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnSJ3-0005k1-1g for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 23:32:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnSJ2-0005jy-Sl for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 23:32:36 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnSQK-0000AJ-6p for help-gnu-emacs@gnu.org; Mon, 05 Jun 2006 23:40:08 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-38-209.inter.net.il [80.230.38.209]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EUN19142 (AUTH halo1); Tue, 6 Jun 2006 06:32:34 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <8764jfhzhh.fsf@newsguy.com> (reader@newsguy.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35337 Archived-At: > From: reader@newsguy.com > Date: Mon, 05 Jun 2006 19:58:02 -0500 > > > Problems with CVS Emacs should be posted to emacs-devel@gnu.org. > > Hello Eli, > > I suspect it is more problem elsewhere in X or even in gentoo > modifications so posted here. Suit yourself, but even if these problems are with Gentoo, there's much more expertise with the CVS code on emacs-devel than here. > > Grepping the lisp tree for "no fonts matching" finds a single hit -- > > in fontset.el. Run fontset.el under Edebug or modify it to print some > > useful info, and you should be able to find out who calls the function > > that issues the warnings. > > I've renamed fontset.elc then edited fontset.el by commenting out the > warning at line:406 > ;; (message "Warning: no fonts matching `%s' available" pattern) > > Starting a fresh emacs I still see the same warnings. Of course, you would: fontset.elc is preloaded when Emacs is built, so any changes in fontset.el that aren't followed by rebuilding Emacs will have no effect.