From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: handa Newsgroups: gmane.emacs.devel Subject: Re: Display of Lao script Date: Wed, 25 Oct 2017 07:48:34 +0900 Message-ID: <87y3o0b1rx.fsf@gnu.org> References: <87fua8685t.fsf@gmx.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1508885370 23179 195.159.176.226 (24 Oct 2017 22:49:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 24 Oct 2017 22:49:30 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 25 00:49:25 2017 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 1e780h-0004Vg-Tm for ged-emacs-devel@m.gmane.org; Wed, 25 Oct 2017 00:49:24 +0200 Original-Received: from localhost ([::1]:45800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e780k-00048B-5K for ged-emacs-devel@m.gmane.org; Tue, 24 Oct 2017 18:49:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7805-00046u-R5 for emacs-devel@gnu.org; Tue, 24 Oct 2017 18:48:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7805-000567-1t for emacs-devel@gnu.org; Tue, 24 Oct 2017 18:48:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7800-00053K-7H; Tue, 24 Oct 2017 18:48:40 -0400 Original-Received: from fl1-119-240-91-176.iba.mesh.ad.jp ([119.240.91.176]:35220 helo=shatin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1e77zz-0003UC-LP; Tue, 24 Oct 2017 18:48:39 -0400 Original-Received: from handa by shatin with local (Exim 4.86_2) (envelope-from ) id 1e77zu-0004sF-K8; Wed, 25 Oct 2017 07:48:34 +0900 In-Reply-To: <87fua8685t.fsf@gmx.net> (message from Stephen Berman on Tue, 24 Oct 2017 14:29:34 +0200) 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:219733 Archived-At: In article <87fua8685t.fsf@gmx.net>, Stephen Berman writes: > > Could you please put the attached version of LAOO-OTF.flt under > > /usr/share/m17n (without any other LAOO-*.flt), and try again? > With this version the Lao composed characters display correctly; FYI the > debugging output is appended below. (With this version the variable > pitch DejaVu Sans also correctly displays the character compositions, > including the one that was previously incorrectly displayed with this > font.) Thank you for checking. So, the layout engine itself is working well, and the problem is... > However, when I move the LAOO-{ALICE,GENERIC,MULE}.flt files > back to /usr/share/m17n, leaving the new LAOO-OTF.flt there, the display > is again incorrect and the debugging output shows laoo-generic being > used. LAOO-OTF.flt is not preferred over the other Lao layouting tables. I'll check the source code of m17n-lib. --- K. Handa handa@gnu.org