]> code.delx.au - gnu-emacs/commit
Improve display of tex-verbatim and Info quoted
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 May 2016 20:30:33 +0000 (13:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 May 2016 20:32:29 +0000 (13:32 -0700)
commit36906806ccfc0e53f1d8c365ab0d7151288b7833
treec21972d551a2727eb9834173658d4147f0dbbccd
parent536ddf40cc30fbf68c4e6afb2d3d2d8e53458381
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.
doc/emacs/display.texi
doc/lispref/display.texi
etc/NEWS
lisp/faces.el
lisp/info.el
lisp/textmodes/tex-mode.el
test/lisp/legacy/font-parse-tests.el