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: Display of undisplayable characters: \U01F3A8 instead of diamond Date: Fri, 02 Sep 2022 16:14:40 +0300 Message-ID: <83czcdq5of.fsf@gnu.org> References: <87edx28cl1.fsf@disroot.org> <83y1v7w6eu.fsf@gnu.org> <2f302d1c3966849477b3@heytings.org> <2f302d1c3933a5091b66@heytings.org> <83ler2ot5t.fsf@gnu.org> <2f302d1c39bf1aa3cedc@heytings.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11051"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, rms@gnu.org, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 02 15:17:59 2022 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 1oU6YX-0002Xg-H0 for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Sep 2022 15:17:57 +0200 Original-Received: from localhost ([::1]:46774 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oU6YW-0000bF-4I for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Sep 2022 09:17:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54862) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU6Uu-0005dm-Jx for emacs-devel@gnu.org; Fri, 02 Sep 2022 09:14:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44904) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU6Ut-0001sZ-K1; Fri, 02 Sep 2022 09:14:12 -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=uj+Lrh8U20JxFwIJrVUfWLCBbRaH6vQGrEe3bzDurV0=; b=NLJ2EBrski1X 57TkRRCDoVSmMXvlvIh4Dyf6g/pOkc4j/hZtLy43ry9vVxRG0P2VBC3lyNAYVRQWdiixsHOxov9ty r+cxO09lcsep6jk2kPXuevBAnDjMKqPRcwRf0JEp1diE+0pRcdUKN3sHVFdXvp/IV7kroVvClH5rJ IV2Vev+6w5p5WmxGUdPz2yaCIGSQcKjYdFDT6JhO43rH9GDxDJ9rkUOeHCZ/FYJK0ZF+QK5f7fI35 R9w85GGdzccD0fxLHKFnR2l9vxb6b7Ta8LSe1Yji+zv8tIEGFBf6RDf78ytFjJdNDm9GICdBpUPUy xp13UQatJtV0mxpvdgl5Hg==; Original-Received: from [87.69.77.57] (port=3228 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU6Us-0001vS-N1; Fri, 02 Sep 2022 09:14:11 -0400 In-Reply-To: <2f302d1c39bf1aa3cedc@heytings.org> (message from Gregory Heytings on Fri, 02 Sep 2022 12:44:19 +0000) 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" Xref: news.gmane.io gmane.emacs.devel:294551 Archived-At: > Date: Fri, 02 Sep 2022 12:44:19 +0000 > From: Gregory Heytings > cc: acm@muc.de, rms@gnu.org, emacs-devel@gnu.org > > Are these "bright" versions used by Emacs running in a raw Linux console? > I don't think so. If you set the Linux console so that Emacs knows it has 16 colors, they will be used, yes. xterm--init does that if display-color-cells returns 16. > I just checked again, and list-colors-display only lists eight colors in a > raw Linux console. What does display-color-cells return in that case?