From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: another font-selection inconsistency Date: Wed, 18 Jun 2008 17:40:00 -0400 Message-ID: References: <484E682B.2080404@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213825265 24120 80.91.229.12 (18 Jun 2008 21:41:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 21:41:05 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org, miles@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 23:41:48 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 1K95PX-00083P-U1 for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 23:41:48 +0200 Original-Received: from localhost ([127.0.0.1]:54979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K95Oj-0006C2-Bu for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 17:40:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K95O2-0005Rm-D0 for emacs-devel@gnu.org; Wed, 18 Jun 2008 17:40:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K95Nz-0005OT-FR for emacs-devel@gnu.org; Wed, 18 Jun 2008 17:40:13 -0400 Original-Received: from [199.232.76.173] (port=43568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K95Nz-0005O9-6F for emacs-devel@gnu.org; Wed, 18 Jun 2008 17:40:11 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:34244 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K95Np-0008O9-PO; Wed, 18 Jun 2008 17:40:01 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj4FAJUdWUjO+KWv/2dsb2JhbACBW7Bd X-IronPort-AV: E=Sophos;i="4.27,667,1204520400"; d="scan'208";a="22939188" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 18 Jun 2008 17:40:00 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id YBG74200; Wed, 18 Jun 2008 17:40:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8E266832A; Wed, 18 Jun 2008 17:40:00 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Fri, 13 Jun 2008 13:23:29 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99421 Archived-At: >> In article <484E682B.2080404@gnu.org>, Jason Rumney writes: >> > A couple of days ago, Kenichi Handa stated that there is currently no >> > priority given to backends. I think fixing this would clear this up. >> Ok, I'll modify the font selector to pay attention to the >> order of backends. > I've just installed it. But, the change is bigger than what > I expected at first. I hope it doesn't introduce a new bug, > but please keep close watch on font selection. > By the way, by the side effect, I think the following > problem is fixed too. I think the default order should be (xft x) rather than (x xft). Stefan