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:53:46 +0200 Message-ID: <835zh3v3dx.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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="111860"; 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:55:00 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 1iuJHP-000Sue-QB for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Jan 2020 17:54:59 +0100 Original-Received: from localhost ([::1]:44476 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuJHN-0007Hd-Q1 for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Jan 2020 11:54:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51166) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuJG3-0005rh-8p for emacs-devel@gnu.org; Wed, 22 Jan 2020 11:53:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iuJG1-0003RN-La; Wed, 22 Jan 2020 11:53:33 -0500 Original-Received: from [176.228.60.248] (port=2544 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iuJG0-0004bW-Ln; Wed, 22 Jan 2020 11:53:33 -0500 In-reply-to: (message from Robert Pluim on Wed, 22 Jan 2020 08:22:29 +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:244507 Archived-At: > From: Robert Pluim > Date: Wed, 22 Jan 2020 08:22:29 +0100 > Cc: stefan@marxist.se, emacs-devel@gnu.org > > >>>>> On Tue, 21 Jan 2020 17:47:21 +0200, Eli Zaretskii said: > >> So a configure.ac patch that says 'if cairo && ! harfbuzz error_out' > >> is pre-approved? Or did you have something else in mind? > > Eli> No, I meant to say this in the docs. Sorry for being unclear. IOW, > Eli> recommend that people build with Cairo and HarfBuzz as the main > Eli> configuration. > > Iʼve put some stuff in NEWS to that effect. It looks like you did that on master. Was that intentional?