emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 7a4992a: More Symbola-related extensions for defa


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 7a4992a: More Symbola-related extensions for default fontset
Date: Fri, 23 Nov 2018 16:34:43 -0500 (EST)

branch: emacs-26
commit 7a4992a0d392843c0f13709a575a08ecaf56b51c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    More Symbola-related extensions for default fontset
    
    * lisp/international/fontset.el (setup-default-fontset): Add
    few more blocks of symbols and punctuation supported by     latest
    Symbola.
---
 lisp/international/fontset.el | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 63452b3..f17b126 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
@@ -827,7 +834,8 @@
              (#x1F700 . #x1F77F)       ;; Alchemical Symbols
              (#x1F780 . #x1F7FF)       ;; Geometric Shapes Extended
              (#x1F800 . #x1F8FF)       ;; Supplemental Arrows-C
-             (#x1F900 . #x1F9FF)))     ;; Supplemental Symbols and Pictographs
+             (#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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]