emacs-diffs
[Top][All Lists]
Advanced

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

master aa59d38: Replace hex representation by its literal form in pretty


From: Lars Ingebrigtsen
Subject: master aa59d38: Replace hex representation by its literal form in pretty tex symbols
Date: Fri, 17 Sep 2021 13:02:37 -0400 (EDT)

branch: master
commit aa59d38c598f77cf1afbcb664e1ad73ed42ada52
Author: Uwe Brauer <oub@mat.ucm.es>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Replace hex representation by its literal form in pretty tex symbols
    
    * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist):
    Correct error \Bbb{T}, replace hex representation by its literal
    form (bug#50645).
---
 lisp/textmodes/tex-mode.el | 167 ++++++++++++++++++++++-----------------------
 1 file changed, 83 insertions(+), 84 deletions(-)

diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 0c7ab04..c8748e3 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -3469,98 +3469,97 @@ There might be text before point."
     ("\\Bbb{P}" . ?โ„™)                  ; Also sometimes \mathbb.
     ("\\Bbb{Q}" . ?โ„š)
     ("\\Bbb{R}" . ?โ„)
-    ("\\Bbb{T}" . ?โ„)
-    ("\\Bbb{T}" . #x1D54B)
+    ("\\Bbb{T}" . ?๐•‹)
     ("\\Bbb{Z}" . ?โ„ค)
     ("\\mathbb{N}" . ?โ„•)                       ; AMS commands for blackboard 
bold
     ("\\mathbb{P}" . ?โ„™)                       ; Also sometimes \mathbb.
     ("\\mathbb{Q}" . ?โ„š)
     ("\\mathbb{R}" . ?โ„)
-    ("\\mathbb{T}" . #x1D54B)
+    ("\\mathbb{T}" . ?๐•‹)
     ("\\mathbb{Z}" . ?โ„ค)
-    ("\\pm" . ?\u00B1)
-    ("\\|" . ?\u2016)
-    ("\\varkappa" . ?\u03F0)
+    ("\\pm" . ?ยฑ)
+    ("\\|" . ?โ€–)
+    ("\\varkappa" . ?ฯฐ)
     ;; caligraphic
-    ("\\mathcal{A}" . #x1D49C)
-    ("\\mathcal{B}" . #x0212C)
-    ("\\mathcal{C}" . #x1D49E)
-    ("\\mathcal{D}" . #x1D49F)
-    ("\\mathcal{E}" . #x02130)
-    ("\\mathcal{F}" . #x02131)
-    ("\\mathcal{G}" . #x1D4A2)
-    ("\\mathcal{H}" . #x0210B)
-    ("\\mathcal{I}" . #x02110)
-    ("\\mathcal{J}" . #x1D4A5)
-    ("\\mathcal{K}" . #x1D4A6)
-    ("\\mathcal{L}" . #x02112)
-    ("\\mathcal{M}" . #x02133)
-    ("\\mathcal{N}" . #x1D4A9)
-    ("\\mathcal{O}" . #x1D4AA)
-    ("\\mathcal{P}" . #x1D4AB)
-    ("\\mathcal{Q}" . #x1D4AC)
-    ("\\mathcal{R}" . #x0211B)
-    ("\\mathcal{S}" . #x1D4AE)
-    ("\\mathcal{T}" . #x1D4AF)
-    ("\\mathcal{U}" . #x1D4B0)
-    ("\\mathcal{V}" . #x1D4B1)
-    ("\\mathcal{W}" . #x1D4B2)
-    ("\\mathcal{X}" . #x1D4B3)
-    ("\\mathcal{Y}" . #x1D4B4)
-    ("\\mathcal{Z}" . #x1D4B5)
+    ("\\mathcal{A}" . ?๐’œ)
+    ("\\mathcal{B}" . ?โ„ฌ)
+    ("\\mathcal{C}" . ?๐’ž)
+    ("\\mathcal{D}" . ?๐’Ÿ)
+    ("\\mathcal{E}" . ?โ„ฐ)
+    ("\\mathcal{F}" . ?โ„ฑ)
+    ("\\mathcal{G}" . ?๐’ข)
+    ("\\mathcal{H}" . ?โ„‹)
+    ("\\mathcal{I}" . ?โ„)
+    ("\\mathcal{J}" . ?๐’ฅ)
+    ("\\mathcal{K}" . ?๐’ฆ)
+    ("\\mathcal{L}" . ?โ„’)
+    ("\\mathcal{M}" . ?โ„ณ)
+    ("\\mathcal{N}" . ?๐’ฉ)
+    ("\\mathcal{O}" . ?๐’ช)
+    ("\\mathcal{P}" . ?๐’ซ)
+    ("\\mathcal{Q}" . ?๐’ฌ)
+    ("\\mathcal{R}" . ?โ„›)
+    ("\\mathcal{S}" . ?๐’ฎ)
+    ("\\mathcal{T}" . ?๐’ฏ)
+    ("\\mathcal{U}" . ?๐’ฐ)
+    ("\\mathcal{V}" . ?๐’ฑ)
+    ("\\mathcal{W}" . ?๐’ฒ)
+    ("\\mathcal{X}" . ?๐’ณ)
+    ("\\mathcal{Y}" . ?๐’ด)
+    ("\\mathcal{Z}" . ?๐’ต)
     ;; fractur
-    ("\\mathfrak{A}" . #x1D504)
-    ("\\mathfrak{B}" . #x1D505)
-    ("\\mathfrak{C}" . #x0212D)
-    ("\\mathfrak{D}" . #x1D507)
-    ("\\mathfrak{E}" . #x1D508)
-    ("\\mathfrak{F}" . #x1D509)
-    ("\\mathfrak{G}" . #x1D50A)
-    ("\\mathfrak{H}" . #x0210C)
-    ("\\mathfrak{I}" . #x02111)
-    ("\\mathfrak{J}" . #x1D50D)
-    ("\\mathfrak{K}" . #x1D50E)
-    ("\\mathfrak{L}" . #x1D50F)
-    ("\\mathfrak{M}" . #x1D510)
-    ("\\mathfrak{N}" . #x1D511)
-    ("\\mathfrak{O}" . #x1D512)
-    ("\\mathfrak{P}" . #x1D513)
-    ("\\mathfrak{Q}" . #x1D514)
-    ("\\mathfrak{R}" . #x0211C)
-    ("\\mathfrak{S}" . #x1D516)
-    ("\\mathfrak{T}" . #x1D517)
-    ("\\mathfrak{U}" . #x1D518)
-    ("\\mathfrak{V}" . #x1D519)
-    ("\\mathfrak{W}" . #x1D51A)
-    ("\\mathfrak{X}" . #x1D51B)
-    ("\\mathfrak{Y}" . #x1D51C)
-    ("\\mathfrak{Z}" . #x02128)
-    ("\\mathfrak{a}" . #x1D51E)
-    ("\\mathfrak{b}" . #x1D51F)
-    ("\\mathfrak{c}" . #x1D520)
-    ("\\mathfrak{d}" . #x1D521)
-    ("\\mathfrak{e}" . #x1D522)
-    ("\\mathfrak{f}" . #x1D523)
-    ("\\mathfrak{g}" . #x1D524)
-    ("\\mathfrak{h}" . #x1D525)
-    ("\\mathfrak{i}" . #x1D526)
-    ("\\mathfrak{j}" . #x1D527)
-    ("\\mathfrak{k}" . #x1D528)
-    ("\\mathfrak{l}" . #x1D529)
-    ("\\mathfrak{m}" . #x1D52A)
-    ("\\mathfrak{n}" . #x1D52B)
-    ("\\mathfrak{o}" . #x1D52C)
-    ("\\mathfrak{p}" . #x1D52D)
-    ("\\mathfrak{q}" . #x1D52E)
-    ("\\mathfrak{r}" . #x1D52F)
-    ("\\mathfrak{s}" . #x1D530)
-    ("\\mathfrak{t}" . #x1D531)
-    ("\\mathfrak{u}" . #x1D532)
-    ("\\mathfrak{v}" . #x1D533)
-    ("\\mathfrak{w}" . #x1D534)
-    ("\\mathfrak{x}" . #x1D535)
-    ("\\mathfrak{y}" . #x1D536)
-    ("\\mathfrak{z}" . #x1D537)
+    ("\\mathfrak{A}" . ?๐”„)
+    ("\\mathfrak{B}" . ?๐”…)
+    ("\\mathfrak{C}" . ?โ„ญ)
+    ("\\mathfrak{D}" . ?๐”‡)
+    ("\\mathfrak{E}" . ?๐”ˆ)
+    ("\\mathfrak{F}" . ?๐”‰)
+    ("\\mathfrak{G}" . ?๐”Š)
+    ("\\mathfrak{H}" . ?โ„Œ)
+    ("\\mathfrak{I}" . ?โ„‘)
+    ("\\mathfrak{J}" . ?๐”)
+    ("\\mathfrak{K}" . ?๐”Ž)
+    ("\\mathfrak{L}" . ?๐”)
+    ("\\mathfrak{M}" . ?๐”)
+    ("\\mathfrak{N}" . ?๐”‘)
+    ("\\mathfrak{O}" . ?๐”’)
+    ("\\mathfrak{P}" . ?๐”“)
+    ("\\mathfrak{Q}" . ?๐””)
+    ("\\mathfrak{R}" . ?โ„œ)
+    ("\\mathfrak{S}" . ?๐”–)
+    ("\\mathfrak{T}" . ?๐”—)
+    ("\\mathfrak{U}" . ?๐”˜)
+    ("\\mathfrak{V}" . ?๐”™)
+    ("\\mathfrak{W}" . ?๐”š)
+    ("\\mathfrak{X}" . ?๐”›)
+    ("\\mathfrak{Y}" . ?๐”œ)
+    ("\\mathfrak{Z}" . ?โ„จ)
+    ("\\mathfrak{a}" . ?๐”ž)
+    ("\\mathfrak{b}" . ?๐”Ÿ)
+    ("\\mathfrak{c}" . ?๐” )
+    ("\\mathfrak{d}" . ?๐”ก)
+    ("\\mathfrak{e}" . ?๐”ข)
+    ("\\mathfrak{f}" . ?๐”ฃ)
+    ("\\mathfrak{g}" . ?๐”ค)
+    ("\\mathfrak{h}" . ?๐”ฅ)
+    ("\\mathfrak{i}" . ?๐”ฆ)
+    ("\\mathfrak{j}" . ?๐”ง)
+    ("\\mathfrak{k}" . ?๐”จ)
+    ("\\mathfrak{l}" . ?๐”ฉ)
+    ("\\mathfrak{m}" . ?๐”ช)
+    ("\\mathfrak{n}" . ?๐”ซ)
+    ("\\mathfrak{o}" . ?๐”ฌ)
+    ("\\mathfrak{p}" . ?๐”ญ)
+    ("\\mathfrak{q}" . ?๐”ฎ)
+    ("\\mathfrak{r}" . ?๐”ฏ)
+    ("\\mathfrak{s}" . ?๐”ฐ)
+    ("\\mathfrak{t}" . ?๐”ฑ)
+    ("\\mathfrak{u}" . ?๐”ฒ)
+    ("\\mathfrak{v}" . ?๐”ณ)
+    ("\\mathfrak{w}" . ?๐”ด)
+    ("\\mathfrak{x}" . ?๐”ต)
+    ("\\mathfrak{y}" . ?๐”ถ)
+    ("\\mathfrak{z}" . ?๐”ท)
     ("--" . ?โ€“)
     ("---" . ?โ€”)
     ("\\ordfeminine" . ?ยช)



reply via email to

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