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))))
And for those like me who couldn't see the difference between these,
the new line with with fc-name-parse has an extra paren.
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.
No problem. Hope it works out for you. It seems to work for HELLO.
Most of the mail I get with Asian characters is spam, and I try not to
read those. :-)
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta