From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: font-backend branch Date: Thu, 01 May 2008 03:07:44 -0400 Message-ID: References: <33y76u7k75.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209631714 10857 80.91.229.12 (1 May 2008 08:48:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 08:48:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 01 10:49:09 2008 connect(): Connection refused 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 1JrUTV-0005H5-7D for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 10:49:09 +0200 Original-Received: from localhost ([127.0.0.1]:34428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrUSo-0008MA-8o for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 04:48:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrUSM-0008DV-Rf for emacs-devel@gnu.org; Thu, 01 May 2008 04:47:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrUSL-0008Ct-2R for emacs-devel@gnu.org; Thu, 01 May 2008 04:47:58 -0400 Original-Received: from [199.232.76.173] (port=37139 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrUPg-00075M-96 for emacs-devel@gnu.org; Thu, 01 May 2008 04:45:12 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrUPe-0002Rk-CY for emacs-devel@gnu.org; Thu, 01 May 2008 04:45:10 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JrStN-0006fC-3X; Thu, 01 May 2008 03:07:45 -0400 X-Spook: Jyllandsposten AVN SDI MP5K-SD explosion industrial X-Ran: BkrVP1P$h^UQ+`ninNHj$UIlZoknn.knO>Ap&w~a1jrs*@zQLBw3ZLo4_}Y5uZc (Kenichi Handa's message of "Thu, 01 May 2008 15:27:28 +0900") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96272 Archived-At: Kenichi Handa wrote: >> Of the problems I've reported, your branch fixes these two: > >> font-lock faces use different font with font-backend >> http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00651.html Whoops, I just noticed that faces with a bold attribute are still using a slightly different font. >> Also, I have a new issue now, in that Emacs starts with the right >> font, but in the wrong size. [...] > I've just installed a fix. Works for me. Thanks!