diff options
author | Glenn Morris <rgm@gnu.org> | 2019-08-20 09:01:55 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-08-20 09:01:55 -0700 |
commit | 8f68449c9476956425881bf1534fa727d5247448 (patch) | |
tree | 6647f6d286b2efdfab829f0a6715164743594084 /admin/notes | |
parent | 65dc07f563f229faadaa44312776941abbf6e1b6 (diff) | |
parent | 0b810ebc9fe65e447e37832db40ccf634e5548d9 (diff) | |
download | emacs-8f68449c9476956425881bf1534fa727d5247448.tar.gz emacs-8f68449c9476956425881bf1534fa727d5247448.tar.bz2 emacs-8f68449c9476956425881bf1534fa727d5247448.zip |
Merge from origin/emacs-26
0b810eb Fix a typo in char-width-table
3f00db7 Minor update in admin/notes/unicode
bcd0115 Fix lisp indent infloop on unfinished strings (Bug#37045)
5f992d1 Improve commentary in composite.el
3a04be2 ; Improve commentary in xdisp.c
15de1d1 Fix markup in dired-x.texi
bda7fc7 ; Fix typo in a doc string of speedbar.el
6f57ef9 * src/callproc.c (Fcall_process): Doc fix.
# Conflicts:
# doc/misc/dired-x.texi
# lisp/international/characters.el
# src/callproc.c
Diffstat (limited to 'admin/notes')
-rw-r--r-- | admin/notes/unicode | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 4d6aa6e9a9e..30ca463bf21 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode @@ -62,6 +62,9 @@ of OTF script tags in otf-script-alist, whose source is on this page: https://docs.microsoft.com/en-us/typography/opentype/spec/scripttags Other databases in fontset.el might also need to be updated as needed. +One notable place to check is the function setup-default-fontset, +where new scripts will generally need some addition, most probably to +the list of "simple" scripts (search for "Simple"). The function 'ucs-names', defined in lisp/international/mule-cmds.el, might need to be updated because it knows about used and unused ranges |