emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 40d3a15: Use OPEN BOX instead of space for \quad.


From: Tassilo Horn
Subject: [Emacs-diffs] master 40d3a15: Use OPEN BOX instead of space for \quad.
Date: Tue, 15 Sep 2015 12:12:09 +0000

branch: master
commit 40d3a151c281f841fb2b34a8c4ccdd3a80de908f
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    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.
---
 lisp/textmodes/tex-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 5fdf9e3..0ff0bee 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" . ?\])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]