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: Sun, 28 Aug 2022 18:43:05 +0300 Message-ID: <83bks4xtkm.fsf@gnu.org> References: <83tu5wy7jb.fsf@gnu.org> <83o7w4xxhq.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38033"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, rms@gnu.org, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 28 17:43:42 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 1oSKRp-0009mO-P8 for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Aug 2022 17:43:41 +0200 Original-Received: from localhost ([::1]:57116 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oSKRo-000828-Mj for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Aug 2022 11:43:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60784) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSKQy-0007K0-Ag for emacs-devel@gnu.org; Sun, 28 Aug 2022 11:42:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39924) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSKQy-0005S4-12; Sun, 28 Aug 2022 11:42:48 -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=UxryaIgXdJb229nAHTmAoPhRCahDuCpk70E6FdQIvA0=; b=lTAJwx4vvdTw i53657kHUNiB/0F4WY/hHvjOt416DgZoKgHfAICKp0LDrT67pBGIzvCImBYdu4CutESwL35QHHrgU gJns/cwOoGckHDk4S5wvPUaCPcifS0YeOLj4Pe+DPUgyhonf24Tk8x27Uiy1ag9Q7Y9kWaiVTgBME BWhz15Ed7b5+i0q1UENKxUkUxuNzrxVe1CFNuNcL6qAOlVYYbeoxYm0Rh0mjTBHtQAtc/CDFy7+8v SpcqsL7D7YilYo/Oqb+1cqsgDQD74qJx9smaq2k+IdPnRtsFm3kUX06wM2koHmye2FQPUQlrY1N6N gdmQhTOPCutUROs4NBzhNw==; Original-Received: from [87.69.77.57] (port=4730 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 1oSKQx-0007q0-4T; Sun, 28 Aug 2022 11:42:47 -0400 In-Reply-To: (message from Alan Mackenzie on Sun, 28 Aug 2022 15:39:09 +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:294251 Archived-At: > Date: Sun, 28 Aug 2022 15:39:09 +0000 > Cc: Gregory Heytings , rms@gnu.org, emacs-devel@gnu.org > From: Alan Mackenzie > > > And what does tty-type return when running Emacs on fbterm? > > On my system, it returns "fbterm". If on some systems it returns a string that's different from "linux", then starting Info for the first time will be faster on those systems.