"Andrew W. Nosenko" <awn(a)bcs.zp.ua> writes:
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.
In 21.4.x I disabled pulling the font from styles because too many people
complained about it pulling up variable-width fonts by default. You can
put something like this in your ~/.xemacs/gtk-options.el file:
(set-face-font 'default "-cronyx-courier-medium-r-*-*-*-120-*-*-*-*-*-*")
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... :-(
You can use M-x customize-face [ret] default [ret] to set the attributes on
it.
-bp
--
Ceterum censeo vi esse delendam