Linux/Ubuntu: DejaVu Sans Mono GNU emacs/Xemacs

"Stephen J. Turnbull" <[email protected]> Mon, 31 Aug 2015 10:45:10 +0900
Newsgroups gmane.emacs.xemacs.beta
Message-ID <[email protected]>
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.