Hi,

I noticed that Japanese text cannot be displayed in the menu bar.
I use the LUCID menu bar, not the GTK version, and I don't have
X resources.  You will be able to reproduce this by starting
Emacs with the -Q option and evaluating the following form:

(let ((japanese (decode-coding-string "\e$B%F%9%H\e(B" 'iso-2022-jp)))
  (easy-menu-define testing-menu global-map "Testing."
    `("Testing"
      [,japanese (lambda nil (interactive) (message ,japanese)) t]))
  (easy-menu-add testing-menu global-map))

I found the way to make it work.  That is to re-set the font for
the `menu' face as follows:

(set-face-font 'menu (face-font 'menu))

But I don't think this is the right way.  WDYT?

Regards,


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to