]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove prettification for \par in tex-mode
authorClément Pit-Claudel <clement.pitclaudel@live.com>
Mon, 16 Aug 2021 12:10:41 +0000 (14:10 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Aug 2021 12:10:41 +0000 (14:10 +0200)
* 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

index 51216bdbe73c5e8995dbf3c0e34ed5d5d33c6231..c53acf53e7e59c90e09e33232780441a7cf6e7f7 100644 (file)
@@ -3342,7 +3342,6 @@ There might be text before point."
     ("\\oplus" . ?⊕)
     ("\\oslash" . ?⊘)
     ("\\otimes" . ?⊗)
-    ("\\par" . ?
)
     ("\\parallel" . ?∥)
     ("\\partial" . ?∂)
     ("\\perp" . ?⊥)