From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bad default font on Windows mingw64 Date: Tue, 23 Jul 2019 05:37:17 +0300 Message-ID: <83sgqxpjc2.fsf@gnu.org> References: <86y30q57g4.fsf@stephe-leake.org> <8336iyq81l.fsf@gnu.org> <86tvbd6fwo.fsf@stephe-leake.org> <83wog9q2vk.fsf@gnu.org> <86pnm167qq.fsf@stephe-leake.org> <875znt7k2g.fsf@telefonica.net> <86k1c95zq6.fsf@stephe-leake.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="80545"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 23 04:37:36 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hpkgK-000KoB-1p for ged-emacs-devel@m.gmane.org; Tue, 23 Jul 2019 04:37:36 +0200 Original-Received: from localhost ([::1]:38678 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpkgI-0001A9-1U for ged-emacs-devel@m.gmane.org; Mon, 22 Jul 2019 22:37:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53383) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hpkgE-00019o-MR for emacs-devel@gnu.org; Mon, 22 Jul 2019 22:37:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hpkgD-0006rg-Oy; Mon, 22 Jul 2019 22:37:30 -0400 Original-Received: from [176.228.60.248] (port=2326 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hpkgD-0002dX-7T; Mon, 22 Jul 2019 22:37:29 -0400 In-reply-to: <86k1c95zq6.fsf@stephe-leake.org> (message from Stephen Leake on Mon, 22 Jul 2019 18:03:29 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:238821 Archived-At: > From: Stephen Leake > Date: Mon, 22 Jul 2019 18:03:29 -0700 > > > pacman -Qi mingw-w64-x86_64-harfbuzz > > I had to do 'pacman -S --refresh' first, but now that's updated. > > Emacs 'make' did not notice the change, so I had to to 'make clean' first > > And now it works properly, so the problem was an old harbuzz library. > > Perhaps configure should check for that? I wouldn't know what check to insert. hb_font_get_nominal_glyph appeared in HarfBuzz 1.2.3, and we already check for that. I suspect your problem was actually with Freetype, which is HarfBuzz's dependency.