diff options
author | Glenn Morris <rgm@gnu.org> | 2018-11-24 07:51:04 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-11-24 07:51:04 -0800 |
commit | 023502af450f9af3ab80747e5be4812cbc750f45 (patch) | |
tree | 5fea297e38d2c3f2f7fd7f9f365773301f01f601 /lisp/international | |
parent | dcacff41958d6dc12baf05e7e9de13d1ab5b09ae (diff) | |
parent | 56e3e4fe6816b5f13c410300e2bf5a0c1fcbe03a (diff) | |
download | emacs-023502af450f9af3ab80747e5be4812cbc750f45.tar.gz |
Merge from origin/emacs-26
56e3e4f Improve indexing in the ELisp manual
7a4992a More Symbola-related extensions for default fontset
4ae0a75 Better support for display of U+1F900..U+1F9FF block
8f0c788 Improve documentation of 'edit-abbrevs-mode'
3c643e7 ; NEWS tweak
477414a Improve documentation of 'dired-do-compress'
9c09b1d ; * etc/NES: Minor change in the description of Dired's 'Z'.
52715e3 Improve doc string and display of 'describe-character'
93242b1 * etc/NEWS: Clarify what 'Z' does in Dired. (Bug#33450)
0d59ae3 Update the docs of object internals
Conflicts:
etc/NEWS
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/fontset.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 529262a1e7d..143b7b71808 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -815,9 +815,16 @@ (#x4DC0 . #x4DFF) ;; Yijing Hexagram Symbols (#xFE10 . #xFE1F) ;; Vertical Forms (#x10100 . #x1013F) ;; Aegean Numbers + (#x10190 . #x101CF) ;; Ancient Symbols + (#x101D0 . #x101FF) ;; Phaistos Disc (#x102E0 . #x102FF) ;; Coptic Epact Numbers (#x1D000 . #x1D0FF) ;; Byzantine Musical Symbols (#x1D200 . #x1D24F) ;; Ancient Greek Musical Notation + (#x1D2E0 . #x1D2FF) ;; Mayan Numerals + (#x1D300 . #x1D35F) ;; Tai Xuan Jing Symbols + (#x1D360 . #x1D37F) ;; Counting Rod Numerals + (#x1F000 . #x1F02F) ;; Mahjong Tiles + (#x1F030 . #x1F09F) ;; Domino Tiles (#x1F0A0 . #x1F0FF) ;; Playing Cards (#x1F100 . #x1F1FF) ;; Enclosed Alphanumeric Suppl (#x1F300 . #x1F5FF) ;; Misc Symbols and Pictographs @@ -826,7 +833,9 @@ (#x1F680 . #x1F6FF) ;; Transport and Map Symbols (#x1F700 . #x1F77F) ;; Alchemical Symbols (#x1F780 . #x1F7FF) ;; Geometric Shapes Extended - (#x1F800 . #x1F8FF))) ;; Supplemental Arrows-C + (#x1F800 . #x1F8FF) ;; Supplemental Arrows-C + (#x1F900 . #x1F9FF) ;; Supplemental Symbols and Pictographs + (#x1FA00 . #x1FA6F))) ;; Chess Symbols (set-fontset-font "fontset-default" symbol-subgroup '("Symbola" . "iso10646-1") nil 'prepend)) ;; Box Drawing and Block Elements |