From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
To: handa@m17n.org
Cc: emacs-devel@gnu.org
Subject: Re: set-fontset-font and preferred charset?
Date: Fri, 10 Jul 2009 11:52:45 +0900 (JST) [thread overview]
Message-ID: <20090710.115245.579061707355054240.kasahara@nc.kyushu-u.ac.jp> (raw)
In-Reply-To: <tl763e2dq1y.fsf@m17n.org>
On Thu, 09 Jul 2009 21:00:25 +0900,
Kenichi Handa <handa@m17n.org> said:
> This list looks good. Please try this workarond code
> instead. At least, it works for me.
>
> (if (display-graphic-p)
> (let ((fontset (face-attribute 'default :fontset)))
> (set-fontset-font fontset '(#x80 . #xFF)
> (font-spec :registry "iso8859-1" :script 'latin))
> (set-fontset-font fontset 'greek '(nil . "iso8859-7"))
> (set-fontset-font fontset 'cyrillic '(nil . "iso8859-5"))
> (set-fontset-font fontset '(#x80 . #xFFFF) '(nil . "jisx0208.1983-0")
> nil 'append)))
It worked for me, too. It seems quite complicated, but I'll try to
understand them and add other charsets if I need. Thank you very
much.
--
Yoshiaki Kasahara
Research Institute for Information Technology, Kyushu University
kasahara@nc.kyushu-u.ac.jp
next prev parent reply other threads:[~2009-07-10 2:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-03 5:15 set-fontset-font and preferred charset? Yoshiaki Kasahara
2009-07-03 5:53 ` Kenichi Handa
2009-07-03 6:24 ` Werner LEMBERG
2009-07-03 7:21 ` Kenichi Handa
2009-07-03 8:09 ` YAMAMOTO Mitsuharu
2009-07-06 12:17 ` Kenichi Handa
2009-07-03 9:05 ` Yoshiaki Kasahara
2009-07-08 7:44 ` Kenichi Handa
2009-07-08 8:09 ` YAMAMOTO Mitsuharu
2009-07-08 8:48 ` YAMAMOTO Mitsuharu
2009-07-08 11:29 ` Kenichi Handa
2009-07-09 0:00 ` YAMAMOTO Mitsuharu
2009-07-09 1:06 ` Kenichi Handa
2009-07-08 8:13 ` Yoshiaki Kasahara
2009-07-09 1:21 ` Kenichi Handa
2009-07-09 2:40 ` Yoshiaki Kasahara
2009-07-09 3:55 ` Kenichi Handa
2009-07-09 4:32 ` Yoshiaki Kasahara
2009-07-09 4:50 ` Kenichi Handa
2009-07-09 5:06 ` Yoshiaki Kasahara
2009-07-09 12:00 ` Kenichi Handa
2009-07-10 2:52 ` Yoshiaki Kasahara [this message]
2009-07-10 4:05 ` Kenichi Handa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090710.115245.579061707355054240.kasahara@nc.kyushu-u.ac.jp \
--to=kasahara@nc.kyushu-u.ac.jp \
--cc=emacs-devel@gnu.org \
--cc=handa@m17n.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.