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 08:30:57 +0200 Message-ID: <83fsnnd6n2.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4575"; 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 07:31:19 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 1nSvHb-00017q-JP for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 12 Mar 2022 07:31:19 +0100 Original-Received: from localhost ([::1]:55636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSvHa-0004me-Nj for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 12 Mar 2022 01:31:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55136) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSvHD-0004mB-Uv for help-gnu-emacs@gnu.org; Sat, 12 Mar 2022 01:30:56 -0500 Original-Received: from [2001:470:142:3::e] (port=56208 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 1nSvHD-0007Ai-LR for help-gnu-emacs@gnu.org; Sat, 12 Mar 2022 01:30:55 -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=YFe11Kj1sDIiyUR9M6xEEvaCh2Dlz2bWmDCO5pTWcFc=; b=MPG3DHVwSYjG FcyaXeTp9mfxCuJZKtfQE9qx/B4sNyjrt39xW9KfjVJjVZdqklfjGrRVl78/zK4ahuHpxuD1P/lSV VqF9LRdcszSuj5TmBX5IuXYVTvVn4yV7R/hwwtMjLE6YiTtOcaiHasvs2CdoEFCpPwxJ4w42p8kfL djx1pX8BFJF63DDvukHTB8lVgh3JXrGTKonsvBrMyb3G5QTB/32Hj0jIgXptmCoGYcYro+YlJT8GA U6IaRTp4vXr505iWKm3e22n4USarNi7p84m8H7XW5Vx9E736UrycZXq+FQ7zdddDz4s7EO6I7S5mT vsugN9Opiy9/QLGGCDQKmQ==; Original-Received: from [87.69.77.57] (port=2153 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 1nSvHD-0000do-49 for help-gnu-emacs@gnu.org; Sat, 12 Mar 2022 01:30:55 -0500 In-Reply-To: (message from Hongyi Zhao on Sat, 12 Mar 2022 10:54:49 +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:136478 Archived-At: > From: Hongyi Zhao > Date: Sat, 12 Mar 2022 10:54:49 +0800 > > Say, for back-tick or grave accent ( ` ) symbol, I want to let Emacs > give me all of its name and alias, but the `M-x describe-char ` can > only give the following information: > > name: GRAVE ACCENT > old-name: SPACING GRAVE > > So, I want to know if it's possible to find all the name and alias > corresponding to a codepoint in Emacs. Right next to the "Character code properties:" heading in the buffer shown by describe-char, there's a button whose title is "customize what to show". If you click it or press RET on it, you will be shown a buffer where you customize what character properties to display.