В моем файле .emacs
есть только одно:
(custom-set-variables
'(column-number-mode t)
'(display-time-mode t)
'(inhibit-startup-screen t)
'(load-home-init-file t t)
'(size-indication-mode t))
(custom-set-faces
'(default ((t (:inherit nil :stipple nil :background "#323232" :foreground "#BBBBBB" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :foundry "unknown" :family "Anonymous Pro")))))
, и я скопировал все файлы *.ttf
в ~/.fonts
, но когда я M-x describe-font
, я получаю:
name (opened by): -adobe-utopia-regular-r-normal--12-120-75-75-p-67-iso8859-1
full name: -adobe-utopia-regular-r-normal--12-120-75-75-p-67-iso8859-1
size: 12
height: 13
baseline-offset: 0
relative-compose: 0
То же самое происходит с большинством других шрифтов.Использование emacs 23.4.1.