1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* 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.
This commit is contained in:
Stefan Monnier 2008-10-26 04:32:09 +00:00
parent 4d632321c1
commit f37a389e68
3 changed files with 9 additions and 2 deletions

View 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

View 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.

View 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