1
デフォルトのemacsフォントをOptions/Set Default Fontメニュー項目を使ってLMMonoLtCond10に設定しました。私にこれをさせるGUIウィジェット)。私のemacsはすぐに新しいフォントを採用しました。とても嬉しかったです。私はその後、オプション/保存オプションはなかった、と私.emacs.d/init.elファイルを検査するには、それが次のよう書かれていたことを見た:(私は以下に定義された他の顔がいくつかありますEmacs customize-faceが自分自身の.emacsに書き込んだフォント名を認識できない/
(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システム上で。
* Messages *の顔に関するメッセージはありますか? –
悲しいことに、起動時に_Messages_には何も報告されていません。 –
シェルコマンドfc-listには 'LMMonoLtCond'は言及されていませんので、emacsが起動するダイアログに表示されているにもかかわらず、これを使用すべきではないという示唆です。 –