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: Current master d5622eb6ff, font display issue. Date: Thu, 08 Aug 2019 20:10:55 +0300 Message-ID: <834l2rbn1c.fsf@gnu.org> References: <8736ict25t.wl-all_but_last@163.com> <838ss3bwld.fsf@gnu.org> <87y303sp9b.wl-all_but_last@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="80756"; mail-complaints-to="usenet@blaine.gmane.org" Cc: all_but_last@163.com, emacs-devel@gnu.org To: Zhu Zihao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 08 19:11:12 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 1hvlwW-000Kuk-3j for ged-emacs-devel@m.gmane.org; Thu, 08 Aug 2019 19:11:12 +0200 Original-Received: from localhost ([::1]:54218 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvlwU-0004p4-4w for ged-emacs-devel@m.gmane.org; Thu, 08 Aug 2019 13:11:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59695) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvlwP-0004nh-W9 for emacs-devel@gnu.org; Thu, 08 Aug 2019 13:11:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hvlwO-0007kP-O0; Thu, 08 Aug 2019 13:11:04 -0400 Original-Received: from [176.228.60.248] (port=3954 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hvlwN-0005IX-1e; Thu, 08 Aug 2019 13:11:03 -0400 In-reply-to: <87y303sp9b.wl-all_but_last@163.com> (message from Zhu Zihao on Thu, 08 Aug 2019 22:30:56 +0800) 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:239255 Archived-At: > Date: Thu, 08 Aug 2019 22:30:56 +0800 > From: Zhu Zihao > Cc: Zhu Zihao , > emacs-devel@gnu.org > > > > | English | 中文 | | | | > > > |---------+------+---+---+---| > > > | | | | | | > > > > Are you saying that this used to work OK for you, and now it doesn't? > > If so, can you please bisect to find the offending commit? > > > > I'm sure that Emacs 26.2 didn't have this issue, I'll try to find which commit > introduced the issue, but it may take some time. In that case, it could be because we now use the HarfBuzz shaping engine by default. Could you try using the Git master version with an other font backend (via the 'font-backend' frame parameter), or building the Git master version configured --with-harfbuzz=no?