From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master d8da850: Document cairo-related fallout to font-backend settings Date: Wed, 22 Jan 2020 18:55:35 +0200 Message-ID: <834kwnv3aw.fsf@gnu.org> References: <20200120162048.23970.80216@vcs0.savannah.gnu.org> <20200120162050.08A5421148@vcs0.savannah.gnu.org> <83k15kx1tk.fsf@gnu.org> <83d0bcx14m.fsf@gnu.org> <83d0bbv67i.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="126807"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 22 17:58:26 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iuJKj-000Wwu-Ut for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Jan 2020 17:58:25 +0100 Original-Received: from localhost ([::1]:44544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuJKi-0002TV-OZ for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Jan 2020 11:58:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51472) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuJHz-0008Gi-QX for emacs-devel@gnu.org; Wed, 22 Jan 2020 11:55:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iuJHz-0004BT-Ji; Wed, 22 Jan 2020 11:55:35 -0500 Original-Received: from [176.228.60.248] (port=2654 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iuJHl-0004iZ-0q; Wed, 22 Jan 2020 11:55:31 -0500 In-reply-to: (message from Robert Pluim on Wed, 22 Jan 2020 17:11:30 +0100) 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244508 Archived-At: > From: Robert Pluim > Cc: stefan@marxist.se, emacs-devel@gnu.org > Date: Wed, 22 Jan 2020 17:11:30 +0100 > > Eli> Can you show the proposed text of the warning? > > if test "$with_xft" = yes; then > AC_MSG_WARN([This configuration uses libXft, > which has a number of font rendering issues, and is being considered for > removal in the next release of Emacs. Please consider using Cairo + HarfBuzz > instead (they are auto-detected if the relevant development headers are > installed).]) > fi > > if test "${HAVE_CAIRO}" = "yes" && test "${HAVE_HARFBUZZ}" = no; then > AC_MSG_WARN([We recommend the use of HarfBuzz when using Cairo, > please install HarfBuzz development packages]) > fi Sounds good, thanks.