From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Emacs text shaping using Harfbuzz Date: Sun, 16 Dec 2018 15:09:16 +0100 Message-ID: <8736qxef77.fsf@turtle-trading.net> References: <83lg4tzba0.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1544969286 30992 195.159.176.226 (16 Dec 2018 14:08:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 16 Dec 2018 14:08:06 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: Khaled Hosny , Ebrahim Byagowi , Behdad Esfahbod , John Wiegley , Mohammad Nasirifar , emacs-devel@gnu.org, Kenichi Handa To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 16 15:08:01 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 1gYX5M-0007vS-V3 for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2018 15:08:01 +0100 Original-Received: from localhost ([::1]:42589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYX7T-0001em-8M for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2018 09:10:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYX6r-0001Gt-7Z for emacs-devel@gnu.org; Sun, 16 Dec 2018 09:09:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYX6q-00052B-C7 for emacs-devel@gnu.org; Sun, 16 Dec 2018 09:09:33 -0500 Original-Received: from odoacer.turtle-trading.net ([93.241.193.16]:47241) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYX6k-0004uE-IR; Sun, 16 Dec 2018 09:09:26 -0500 Original-Received: from justinian.turtle-trading.net ([192.168.2.118]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1gYX6a-0007Us-Ve; Sun, 16 Dec 2018 15:09:16 +0100 Original-Received: from benny by justinian.turtle-trading.net with local (Exim 4.84_2) (envelope-from ) id 1gYX6a-0003HN-RQ; Sun, 16 Dec 2018 15:09:16 +0100 In-Reply-To: <83lg4tzba0.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 13 Dec 2018 17:39:19 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 93.241.193.16 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:231850 Archived-At: Hi all, Eli Zaretskii writes: > With this in mind, we asked the Harfbuzz developers to help us > integrate Emacs with Harfbuzz. The first stage of this job, performed > by the Harfbuzz team, is the new 'harfbuzz' branch now available in > the Emacs Git repository. This is very cool, thanks for that. I compiled and superficially tested the branch, and it generally seems to work fine. Is there yet a feature boolean or a frame parameter to check whether it is enabled? I will add remarks to the bug reports that already exist about an issue that I have seen in my test. benny