From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs text shaping using Harfbuzz Date: Fri, 14 Dec 2018 09:35:40 +0200 Message-ID: <83efakh86r.fsf@gnu.org> References: <83lg4tzba0.fsf@gnu.org> <69106a7c-f4e8-4d3d-dec1-cb9996487508@cornell.edu> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1544772862 26941 195.159.176.226 (14 Dec 2018 07:34:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2018 07:34:22 +0000 (UTC) Cc: dr.khaled.hosny@gmail.com, ebraminio@gmail.com, behdad@behdad.org, johnw@gnu.org, far.nasiri.m@gmail.com, emacs-devel@gnu.org, handa@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 14 08:34:18 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gXhzF-0006sN-VQ for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2018 08:34:18 +0100 Original-Received: from localhost ([::1]:59817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXi1M-0005st-9T for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2018 02:36:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXi0r-0005hN-ED for emacs-devel@gnu.org; Fri, 14 Dec 2018 02:35:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXi0q-0000zy-PB for emacs-devel@gnu.org; Fri, 14 Dec 2018 02:35:57 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXi0d-0000YI-LC; Fri, 14 Dec 2018 02:35:43 -0500 Original-Received: from [176.228.60.248] (port=2582 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gXi0d-0002BZ-8a; Fri, 14 Dec 2018 02:35:43 -0500 In-reply-to: <69106a7c-f4e8-4d3d-dec1-cb9996487508@cornell.edu> (message from Ken Brown on Thu, 13 Dec 2018 21:43:41 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:231820 Archived-At: > From: Ken Brown > CC: Khaled Hosny , Ebrahim Byagowi > , Kenichi Handa , John Wiegley > , Mohammad Nasirifar , Behdad Esfahbod > > Date: Thu, 13 Dec 2018 21:43:41 +0000 > > On 12/13/2018 10:39 AM, Eli Zaretskii wrote: > > I'd like to encourage people who build Emacs on GNU/Linux to checkout > > and build this branch and report any problems you see. > > It builds on Cygwin (both 32-bit and 64-bit) and appears to run fine. I tested > by visiting etc/HELLO, and nothing jumped out at me on visual comparison with > Emacs built from master. Thanks for testing.