Uwe Brauer writes:
(custom-set-faces
'(default ((t (:family "DejaVu Sans Mono" :foundry "unknown"
:slant
normal :weight normal :height 143 :width normal)))))
AFAIK DejaVa is a TrueType or OpenType font, configured via
fontconfig. You need to have an XFT-enabled XEmacs. To use
fontconfig-style fonts, you have to use set-face-font most likely.
(set-face-font 'default "DejaVu Sans Mono-14.3")
However when I run xfontsel I do not find this font and therefore do
not
know how to use in it Xemacs.
xfontsel doesn't know about fontconfig. Use fc-list to find out about
fontconfig fonts.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta