From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Recent CVS Emacs breaks color-themes Date: Thu, 09 Oct 2008 21:22:23 +0900 Message-ID: References: <87wsgq1bcd.fsf@anzu.internal.golden-gryphon.com> <48E6223D.4000605@gmx.at> <87ljx51yiv.fsf@anzu.internal.golden-gryphon.com> <48E64E88.4040305@gmx.at> <87zlllyn00.fsf@anzu.internal.golden-gryphon.com> <87abdixvpf.fsf@anzu.internal.golden-gryphon.com> <8763o6xpoi.fsf@anzu.internal.golden-gryphon.com> <87y70ypey5.fsf@anzu.internal.golden-gryphon.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1223555196 12847 80.91.229.12 (9 Oct 2008 12:26:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2008 12:26:36 +0000 (UTC) Cc: srivasta@acm.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 09 14:27:32 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KnubS-0000mX-AB for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2008 14:26:50 +0200 Original-Received: from localhost ([127.0.0.1]:45731 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnuaO-00025k-0B for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2008 08:25:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnuZ0-0001WK-IX for emacs-devel@gnu.org; Thu, 09 Oct 2008 08:24:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnuYy-0001Tp-6X for emacs-devel@gnu.org; Thu, 09 Oct 2008 08:24:17 -0400 Original-Received: from [199.232.76.173] (port=53938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnuYx-0001Te-U7 for emacs-devel@gnu.org; Thu, 09 Oct 2008 08:24:15 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:51327) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnuYx-0005nO-Dv for emacs-devel@gnu.org; Thu, 09 Oct 2008 08:24:16 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m99CMNJn027044; Thu, 9 Oct 2008 21:22:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m99CMNEl019241; Thu, 9 Oct 2008 21:22:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m99CMNVi000193; Thu, 9 Oct 2008 21:22:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KnuX9-0004yf-1j; Thu, 09 Oct 2008 21:22:23 +0900 In-reply-to: (message from Kenichi Handa on Thu, 09 Oct 2008 14:16:22 +0900) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:104435 Archived-At: In article , Kenichi Handa writes: > In article <87y70ypey5.fsf@anzu.internal.golden-gryphon.com>, Manoj Srivastava writes: >>>> list: -dejavu-dejavu sans mono-medium-*-normal--*-100-100-c-73-iso10646-1 > > > > > > Ummm, it seems that you are somehow using 'dejavu sans mono' > > > font as an X core font. > > I can try getting rid of x-ttcidfont-conf package, and trying > > again. > You don't have to remove it. Just try Emacs with this > resource: > Emacs.FontBackend: xft > On the other hand, I'll install x-ttcidfont-conf and check > if I can reproduce the problem. I could reproduce the problem, and fixed a bug. Please try again with the latest code while setting back the X resource to "Emacs.FontBackend: xft, x". I'm now investigating why X font is used even if the font-backend order is "xft, x". --- Kenichi Handa handa@ni.aist.go.jp