From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Emacs text shaping using Harfbuzz Date: Thu, 13 Dec 2018 15:23:55 -0800 Message-ID: <87h8fht3hw.fsf@ericabrahamsen.net> References: <83lg4tzba0.fsf@gnu.org> <69106a7c-f4e8-4d3d-dec1-cb9996487508@cornell.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1544743387 18272 195.159.176.226 (13 Dec 2018 23:23:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 13 Dec 2018 23:23:07 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Khaled Hosny , Ebrahim Byagowi , Kenichi Handa , John Wiegley , Mohammad Nasirifar , "emacs-devel@gnu.org" , Behdad Esfahbod , Eli Zaretskii To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 14 00:23:02 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 1gXaJo-0004Ye-Jx for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2018 00:23:00 +0100 Original-Received: from localhost ([::1]:57380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXaLu-0006bC-Kv for ged-emacs-devel@m.gmane.org; Thu, 13 Dec 2018 18:25:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXaLD-0006Zu-Pm for emacs-devel@gnu.org; Thu, 13 Dec 2018 18:24:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXaLC-0001GK-Eu for emacs-devel@gnu.org; Thu, 13 Dec 2018 18:24:27 -0500 Original-Received: from mail.ericabrahamsen.net ([50.56.99.223]:56205) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gXaKs-0000J2-Tp; Thu, 13 Dec 2018 18:24:11 -0500 Original-Received: from localhost (50-251-205-17-static.hfc.comcastbusiness.net [50.251.205.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 2F1BE3F098; Thu, 13 Dec 2018 23:23:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1544743437; bh=UNQqfM7rZvT+n2SfDSQgbrt7eceg9AdGArN6FROIR9c=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=IGaZoiA7N0tPYwkzn0BpUrKi3M9q/PBW7pQJ2yzzAwDo8VQERoeyKZDvhjJbY/zDH mIIHPHzsKDutcabGDZ0AsAUdxw31un1lDcfafe+5ieSVhoS0RcUD+tovvA82OzT9qV wiM3cZEtWW4LTh0jnJnvPdl8I4p22tYUaO25rSck= In-Reply-To: <69106a7c-f4e8-4d3d-dec1-cb9996487508@cornell.edu> (Ken Brown's message of "Thu, 13 Dec 2018 21:43:41 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 50.56.99.223 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:231815 Archived-At: Ken Brown writes: > 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. Likewise on arch linux. Thai and Chinese (the two languages I'm familiar with) look just fine.