"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
(1) In 21.2.35, I am unable to change the font for the menubar using
the
incantation in etc/Emacs.ad:
src/xemacs -vanilla -xrm '*menubar*Font:-*-helvetica-*-*-*-*-*-240-*iso8859-1'
&
Have you tried this:
xemacs -vanilla -xrm 'XEmacs*fontSet:-*-helvetica-*-*-*-*-*-240-*iso8859-1'
&
I guess you have configured your XEmacs with '--with-xfs'. In that
case, the '*menubar*Font' resource seems to be ignored and the resource
'XEmacs*fontSet' is used instead for the menu bar (and for XIM).
I have tried this only with 21.1.10, but maybe it still works in the same
way for 21.2.35? (I don't have a 21.2.35 at hand here).
--
Mike Fabian <mfabian(a)suse.de>