emacs-diffs
[Top][All Lists]
Advanced

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

master adb4507 1/2: Remove prettification for \par in tex-mode


From: Lars Ingebrigtsen
Subject: master adb4507 1/2: Remove prettification for \par in tex-mode
Date: Mon, 16 Aug 2021 08:25:02 -0400 (EDT)

branch: master
commit adb450719a63621decab2bfb4addb030afd14db2
Author: Clément Pit-Claudel <clement.pitclaudel@live.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove prettification for \par in tex-mode
    
    * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Remove
    prettified version of `\par'.  Many fonts don't display anything for
    the character it was mapped to (#x2029 PARAGRAPH SEPARATOR), so
    enabling prettification makes every `\par' disappear (bug#50073).
---
 lisp/textmodes/tex-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 51216bd..c53acf5 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -3342,7 +3342,6 @@ There might be text before point."
     ("\\oplus" . ?⊕)
     ("\\oslash" . ?⊘)
     ("\\otimes" . ?⊗)
-    ("\\par" . ?
)
     ("\\parallel" . ?∥)
     ("\\partial" . ?∂)
     ("\\perp" . ?⊥)



reply via email to

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