]> git.eshelyaron.com Git - emacs.git/commitdiff
* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Oct 2008 04:32:09 +0000 (04:32 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 26 Oct 2008 04:32:09 +0000 (04:32 +0000)
to the courier family.
* textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
usually not serif'd and hence rather unlike verbatim's printed output.

lisp/ChangeLog
lisp/faces.el
lisp/textmodes/tex-mode.el

index 9ca30dcc7a53d01c52387fcc8125cf2b85442ac1..8abb20b481be11571dd9f7fa755aa19f27666dfe 100644 (file)
@@ -1,3 +1,10 @@
+2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
+       to the courier family.
+       * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
+       usually not serif'd and hence rather unlike verbatim's printed output.
+
 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
index cab7f5b52cc578c9756b5dd314f17afa47099ce1..661cb9db4f0137eb32ce770115f83fd28af603d4 100644 (file)
@@ -70,7 +70,7 @@ a font height that isn't optimal."
 ;; which are generally available.
 (defcustom face-font-family-alternatives
   '(("Monospace" "courier" "fixed")
-    ("courier" "fixed")
+    ("courier" "CMU Typewriter Text" "fixed")
     ("Sans Serif" "helv" "helvetica" "arial" "fixed")
     ("helv" "helvetica" "arial" "fixed"))
   "*Alist of alternative font family names.
index 6b516ca6e90eff01eb38e0192fffb48ad4454425..7515e864fa5c295641ec3935f31726b3824f84cd 100644 (file)
@@ -725,7 +725,7 @@ Not smaller than the value set by `tex-suscript-height-minimum'."
 
 (defface tex-verbatim
   ;; '((t :inherit font-lock-string-face))
-  '((t :family "monospace"))
+  '((t :family "courier"))
   "Face used to highlight TeX verbatim environments."
   :group 'tex)
 ;; backward-compatibility alias