From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master bf0aeaa0d7a: Re-enable displaying `han' characters on Android Date: Fri, 02 Aug 2024 15:29:04 +0300 Message-ID: <86ttg3umzz.fsf@gnu.org> References: <86h6c5y39e.fsf@gnu.org> <87plqtf6m0.fsf@yahoo.com> <864j84yfjh.fsf@gnu.org> <8734noslmt.fsf@yahoo.com> <86sevowp2q.fsf@gnu.org> <87frror0vs.fsf@yahoo.com> <87r0b7i4cn.fsf@turtle-trading.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4841"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Benjamin Riefenstahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 02 14:29:58 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sZrPx-00016A-SB for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Aug 2024 14:29:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sZrPD-00033Z-IS; Fri, 02 Aug 2024 08:29:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sZrPB-00033B-BQ for emacs-devel@gnu.org; Fri, 02 Aug 2024 08:29:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sZrPA-0004m1-AS; Fri, 02 Aug 2024 08:29:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=xi9iQVGyTyt+gMASkut+lRD9Adp4NzCPTTRUTYj5YYc=; b=NblmjSEVdbMW Oe9xEnIytB+CXxtBobX5H5FHxy2ylModlNyS7maMFVtNNAxNR2vP+I7sJyrMJKhUFJiqQjtaoGPWq b5MVEHuZuSN0DaSYlMM82e04C/nZcl6vAbF52r+B0UOD43UxJM6hFllsmpuRTBgR/RTIyKU8TQV+K qvbWChiffkpC0+1fyJwX1onfLgEekTsspN64hpHul2znBvb/0FVjMV5u3p59nJAY5ftdUmYfc2/LF iPH2qICIrAYh5N1BPhv4OIUgwGhzcneAjSv+fQUeOE83Xs3z8xMCgY0LJU1po2QXC6j23rxs4B1Do IKx5UxnTspvQWb8m0opDBw==; In-Reply-To: <87r0b7i4cn.fsf@turtle-trading.net> (message from Benjamin Riefenstahl on Fri, 02 Aug 2024 12:52:40 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322286 Archived-At: > From: Benjamin Riefenstahl > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Fri, 02 Aug 2024 12:52:40 +0200 > > Po Lu writes: > > (dolist (char '(#x20000 #x2a700 #x2b740 #x2b820 #x2ceb0)) > > (insert (format "%c" char))) > > Indeed these characters seem to be unsupported in Emacs here. They do > not show up in Firefox either. So find-font returns on your system a font which doesn't actually support some of the characters in script-representative-chars, is that true?