For XEmacs 2.1.12 "GTK" I can set default font from gtkrc by next lines:
style "XEmacsText"
{
font = "-cronyx-courier-medium-r-*-*-*-120-*-*-*-*-*-*"
}
widget_class "*GtkXEmacs" style "XEmacsText"
But for XEmacs 2.4.0 configured --with-gtk this not work.
Question: How I can do this?
Additional info:
1. Full name of required font is
-Cronyx-Courier-Medium-R-Normal--17-120-100-100-M-90-KOI8-R
2. Both XEmacses builded without MULE.
Second Question: from where apart from default face I can change
background color for editor and minibuffer areas (for 2.4.0 --with-gtk)?
For 2.1.12 "GTK" it was possible from gtkrc. But now it not work.
Or I don't know how... :-(
--
Andrew W. Nosenko (awn(a)bcs.zp.ua)