From: Clément Pit-Claudel Date: Mon, 16 Aug 2021 12:10:41 +0000 (+0200) Subject: Remove prettification for \par in tex-mode X-Git-Tag: emacs-28.0.90~1483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adb450719a63621decab2bfb4addb030afd14db2;p=emacs.git 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). --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 51216bdbe73..c53acf53e7e 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" . ?⊥)