all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Find all the name and alias corresponding to a codepoint in Emacs.
Date: Sat, 12 Mar 2022 11:35:08 +0200	[thread overview]
Message-ID: <83ee37cy43.fsf@gnu.org> (raw)
In-Reply-To: <CAGP6POLeiC8XaMQg4Z_wC5JGdEobVmUPmHiEFyvaAZYm6UBuUQ@mail.gmail.com> (message from Hongyi Zhao on Sat, 12 Mar 2022 16:55:26 +0800)

> From: Hongyi Zhao <hongyi.zhao@gmail.com>
> Date: Sat, 12 Mar 2022 16:55:26 +0800
> Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
> 
> Now, I've enabled all the properties defined in "Describe Char Unidata List":
> 
> (setq describe-char-unidata-list
>       '(name old-name general-category canonical-combining-class
> bidi-class decomposition decimal-digit-value digit-value numeric-value
> mirrored iso-10646-comment uppercase lowercase titlecase)
>       )
> 
> 
> But `M-x describe-char ` still gives the following information:
> 
> ```
>              position: 1 of 1 (0%), column: 0
>             character: ` (displayed as `) (codepoint 96, #o140, #x60)
>               charset: ascii (ASCII (ISO646 IRV))
> code point in charset: 0x60
>                script: latin
>                syntax: '     which means: prefix
>              category: .:Base, a:ASCII, l:Latin, r:Roman
>              to input: type "C-x 8 RET 60" or "C-x 8 RET GRAVE ACCENT"
>           buffer code: #x60
>             file code: #x60 (encoded by coding system utf-8-unix)
>               display: by this font (glyph code):
>     ftcrhb:-PfEd-DejaVuSansMono Nerd Font
> Mono-regular-normal-normal-*-20-*-*-*-m-0-iso10646-1 (#x43)
> 
> 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 properties that aren't shown are all nil,
so they are not interesting.  Emacs shows to you all the properties
whose values are useful.



  reply	other threads:[~2022-03-12  9:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-12  2:54 Find all the name and alias corresponding to a codepoint in Emacs Hongyi Zhao
2022-03-12  4:00 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-03-12  6:30 ` Eli Zaretskii
2022-03-12  8:43   ` Hongyi Zhao
2022-03-12  8:55     ` Hongyi Zhao
2022-03-12  9:35       ` Eli Zaretskii [this message]
2022-03-12 11:20         ` Hongyi Zhao
2022-03-12 11:40           ` Eli Zaretskii
2022-03-12 11:57             ` Hongyi Zhao
2022-03-20 16:01             ` Felix Dietrich
2022-03-20 16:55               ` tomas
2022-03-21  1:12               ` Hongyi Zhao
2022-03-21  1:33                 ` Emanuel Berg via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ee37cy43.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.