Skip to content

Instantly share code, notes, and snippets.

@George9000
Created September 24, 2023 22:26
Show Gist options
  • Save George9000/4cc9186971b25fe6b9eb5beceafa68e0 to your computer and use it in GitHub Desktop.
Save George9000/4cc9186971b25fe6b9eb5beceafa68e0 to your computer and use it in GitHub Desktop.
describe-char output in doom emacs
========\in=================
position: 4 of 1540 (0%), column: 2
character: ∈ (displayed as ∈) (codepoint 8712, #o21010, #x2208)
charset: unicode-bmp (Unicode Basic Multilingual Plane (U+0000..U+FFFF))
code point in charset: 0x2208
script: symbol
syntax: _ which means: symbol
category: .:Base, c:Chinese, h:Korean, j:Japanese
to input: type "C-x 8 RET 2208" or "C-x 8 RET ELEMENT OF"
buffer code: #xE2 #x88 #x88
file code: #xE2 #x88 #x88 (encoded by coding system utf-8-unix)
display: by this font (glyph code):
mac-ct:-*-JuliaMono-medium-normal-normal-*-16-*-*-*-m-0-iso10646-1 (#x1290)
Character code properties: customize what to show
name: ELEMENT OF
general-category: Sm (Symbol, Math)
decomposition: (8712) ('∈')
There is an overlay here:
From 2 to 16
face hl-line
priority -50
window nil
========\circ=================
position: 19 of 1540 (1%), column: 2
character: ∘ (displayed as ∘) (codepoint 8728, #o21030, #x2218)
charset: unicode-bmp (Unicode Basic Multilingual Plane (U+0000..U+FFFF))
code point in charset: 0x2218
script: symbol
syntax: _ which means: symbol
category: .:Base
to input: type "C-x 8 RET 2218" or "C-x 8 RET RING OPERATOR"
buffer code: #xE2 #x88 #x98
file code: #xE2 #x88 #x98 (encoded by coding system utf-8-unix)
display: by this font (glyph code):
mac-ct:-*-JuliaMono-medium-normal-normal-*-16-*-*-*-m-0-iso10646-1 (#x1499)
Character code properties: customize what to show
name: RING OPERATOR
general-category: Sm (Symbol, Math)
decomposition: (8728) ('∘')
There is an overlay here:
From 17 to 26
face hl-line
priority -50
window nil
There are text properties here:
fontified t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment