The client-side fonts through Xft are unreasonably slow. This hack
seems to work fairly well; we still have most of the right international
characters.
(if mdw-black-background
'((background-mode . dark))
'((background-mode . light)))
(if mdw-black-background
'((background-mode . dark))
'((background-mode . light)))
+ (and (eq window-system 'x)
+ '((font . "6x13")))
(and (eq window-system 'pm)
'((font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850")
(menu-font . "8.Helv")
(and (eq window-system 'pm)
'((font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850")
(menu-font . "8.Helv")