From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Cairo font selection for Ethiopic Date: Sat, 22 Jun 2019 12:08:18 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <87pnn8cawu.fsf@rub.de> <87zhmbicrk.fsf@gmx.net> <7b3affad6a618d027a13322a7c9f0a51.squirrel@weber.math.s.chiba-u.ac.jp> <87v9wzi3de.fsf@gmx.net> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="92613"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 22 05:08:33 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1heWOG-000NxV-I2 for ged-emacs-devel@m.gmane.org; Sat, 22 Jun 2019 05:08:32 +0200 Original-Received: from localhost ([::1]:38792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heWOF-0005Br-7E for ged-emacs-devel@m.gmane.org; Fri, 21 Jun 2019 23:08:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56043) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heWO8-0005Bh-VJ for emacs-devel@gnu.org; Fri, 21 Jun 2019 23:08:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1heWO7-0003pt-3Z for emacs-devel@gnu.org; Fri, 21 Jun 2019 23:08:24 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:55318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1heWO6-0003cB-90 for emacs-devel@gnu.org; Fri, 21 Jun 2019 23:08:23 -0400 Original-Received: from mathent.math.s.chiba-u.ac.jp (mathent [192.168.32.5]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 50DC6F08E1; Sat, 22 Jun 2019 12:08:18 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) In-Reply-To: <87v9wzi3de.fsf@gmx.net> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 133.82.132.2 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:238017 Archived-At: On Fri, 21 Jun 2019 20:28:45 +0900, Stephen Berman wrote: > > > Whether it is selected automatically in the default setting is > > another problem and depends on several factors. What are the > > outputs of the ldd command for both non-cairo and cairo builds? > > Appended below; the only substantive difference (beside the addresses) > is that only the non-cairo build includes this: > > libXft.so.2 => /usr/lib64/libXft.so.2 > > non-cairo build: Thanks. Please get the latest master and show the results of the following on both builds: 1. $ emacs -Q -D & 2. (setq font-log nil) C-j 3. (insert 4768) C-j 4. M-x font-show-log RET YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp