"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
>>>>> "Dieter" == Dieter Pfeiffer
<pfeiffer(a)rol3.com> writes:
Dieter> my xemacs 21.4 on linux shows the behavour of not changing
Dieter> the font size of spezial characters of the german
Dieter> language. I have this
Does "special" mean "non-ASCII"?
I obviously didn't read the first email, but I think I had similar
problems, e.g. the cyrillic fonts were unreadable tiny. I don't know
why but only my 8859-15 font was set correctly. I now have this in my
init.el:
(set-face-font 'default
'("-misc-fixed-medium-r-normal-*-14-*-*-*-*-*-iso8859-2"
"-misc-fixed-medium-r-normal-*-14-*-*-*-*-*-iso8859-5"
"-misc-fixed-medium-r-normal-*-14-*-*-*-*-*-iso8859-15"))
and it works.
bye, Adam.