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
804ad4c9
Commit
804ad4c9
authored
Sep 01, 2003
by
Kenichi Handa
Browse files
(setup-default-fontset): For Thai font, specify "*" family.
parent
00c8f418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/international/fontset.el
lisp/international/fontset.el
+4
-1
No files found.
lisp/international/fontset.el
View file @
804ad4c9
...
...
@@ -47,7 +47,10 @@
(
latin-iso8859-2
.
(
nil
.
"ISO8859-2"
))
(
latin-iso8859-3
.
(
nil
.
"ISO8859-3"
))
(
latin-iso8859-4
.
(
nil
.
"ISO8859-4"
))
(
thai-tis620
.
(
nil
.
"TIS620"
))
;; Setting "*" family is for a workaround of the problem
;; that a font of wrong size is preferred if the font
;; family matches with a requested one.
(
thai-tis620
.
(
"*"
.
"TIS620"
))
(
greek-iso8859-7
.
(
nil
.
"ISO8859-7"
))
(
arabic-iso8859-6
.
(
nil
.
"ISO8859-6"
))
(
hebrew-iso8859-8
.
(
nil
.
"ISO8859-8"
))
...
...
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