diff options
| author | Eli Zaretskii | 2023-12-23 06:30:40 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2023-12-23 06:30:40 -0500 |
| commit | 1be62044732df0c4f1be9679a4ada09850a9e2ab (patch) | |
| tree | 21e801fc520832d37dfcf744c174d55cf2a63d18 /admin | |
| parent | b09765a7114a92fbb71dad50a44a66938723624d (diff) | |
| parent | a4751657389cf47c18416fa5d148ad2a67e14565 (diff) | |
| download | emacs-1be62044732df0c4f1be9679a4ada09850a9e2ab.tar.gz emacs-1be62044732df0c4f1be9679a4ada09850a9e2ab.zip | |
Merge from origin/emacs-29
a4751657389 * doc/man/emacsclient.1: Fix --tramp option.
1e5357d3d1f * doc/man/emacsclient.1: Add missing sections (bug#66598)
fba7b9db397 Add explanation for extra parentheses in ELisp Introduction
77232826821 Add sample code to the "let*" section in "forward-paragraph"
7a00ca92c19 Fix treesit test (bug#67117)
d220893216c Fix c++-ts-mode indentation (bug#67975)
d386a8aa43f Recommend customizing eglot for python-base-mode
bd0c7589715 Improve documentation of new native-compilation commands
1ad126c0f28 ; Fix typo
77678244b83 doc/lispintro: Don't mention `set` (bug#67734)
cb3684e9dfa Fix script for some characters
2922d683b78 ; * src/treesit.c (treesit_traverse_child_helper): Fix co...
7b315e8a5c9 Fix an issue when searching subtree backward (bug#67117)
03625c2fefa Fix passive mode for tnftp client in ange-ftp.el.
b6429b1c1c7 ; Improve documentation of ispell.el's dictionary database
75cc1593412 ; * etc/PROBLEMS: Update the "GnuPG hangs" entry.
67d9af1c074 Fix using disabled command without a docstring
f68f3500236 Improve documentation of text properties handling when ya...
06c399914fa Eglot: Add Uiua language server
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/unidata/blocks.awk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk index 80ce7478a45..dd6d5796044 100755 --- a/admin/unidata/blocks.awk +++ b/admin/unidata/blocks.awk | |||
| @@ -60,6 +60,7 @@ BEGIN { | |||
| 60 | alias["cjk strokes"] = "cjk-misc" | 60 | alias["cjk strokes"] = "cjk-misc" |
| 61 | alias["cjk symbols and punctuation"] = "cjk-misc" | 61 | alias["cjk symbols and punctuation"] = "cjk-misc" |
| 62 | alias["halfwidth and fullwidth forms"] = "cjk-misc" | 62 | alias["halfwidth and fullwidth forms"] = "cjk-misc" |
| 63 | alias["yijing hexagram symbols"] = "cjk-misc" | ||
| 63 | alias["common indic number forms"] = "north-indic-number" | 64 | alias["common indic number forms"] = "north-indic-number" |
| 64 | 65 | ||
| 65 | tohex["a"] = 10 | 66 | tohex["a"] = 10 |
| @@ -94,7 +95,7 @@ function name2alias(name , w, w2) { | |||
| 94 | if (alias[name]) return alias[name] | 95 | if (alias[name]) return alias[name] |
| 95 | else if (name ~ /for symbols/) return "symbol" | 96 | else if (name ~ /for symbols/) return "symbol" |
| 96 | else if (name ~ /latin|combining .* marks|spacing modifier|tone letters|alphabetic presentation/) return "latin" | 97 | else if (name ~ /latin|combining .* marks|spacing modifier|tone letters|alphabetic presentation/) return "latin" |
| 97 | else if (name ~ /cjk|yijing|enclosed ideograph|kangxi/) return "han" | 98 | else if (name ~ /cjk|enclosed ideograph|kangxi/) return "han" |
| 98 | else if (name ~ /arabic/) return "arabic" | 99 | else if (name ~ /arabic/) return "arabic" |
| 99 | else if (name ~ /^greek/) return "greek" | 100 | else if (name ~ /^greek/) return "greek" |
| 100 | else if (name ~ /^coptic/) return "coptic" | 101 | else if (name ~ /^coptic/) return "coptic" |