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.help Subject: Re: Find all the name and alias corresponding to a codepoint in Emacs. Date: Sat, 12 Mar 2022 13:40:12 +0200 Message-ID: <83ee37mmar.fsf@gnu.org> References: <83fsnnd6n2.fsf@gnu.org> <83ee37cy43.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28861"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 12 12:41:17 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nT07Y-0007LG-KE for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 12 Mar 2022 12:41:16 +0100 Original-Received: from localhost ([::1]:40444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nT07X-0003Dl-87 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 12 Mar 2022 06:41:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nT06o-0003CO-BF for help-gnu-emacs@gnu.org; Sat, 12 Mar 2022 06:40:31 -0500 Original-Received: from [2001:470:142:3::e] (port=35494 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nT06o-00074a-1t for help-gnu-emacs@gnu.org; Sat, 12 Mar 2022 06:40:30 -0500 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=gPWR1s1cxy3YcRnetpUruF8mc0/4tIMaJ2kOT/JY8kA=; b=qQJvFx0ZA7D7 qHvMAyuWDQBAsVdGlYvsxPVm3f8AGm6BGDo5p0d+qebZ3a7zPRz/JsJlljNKyDKyil7NcLK6JPp5i zKnrg38QVgnlH9QOCC43Wew/4rcufbSmsYg51GZSQIXIiG+sJ8QrImpC/HiGf8zr2sbpqcw/gwwzL WkOI1FkCjNcGw0POaFVzXGyIQuAFBHSYdXFUBYicnp4emR4R8RwgJroPKGGo2gysiot9epsyrRc32 nWd6jfl0D2JphLmdpZWS1MnBREw+fbWKzg4c5akEZ6wo0odGkr+A3AlkOc38QnVQ/3b6nuJj5UPku 0dSA/mzeHsh4rME3O2lGkw==; Original-Received: from [87.69.77.57] (port=1852 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 1nT06S-000146-Br for help-gnu-emacs@gnu.org; Sat, 12 Mar 2022 06:40:28 -0500 In-Reply-To: (message from Hongyi Zhao on Sat, 12 Mar 2022 19:20:11 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136488 Archived-At: > From: Hongyi Zhao > Date: Sat, 12 Mar 2022 19:20:11 +0800 > Cc: help-gnu-emacs > > > > Character code properties: customize what to show > > > name: GRAVE ACCENT > > > old-name: SPACING GRAVE > > > general-category: Sk (Symbol, Modifier) > > > canonical-combining-class: 0 (Spacing, split, enclosing, reordrant, > > > and Tibetan subjoined) > > > bidi-class: ON (Other Neutrals) > > > decomposition: (96) ('`') > > > mirrored: N > > > > Why is that a problem? > > The "grave accent" is also named as "backtick" or "backquote", and I > hope to see all these names in Emacs. We only show the Unicode data, and it has only "SPACING GRAVE" as an alternative name.