Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69cb8d82
Commit
69cb8d82
authored
Jul 08, 2009
by
Kenichi Handa
Browse files
(setup-default-fontset): For each script, append (not set) font-specs.
parent
ab3c1ccf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-1
lisp/international/fontset.el
lisp/international/fontset.el
+2
-1
No files found.
lisp/ChangeLog
View file @
69cb8d82
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* progmodes/gdb-mi.el (gdb): Remove description of
* progmodes/gdb-mi.el (gdb): Remove description of
gdb-use-separate-io-buffer.
gdb-use-separate-io-buffer.
(menu): Don't allow toggling of or enable
(menu): Don't allow toggling of or enable
gdb-use-separate-io-buffer from menubar.
gdb-use-separate-io-buffer from menubar.
2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
...
@@ -27,6 +27,9 @@
...
@@ -27,6 +27,9 @@
2009-07-08 Kenichi Handa <handa@m17n.org>
2009-07-08 Kenichi Handa <handa@m17n.org>
* international/fontset.el (setup-default-fontset): For each
script, append (not set) font-specs.
* language/japanese.el (japanese-shift-jis-2004): Fix typo in the
* language/japanese.el (japanese-shift-jis-2004): Fix typo in the
docstring.
docstring.
...
...
lisp/international/fontset.el
View file @
69cb8d82
...
@@ -526,7 +526,8 @@
...
@@ -526,7 +526,8 @@
mahjong-tile
mahjong-tile
domino-tile
))
domino-tile
))
(
set-fontset-font
"fontset-default"
(
set-fontset-font
"fontset-default"
script
(
font-spec
:registry
"iso10646-1"
:script
script
)))
script
(
font-spec
:registry
"iso10646-1"
:script
script
)
nil
'append
))
;; Special settings for `MATHEMATICAL (U+1D400..U+1D7FF)'.
;; Special settings for `MATHEMATICAL (U+1D400..U+1D7FF)'.
(
dolist
(
math-subgroup
'
((
#x1D400
#x1D433
mathematical-bold
)
(
dolist
(
math-subgroup
'
((
#x1D400
#x1D433
mathematical-bold
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment