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: Wed, 07 Sep 2022 05:37:06 +0300 Message-ID: <83edwnj4fh.fsf@gnu.org> References: <87edx28cl1.fsf@disroot.org> <83y1v7w6eu.fsf@gnu.org> <2f302d1c3966849477b3@heytings.org> <83mtbiovzr.fsf@gnu.org> <83a67hq3l7.fsf@gnu.org> <83mtbhneht.fsf@gnu.org> <83czcakqd3.fsf@gnu.org> <87a67dxhfw.fsf@dataswamp.org> <875yi0wzx7.fsf@dataswamp.org> <834jxkk635.fsf@gnu.org> <878rmw8085.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26406"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Emanuel Berg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 07 04:38:38 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 1oVkxZ-0006gG-5T for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Sep 2022 04:38:37 +0200 Original-Received: from localhost ([::1]:33780 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVkxX-0004EJ-OV for ged-emacs-devel@m.gmane-mx.org; Tue, 06 Sep 2022 22:38:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVkwT-0003Xo-Od for emacs-devel@gnu.org; Tue, 06 Sep 2022 22:37:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43306) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVkwS-0007nV-89; Tue, 06 Sep 2022 22:37:28 -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=XUiByHwY1Qce16kzGLJjfGMkpeuy0dsODuWWiWkUatw=; b=KFdyArup83A7 j9H+XzhdfEFHALwft+GGWFa1Pya+pgso52tLzUvV91/JGVL3MjAC5ExIWZhVyee//jAo3l99Frrj8 b/DbEo4DadAXloHUuNakL1uEFT4M6SpQ+qX4l05k3ZFFHospHDnJ3wdLbmETHgbU96ou4p7WOD/24 7WBIPKD1sFHCOl6y6BTVSYdXV+kVQhTlAoQ/jGBT+v4m8z6AB82Upv5JR+QUJD/O5c91UMACycL4J vK1nK3TZf4je4dqD/zOSOm6HrE9zZfEe/hY6vygUSPGvIPVuBmJ4C16VUvOHJHtnlVoWX2RRw2e6J xp8xJzB6z6yw72Hd2Qz9cQ==; Original-Received: from [87.69.77.57] (port=3239 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 1oVkwN-0002cQ-2w; Tue, 06 Sep 2022 22:37:26 -0400 In-Reply-To: <878rmw8085.fsf@dataswamp.org> (message from Emanuel Berg on Wed, 07 Sep 2022 03:03:22 +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" Xref: news.gmane.io gmane.emacs.devel:294813 Archived-At: > From: Emanuel Berg > Date: Wed, 07 Sep 2022 03:03:22 +0200 > > Eli Zaretskii wrote: > > >> Something like > >> > >> (set-unprintable-char-char chr) > > > > That would require Emacs to detect all the "unprintable" > > characters on each startup, which would slow down startup, > > sometimes to unacceptable lengths of time. > > > > If you followed the discussion, this was explained and > > unanimously rejected. > > Yes, but there is surely a way to get around that, a way that > is better If you know how to get around that, please tell the details.