>>>> "MF" == Mike Fabian <mfabian(a)suse.de>
writes:
MF> The FontSet, which is used while inputting Japanese using XIM and
MF> which is also used for the menu bar, can be selected using something
MF> like
MF> !! FontSet for menus when you use --with-xfs or --with-xim=xlib.
MF> XEmacs*fontSet: -*-fixed-medium-r-normal--16-*
MF> in .Xresources.
MF> Is it also possible to change this FontSet later, after XEmacs has
MF> been started?
MF> Currently, if I change the fonts used for normal text within XEmacs at
MF> runtime (using 'set-face-font'), the font used for XIM doesn't change.
MF> For example if I change to a bigger font to be able to read Japanese
MF> better, the font used for XIM still stays tiny and difficult to read.
MF> I.e. while typing a Japanese word or phrase, pressing SPC to convert
MF> to Kanji and selecting the correct Kanji, the characters are small.
MF> After the conversion to Kanji is finished, the characters jump to the
MF> size of the surrounding characters.
MF> If the FontSet used for XIM could be changed at runtime too, this
MF> annoying behaviour could be avoided.
Correct.
This is not currently possible. The XIM fonts used are settable by
XEmacs, and therefore there should be a xim-face, which inherits from
'default. Implementing this properly will likely take some work.
In the meantime, of course, as a workaround you can change your X
resources and your default face, and start a new XEmacs.
Martin