Raymond Toy wrote:
I use elisp to set the fonts. I got the basic idea from Aidan.
Here
is what he sent to this list on Nov 10, 2012.
For anyone playing along at home, that code will fail with a complaint
that fc-name-unparse doesn't take 4 arguments.
(set-face-font 'default
(fc-name-unparse
(fc-font-match
(selected-device)
(fc-name-parse ,(format "-%d:lang=%s" size tag-name)))
nil '(x ,tag-name) 'append)))))
It looks like the last 2 lines of the above block should be
(fc-name-parse ,(format "-%d:lang=%s" size tag-name))))
nil '(x ,tag-name) 'append))))
But thanks for reposting that, Raymond. I'm looking forward to seeing
something other than empty boxes when I get emails that contain Asian
characters.
mike
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta