Emacs customize-face丢失/无法识别它写入我的.emacs本身的字体名称

时间:2011-04-21 06:58:59

标签: emacs fonts customization emacs-faces

我使用选项/设置默认字体菜单项将我的默认emacs字体设置为LMMonoLtCond10(它带来了一个很好的字体选择器GUI小部件让我这样做)。我的emacs立即采用了新的字体,我很高兴。然后我做了选项/保存选项,并在检查我的.emacs.d / init.el文件时看到它写了以下内容:

(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "white" :foreground "black"     
  :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal   
  :weight light :height 120 :width normal :foundry "unknown" :family "LMMonoLtCond10"))))

(我在下面定义了几个其他面孔。)

不幸的是,如果我退出emacs并重新启动,则完全无法重新创建我选择的字体配置。相反,我认为它给了我LMRoman-12。我做错了什么,或者这是一个emacs错误。

我正在使用Emacs 23.1.1:

(emacs-version)
"GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1)
of 2011-03-05 on palmer, modified by Debian"

在Ubuntu系统上。

1 个答案:

答案 0 :(得分:0)

听起来可能是个错误。 M-x report-emacs-bug