次のコマンドを使用して、Ubuntuシステムのemacs(X11)で解放モノフォントを使用していましたが、うまく機能しました。
(custom-set-faces
'(default ((t (:inherit nil :stipple nil :background "lightgrey" :foreground "gray20" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :width normal :height 120 :family "liberation mono"))))
'(background "blue")
'(font-lock-builtin-face ((((class color) (background dark)) (:foreground "Turquoise"))))
'(font-lock-comment-face ((t (:foreground "darkred"))))
'(font-lock-constant-face ((((class color) (background dark)) (:bold t :foreground "DarkOrchid"))))
'(font-lock-doc-string-face ((t (:foreground "lightblue"))))
'(font-lock-function-name-face ((t (:foreground "blue"))))
'(font-lock-keyword-face ((t (:bold t :foreground "steelblue"))))
; '(font-lock-keyword-face ((t (:bold t :foreground "CornflowerBlue"))))
'(font-lock-preprocessor-face ((t (:italic nil :foreground "CornFlowerBlue"))))
'(font-lock-reference-face ((t (:foreground "DodgerBlue"))))
'(font-lock-string-face ((t (:foreground "Aquamarine4")))))
このように見えた:
私たちのシステム管理者はUbuntuの新しいリリースにアップグレードし、フォントはemacsで完全に異なって見えます。アンチエイリアス処理されていないように見え、「太字が小さく」表示され、次のようになります。
以前のように見えるようにしようとしています。基本的に、Mac OS XのMonaco固定幅フォントにできるだけ近いフォントの外観が必要です。これは私の端末では次のようになります。
これをどのように行うことができますか?アイデア?理解できません。ありがとう。