since a clean install on a new hdd of 11.1 and KDE (have been using suse for years), i’ve been unable to control the default font family or font size used by xemacs in the buffers.
i’m using 11.1’s standard version of xemacs which is 21.5.28 of May 2007.
the following custom.el line used to work for me under 10.1 and 10.1’s default version of xemacs:
(custom-set-faces
'(default ((t (:foreground “cyan3” :background “black” :size “16” :family “Courier”))) t))
now under 11.1 and 25.5.28, neither the size nor family settings seem to matter, however both the foreground and background settings have their expected effects.
if i change the size by options->font size → (size) to say 16, the radio diamond does not update and the buffer text does not change size … however, when I select text in the buffer, the selected text enlarges.
i’ve tried using an .Xdefaults file, and i’ve tried simplifying my custom.el file to the point of it containing only that single line.
any help would be appreciated