aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2016-05-13 13:30:33 -0700
committerEli Zaretskii2016-09-23 16:55:52 +0300
commit9135bd7af7bdf9f805b185a77fe4e6d33dec4009 (patch)
tree3dbebfada02bbb3369d4838a82bc261e4a694bfd /test
parente0dd65cd444fd9e5ee6b5921936c6c829df75e50 (diff)
downloademacs-9135bd7af7bdf9f805b185a77fe4e6d33dec4009.tar.gz
emacs-9135bd7af7bdf9f805b185a77fe4e6d33dec4009.zip
Improve display of tex-verbatim and Info quoted
Problem reported by Glenn Morris (Bug#19889). * doc/emacs/display.texi (Standard Faces): * doc/lispref/display.texi (Basic Faces): * etc/NEWS: Mention fixed-pitch-serif. * lisp/faces.el (face-font-family-alternatives): New family alias Monospace Serif. (fixed-pitch-serif): New face, which uses the new family. * lisp/info.el (Info-quoted): * lisp/textmodes/tex-mode.el (tex-verbatim): Use the new face. * test/lisp/legacy/font-parse-tests.el (font-parse-tests--data): Add test case for Monospace Serif. This is backport from master (cherry picked from commit 36906806ccfc0e53f1d8c365ab0d7151288b7833)
Diffstat (limited to 'test')
-rw-r--r--test/automated/font-parse-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automated/font-parse-tests.el b/test/automated/font-parse-tests.el
index 6274253360f..9f730d3148c 100644
--- a/test/automated/font-parse-tests.el
+++ b/test/automated/font-parse-tests.el
@@ -32,6 +32,7 @@
32(defvar font-parse-tests--data 32(defvar font-parse-tests--data
33 `((" " ,(intern " ") nil nil nil nil) 33 `((" " ,(intern " ") nil nil nil nil)
34 ("Monospace" Monospace nil nil nil nil) 34 ("Monospace" Monospace nil nil nil nil)
35 ("Monospace Serif" ,(intern "Monospace Serif") nil nil nil nil)
35 ("Foo1" Foo1 nil nil nil nil) 36 ("Foo1" Foo1 nil nil nil nil)
36 ("12" nil 12.0 nil nil nil) 37 ("12" nil 12.0 nil nil nil)
37 ("12 " ,(intern "12 ") nil nil nil nil) 38 ("12 " ,(intern "12 ") nil nil nil nil)