In article <[EMAIL PROTECTED]>, Richard Stallman <[EMAIL PROTECTED]> writes:

> Does this fix your problem?
> 
> (set-fontset-font
> (frame-parameter nil 'font)
> 'latin
> '("tahoma" . "unicode-bmp"))

>     Yes it does, thanks!

> Handa san, should we document this somewhere?

As this is a temporary problem, neither docstring nor info
is suitable.  So, I've just added this in README.unicode.

----------------------------------------------------------------------
Note: The fontset related codes are not yet matuared to work well with
the font backend method.  So, for instance, even if you start Emacs
as something like this:
  % emacs --enable-font-backend -fn tahoma
Non-ASCII Latin characters will not be displayed by the font
"tahoma".  In such a case, please try this:

(set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp"))
----------------------------------------------------------------------

---
Kenichi Handa
[EMAIL PROTECTED]


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to