From: Tassilo Horn Date: Tue, 15 Sep 2015 12:10:48 +0000 (+0200) Subject: Use OPEN BOX instead of space for \quad. X-Git-Tag: emacs-25.0.90~1224^2~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40d3a151c281f841fb2b34a8c4ccdd3a80de908f;p=emacs.git Use OPEN BOX instead of space for \quad. * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Use OPEN BOX character for \quad instead of a space. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 5fdf9e3b250..0ff0bee96c6 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -3272,7 +3272,7 @@ There might be text before point." ("\\prod" . ?∏) ("\\propto" . ?∝) ("\\qed" . ?∎) - ("\\quad" . ? ) + ("\\quad" . ?␣) ("\\rangle" . 10217) ; Literal ?⟩ breaks indentation. ("\\rbrace" . ?}) ("\\rbrack" . ?\])