Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emacs 24 but ~0 fonts?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
nordic bro
Guru
Guru


Joined: 25 Oct 2003
Posts: 585

PostPosted: Fri Oct 11, 2013 8:51 pm    Post subject: emacs 24 but ~0 fonts? Reply with quote

kind of a tard question because I'm sure I'm overlooking something real easy but I can't figure out what. I searched and can't find anything useful - how/what do I have to do to tell emacs I have a pile of fonts installed? right now "m-x list-fontsets" lists a couple basics and that's it. xlsfonts shows a ton (as do other apps) so they're there.

I've tried with and w/o my ~/.emacs, ~/.Xdefaults, ~/.Xresources, I just can get it to find/use anything but these:

Code:
Fontset: -*-*-*-*-*-*-*-*-*-*-*-*-fontset-default
Fontset: -*-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard
Fontset: -monotype-Courier New-normal-normal-normal-*-14-*-*-*-m-0-fontset-startup


not sure what helpful info to include besides these:

xorg.log:

Code:
[    54.752] (**) FontPath set to:
   /usr/share/fonts/misc:unscaled,
   /usr/share/fonts/TTF,
   /usr/share/fonts/corefonts,
   /usr/share/fonts/freefonts,
   /usr/share/fonts/ttf-bitstream-vera,
   /usr/share/fonts/dejavu,
   /usr/share/fonts/75dpi:unscaled,
   /usr/share/fonts/100dpi:unscaled,
   /usr/share/fonts/mine_misc,
   /usr/share/fonts/mine_xp-ttf,
   /usr/share/fonts/urw-fonts,
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/


equery u emacs-24.3-r2

Code:

 + + X                 
 + + Xaw3d             
 + + alsa               
 - - athena             
 + + dbus               
 - - games             
 - - gconf             
 + + gif               
 + + gnutls             
 - - gpm               
 - - gsettings         
 + + gtk               
 - - gtk3               
 + + gzip-el           
 - - hesiod             
 - - imagemagick       
 + + jpeg               
 - - kerberos           
 - - libxml2           
 - - livecd             
 - - m17n-lib           
 - - motif             
 - - pax_kernel         
 + + png               
 - - sound             
 - - source             
 + + svg               
 + + tiff               
 + + toolkit-scroll-bars
 - - wide-int           
 + + xft               
 + + xpm


fontconfig-2.8.0-r1
libXft-2.3.1

equery u freetype-2.4.11

Code:
 + + X         
 - - auto-hinter
 - - bindist   
 + + bzip2     
 - - debug     
 - - doc       
 - - fontforge 
 + + infinality
 + + static-libs
 - - utils


thanks.
Back to top
View user's profile Send private message
ulm
Developer
Developer


Joined: 04 Oct 2004
Posts: 98
Location: Mainz, Germany

PostPosted: Sat Oct 12, 2013 8:44 pm    Post subject: Reply with quote

As far as I know, there's indeed no "nice" GUI command that would allow to select an Xft font from a list of fonts. You can set the default font in ~/.Xresources:
Code:
Emacs.font: DejaVu Sans Mono-12
or in your ~/.emacs file:
Code:
(set-default-font "DejaVu Sans Mono-12")
The latter command can also be used interactively (M-x set-default-font RET). Auto-completion won't work, though.

You can find some more detailed information in the Gentoo Wiki, http://wiki.gentoo.org/wiki/Xft_support_for_GNU_Emacs, or in the Emacs Wiki, http://www.emacswiki.org/emacs/XftGnuEmacs.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum