unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49879: 27.2; Prettify Symbols Preview (tex--prettify-symbols-alist) did not look same with LaTeX [Tex Mode]
@ 2021-08-04 15:51 Chopong Wei via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-22 11:18 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Chopong Wei via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-08-04 15:51 UTC (permalink / raw)
  To: 49879




;;;-------------------------------------

Hey, I am not reporting a bug with TeX Mode or something.

I was writing something with TeX mode but the symbols
[tex--prettify-symbols-alist] did not look the same with the LaTeX
output.

I checked the list, and found something that could actually if modified to promote
the experience with Emacs Tex Mode.

1. the \alpha with keycode ASCII 945 [in list] or 120572 [LaTeX uses],
the other Lowercase Greek letters are the same.

2. the \longleftarrow and the \leftarrow are at the same length.

3. the slant symbols, \leqslant ⩽ and the \leq ≤ are the same.

and etc.

If you dont mind here is the list i modified.

THX for your great work with EMACS.

Best wishes!

Wei Shaopeng

USTC

;;;-------------------------------------


(defvar md-math-prettify-symbols-alist
'( ;; Lowercase Greek letters.
  ("\\alpha" . ?𝛼)
  ("\\beta" . ?𝛽)
  ("\\gamma" . ?𝛾)
  ("\\delta" . ?𝛿)
  ("\\epsilon" . ?𝜖)
  ("\\zeta" . ?𝜁)
  ("\\eta" . ?𝜂)
  ("\\theta" . ?𝜃)
  ("\\iota" . ?𝜄)
  ("\\kappa" . ?𝜅)
  ("\\lambda" . ?𝜆)
  ("\\mu" . ?𝜇)
  ("\\nu" . ?𝜈)
  ("\\xi" . ?𝜉)
  ;; There is no \omicron because it looks like a latin o.
  ("\\pi" . ?𝜋)
  ("\\rho" . ?𝜌)
  ("\\sigma" . ?𝜎)
  ("\\tau" . ?𝜏)
  ("\\upsilon" . ?𝜐)
  ("\\phi" . ?𝜙)
  ("\\chi" . ?𝜒)
  ("\\psi" . ?𝜓)
  ("\\omega" . ?𝜔)
  ;; Uppercase Greek letters.
  ("\\Gamma" . ?Γ) ?Γ
  ("\\Delta" . ?Δ)
  ("\\Lambda" . ?Λ)
  ("\\Phi" . ?Φ)
  ("\\Pi" . ?Π)
  ("\\Psi" . ?Ψ)
  ("\\Sigma" . ?Σ)
  ("\\Theta" . ?Θ)
  ("\\Upsilon" . ?Υ)
  ("\\Xi" . ?Ξ)
  ("\\Omega" . ?Ω)

  ;; Other math symbols (taken from leim/quail/latin-ltx.el).
  ("\\Box" . ?◻)
  ("\\Bumpeq" . ?≎)
  ("\\Cap" . ?⋒)
  ("\\Cup" . ?⋓)
  ("\\Diamond" . ?◊)
  ("\\Downarrow" . ?⇓)
  ("\\H{o}" . ?ő)
  ("\\Im" . ?ℑ)
  ("\\Join" . ?⋈)
  ("\\Leftarrow" . ?⇐)
  ("\\Leftrightarrow" . ?⇔)
  ("\\Ll" . ?⋘)
  ("\\Lleftarrow" . ?⇚)
  ("\\Longleftarrow" . ?⟸)
  ("\\Longleftrightarrow" . ?⟺)
  ("\\Longrightarrow" . ?⟹)
  ("\\Lsh" . ?↰)
  ("\\Re" . ?ℜ)
  ("\\Rightarrow" . ?⇒)
  ("\\Rrightarrow" . ?⇛)
  ("\\Rsh" . ?↱)
  ("\\Subset" . ?⋐)
  ("\\Supset" . ?⋑)
  ("\\Uparrow" . ?⇑)
  ("\\Updownarrow" . ?⇕)
  ("\\Vdash" . ?⊩)
  ("\\Vert" . ?‖)
  ("\\Vvdash" . ?⊪)
  ("\\aleph" . ?ℵ)
  ("\\amalg" . ?⨿)
  ("\\angle" . ?∠)
  ("\\approx" . ?≈)
  ("\\approxeq" . ?≊)
  ("\\ast" . ?∗)
  ("\\asymp" . ?≍)
  ("\\backcong" . ?≌)
  ("\\backepsilon" . ?∍)
  ("\\backprime" . ?‵)
  ("\\backsim" . ?∽)
  ("\\backsimeq" . ?⋍)
  ("\\backslash" . ?\\)
  ("\\barwedge" . ?⊼)
  ("\\because" . ?∵)
  ("\\beth" . ?ℶ)
  ("\\between" . ?≬)
  ("\\bigcap" . ?⋂)
  ("\\bigcirc" . ?◯)
  ("\\bigcup" . ?⋃)
  ("\\bigstar" . ?★)
  ("\\bigtriangledown" . ?▽)
  ("\\bigtriangleup" . ?△)
  ("\\bigvee" . ?⋁)
  ("\\bigwedge" . ?⋀)
  ("\\blacklozenge" . ?⧫)
  ("\\blacksquare" . ?◼)
  ("\\blacktriangle" . ?▴)
  ("\\blacktriangledown" . ?▾)
  ("\\blacktriangleleft" . ?◂)
  ("\\blacktriangleright" . ?▸)
  ("\\bot" . ?⊥)
  ("\\bowtie" . ?⋈)
  ("\\boxminus" . ?⊟)
  ("\\boxplus" . ?⊞)
  ("\\boxtimes" . ?⊠)
  ("\\bullet" . ?∙)
  ("\\bumpeq" . ?≏)
  ("\\cap" . ?∩)
  ("\\cdots" . ?⋯)
  ("\\centerdot" . ?·)
  ("\\checkmark" . ?✓)
  ("\\chi" . ?𝜒)
  ("\\cdot" . ?⋅)
  ("\\cdots" . ?⋯)
  ("\\circ" . ?∘)
  ("\\circeq" . ?≗)
  ("\\circlearrowleft" . ?↺)
  ("\\circlearrowright" . ?↻)
  ("\\circledR" . ?®)
  ("\\circledS" . ?Ⓢ)
  ("\\circledast" . ?⊛)
  ("\\circledcirc" . ?⊚)
  ("\\circleddash" . ?⊝)
  ("\\clubsuit" . ?♣)
  ("\\coloneq" . ?≔)
  ("\\complement" . ?∁)
  ("\\cong" . ?≅)
  ("\\coprod" . ?∐)
  ("\\cup" . ?∪)
  ("\\curlyeqprec" . ?⋞)
  ("\\curlyeqsucc" . ?⋟)
  ("\\curlypreceq" . ?≼)
  ("\\curlyvee" . ?⋎)
  ("\\curlywedge" . ?⋏)
  ("\\curvearrowleft" . ?↶)
  ("\\curvearrowright" . ?↷)
  ("\\dag" . ?†)
  ("\\dagger" . ?†)
  ("\\daleth" . ?ℸ)
  ("\\dashv" . ?⊣)
  ("\\ddag" . ?‡)
  ("\\ddagger" . ?‡)
  ("\\ddots" . ?⋱)
  ("\\diamond" . ?⋄)
  ("\\diamondsuit" . ?♢)
  ("\\divideontimes" . ?⋇)
  ("\\doteq" . ?≐)
  ("\\doteqdot" . ?≑)
  ("\\dotplus" . ?∔)
  ("\\dotsquare" . ?⊡)
  ("\\downarrow" . ?↓)
  ("\\downdownarrows" . ?⇊)
  ("\\downleftharpoon" . ?⇃)
  ("\\downrightharpoon" . ?⇂)
  ("\\ell" . ?ℓ)
  ("\\emptyset" . ?∅)
  ("\\eqcirc" . ?≖)
  ("\\eqcolon" . ?≕)
  ("\\eqslantgtr" . ?⪖)
  ("\\eqslantless" . ?⪖)
  ("\\equiv" . ?≡)
  ("\\exists" . ?∃)
  ("\\fallingdotseq" . ?≒)
  ("\\flat" . ?♭)
  ("\\forall" . ?∀)
  ("\\frown" . ?⌢)
  ("\\ge" . ?≥)
  ("\\geq" . ?≥)
  ("\\geqq" . ?≧)
  ("\\geqslant" . ?⩾)
  ("\\gets" . ?←)
  ("\\gg" . ?≫)
  ("\\ggg" . ?⋙)
  ("\\gimel" . ?ℷ)
  ("\\gnapprox" . ?⪊)
  ("\\gneq" . ?⪈)
  ("\\gneqq" . ?≩)
  ("\\gnsim" . ?⋧)
  ("\\gtrapprox" . ?⪆)
  ("\\gtrdot" . ?⋗)
  ("\\gtreqless" . ?⋛)
  ("\\gtreqqless" . ?⋛)
  ("\\gtrless" . ?≷)
  ("\\gtrsim" . ?≳)
  ("\\gvertneqq" . ?≩)
  ("\\hbar" . ?ℏ)
  ("\\heartsuit" . ?♡)
  ("\\hookleftarrow" . ?↩)
  ("\\hookrightarrow" . ?↪)
  ("\\iff" . ?⟺)
  ("\\imath" . ?ı)
  ("\\in" . ?∈)
  ("\\infty" . ?∞)
  ("\\int" . ?∫)
  ("\\intercal" . ?⊺)
  ("\\langle" . 10216)          ; 10216 Literal ?⟨ breaks indentation.
  ("\\lbrace" . ?{)
  ("\\lbrack" . ?\[)
  ("\\lceil" . ?⌈)
  ("\\ldots" . ?…)
  ("\\le" . ?≤)
  ("\\leadsto" . ?⇝)
  ("\\leftarrow" . ?←)
  ("\\leftarrowtail" . ?↢)
  ("\\leftharpoondown" . ?↽)
  ("\\leftharpoonup" . ?↼)
  ("\\leftleftarrows" . ?⇇)
  ;; ("\\leftparengtr" ?〈), see bug#12948.
  ("\\leftrightarrow" . ?↔)
  ("\\leftrightarrows" . ?⇆)
  ("\\leftrightharpoons" . ?⇋)
  ("\\leftrightsquigarrow" . ?↭)
  ("\\leftthreetimes" . ?⋋)
  ("\\leq" . ?≤)
  ("\\leqq" . ?≦)
  ("\\leqslant" . ?⩽)
  ("\\lessapprox" . ?⪅)
  ("\\lessdot" . ?⋖)
  ("\\lesseqgtr" . ?⋚)
  ("\\lesseqqgtr" . ?⪋)
  ("\\lessgtr" . ?≶)
  ("\\lesssim" . ?≲)
  ("\\lfloor" . ?⌊)
  ("\\lhd" . ?⊲)
  ("\\rhd" . ?⊳)
  ("\\ll" . ?≪)
  ("\\llcorner" . ?⌞)
  ("\\lnapprox" . ?⪉)
  ("\\lneq" . ?⪇)
  ("\\lneqq" . ?≨)
  ("\\lnsim" . ?⋦)
  ("\\longleftarrow" . ?⟵)
  ("\\longleftrightarrow" . ?⟷)
  ("\\longmapsto" . ?⟼)
  ("\\longrightarrow" . ?⟶)
  ("\\looparrowleft" . ?↫)
  ("\\looparrowright" . ?↬)
  ("\\lozenge" . ?◊)
  ("\\lq" . ?‘)
  ("\\lrcorner" . ?⌟)
  ("\\ltimes" . ?⋉)
  ("\\lvertneqq" . ?≨)
  ("\\maltese" . ?✠)
  ("\\mapsto" . ?↦)
  ("\\measuredangle" . ?∡)
  ("\\mho" . ?℧)
  ("\\mid" . ?∣)
  ("\\models" . ?⊧)
  ("\\mp" . ?∓)
  ("\\multimap" . ?⊸)
  ("\\nLeftarrow" . ?⇍)
  ("\\nLeftrightarrow" . ?⇎)
  ("\\nRightarrow" . ?⇏)
  ("\\nVDash" . ?⊯)
  ("\\nVdash" . ?⊮)
  ("\\nabla" . ?∇)
  ("\\napprox" . ?≉)
  ("\\natural" . ?♮)
  ("\\ncong" . ?≆)
  ("\\ne" . ?≠)
  ("\\nearrow" . ?↗)
  ("\\neg" . ?¬)
  ("\\neq" . ?≠)
  ("\\nequiv" . ?≢)
  ;;("\\newline" . ?
)
  ("\\nexists" . ?∄)
  ("\\ngeq" . ?≱)
  ("\\ngeqq" . ?)
  ("\\ngeqslant" . ?)
  ("\\ngtr" . ?≯)
  ("\\ni" . ?∋)
  ("\\nleftarrow" . ?↚)
  ("\\nleftrightarrow" . ?↮)
  ("\\nleq" . ?≰)
  ("\\nleqq" . ?)
  ("\\nleqslant" . ?)
  ("\\nless" . ?≮)
  ("\\nmid" . ?∤)
  ;; ("\\not" ?̸)              ;FIXME: conflict with "NOT SIGN" ¬.
  ("\\notin" . ?∉)
  ("\\nparallel" . ?∦)
  ("\\nprec" . ?⊀)
  ("\\npreceq" . ?)
  ("\\nrightarrow" . ?↛)
  ("\\nshortmid" . ?∤)
  ("\\nshortparallel" . ?∦)
  ("\\nsim" . ?≁)
  ("\\nsimeq" . ?≄)
  ("\\nsubset" . ?⊄)
  ("\\nsubseteq" . ?⊈)
  ("\\nsubseteqq" . ?⊈)
  ("\\nsucc" . ?⊁)
  ("\\nsucceq" . ?)
  ("\\nsupset" . ?⊅)
  ("\\nsupseteq" . ?⊉)
  ("\\nsupseteqq" . ?)
  ("\\ntriangleleft" . ?⋪)
  ("\\ntrianglelefteq" . ?⋬)
  ("\\ntriangleright" . ?⋫)
  ("\\ntrianglerighteq" . ?⋭)
  ("\\nvDash" . ?⊭)
  ("\\nvdash" . ?⊬)
  ("\\nwarrow" . ?↖)
  ("\\odot" . ?⊙)
  ("\\oint" . ?∮)
  ("\\ominus" . ?⊖)
  ("\\oplus" . ?⊕)
  ("\\oslash" . ?⊘)
  ("\\otimes" . ?⊗)
  ;; ("\\par" . ?
)
  ("\\parallel" . ?∥)
  ("\\partial" . ?∂)
  ("\\perp" . ?⊥)
  ("\\pitchfork" . ?⋔)
  ("\\prec" . ?≺)
  ("\\precapprox" . ?⪷)
  ("\\preceq" . ?⪯)
  ("\\precnapprox" . ?⋨)
  ("\\precnsim" . ?⪹)
  ("\\precsim" . ?≾)
  ("\\prime" . ?′)
  ("\\prod" . ?∏)
  ("\\propto" . ?∝)
  ("\\qed" . ?∎)
  ("\\qquad" . ?⧢)
  ("\\quad" . ?␣)
  ("\\rangle" . 10217)            ; Literal ?⟩ breaks indentation.
  ("\\rbrace" . ?})
  ("\\rbrack" . ?\])
  ("\\rceil" . ?⌉)
  ("\\rfloor" . ?⌋)
  ("\\rightarrow" . ?→)
  ("\\rightarrowtail" . ?↣)
  ("\\rightharpoondown" . ?⇁)
  ("\\rightharpoonup" . ?⇀)
  ("\\rightleftarrows" . ?⇄)
  ("\\rightleftharpoons" . ?⇌)
  ;; ("\\rightparengtr" ?⦔) ;; Was ?〉, see bug#12948.
  ("\\rightrightarrows" . ?⇉)
  ("\\rightthreetimes" . ?⋌)
  ("\\risingdotseq" . ?≓)
  ("\\rtimes" . ?⋊)
  ("\\times" . ?×)
  ("\\sbs" . ?﹨)
  ("\\searrow" . ?↘)
  ("\\setminus" . ?∖)
  ("\\sharp" . ?♯)
  ("\\shortmid" . ?∣)
  ("\\shortparallel" . ?∥)
  ("\\sim" . ?∼)
  ("\\simeq" . ?≃)
  ("\\smallamalg" . ?∐)
  ("\\smallsetminus" . ?∖)
  ("\\smallsmile" . ?⌣)
  ("\\smile" . ?⌣)
  ("\\spadesuit" . ?♠)
  ("\\sphericalangle" . ?∢)
  ("\\sqcap" . ?⊓)
  ("\\sqcup" . ?⊔)
  ("\\sqsubset" . ?⊏)
  ("\\sqsubseteq" . ?⊑)
  ("\\sqsupset" . ?⊐)
  ("\\sqsupseteq" . ?⊒)
  ("\\square" . ?◻)
  ("\\squigarrowright" . ?⇝)
  ("\\star" . ?⋆)
  ("\\straightphi" . ?φ)
  ("\\subset" . ?⊂)
  ("\\subseteq" . ?⊆)
  ("\\subseteqq" . ?⫅)
  ("\\subsetneq" . ?⊊)
  ("\\subsetneqq" . ?⫋)
  ("\\succ" . ?≻)
  ("\\succapprox" . ?⪸)
  ("\\succcurlyeq" . ?≽)
  ("\\succeq" . ?⪰)
  ("\\succnapprox" . ?⋩)
  ("\\succnsim" . ?⋩)
  ("\\succsim" . ?≿)
  ("\\sum" . ?∑)
  ("\\supset" . ?⊃)
  ("\\supseteq" . ?⊇)
  ("\\supseteqq" . ?⫆)
  ("\\supsetneq" . ?⊋)
  ("\\supsetneqq" . ?⫌)
  ("\\surd" . ?√)
  ("\\swarrow" . ?↙)
  ("\\therefore" . ?∴)
  ("\\thickapprox" . ?≈)
  ("\\thicksim" . ?∼)
  ("\\to" . ?→)
  ("\\top" . ?⊤)
  ("\\triangle" . ?△)
  ("\\triangledown" . ?▿)
  ("\\triangleleft" . ?◃)
  ("\\trianglelefteq" . ?⊴)
  ("\\triangleq" . ?≜)
  ("\\triangleright" . ?▹)
  ("\\trianglerighteq" . ?⊵)
  ("\\twoheadleftarrow" . ?↞)
  ("\\twoheadrightarrow" . ?↠)
  ("\\ulcorner" . ?⌜)
  ("\\uparrow" . ?↑)
  ("\\updownarrow" . ?↕)
  ("\\upleftharpoon" . ?↿)
  ("\\uplus" . ?⊎)
  ("\\uprightharpoon" . ?↾)
  ("\\upuparrows" . ?⇈)
  ("\\urcorner" . ?⌝)
  ("\\u{i}" . ?ĭ)
  ("\\vDash" . ?⊨)
  ("\\varepsilon" . ?𝜀)
  ("\\varphi" . ?𝜑)
  ("\\varprime" . ?′)
  ("\\varpropto" . ?∝)
  ("\\varrho" . ?𝜚)
  ("\\varsigma" . ?𝜍)
  ("\\vartriangleleft" . ?⊲)
  ("\\vartriangleright" . ?⊳)
  ("\\vdash" . ?⊢)
  ("\\vdots" . ?⋮)
  ("\\vee" . ?∨)
  ("\\veebar" . ?⊻)
  ("\\vert" . ?|)
  ("\\wedge" . ?∧)
  ("\\wp" . ?℘)
  ("\\wr" . ?≀)
  ("\\Bbb{N}" . ?ℕ)			; AMS commands for blackboard bold
  ("\\Bbb{P}" . ?ℙ)			; Also sometimes \mathbb.
  ("\\Bbb{Q}" . ?ℚ)
  ("\\Bbb{R}" . ?ℝ)
  ("\\Bbb{Z}" . ?ℤ)
  ("--" . ?–)
  ("---" . ?—)
  ("\\ordfeminine" . ?ª)
  ("\\ordmasculine" . ?º)
  ("\\lambdabar" . ?ƛ)
  ("\\celsius" . ?℃)
  ("\\textmu" . ?µ)
  ("\\textfractionsolidus" . ?⁄)
  ("\\textbigcircle" . ?⃝)
  ("\\textmusicalnote" . ?♪)
  ("\\textdied" . ?✝)
  ("\\textcolonmonetary" . ?₡)
  ("\\textwon" . ?₩)
  ("\\textnaira" . ?₦)
  ("\\textpeso" . ?₱)
  ("\\textlira" . ?₤)
  ("\\textrecipe" . ?℞)
  ("\\textinterrobang" . ?‽)
  ("\\textpertenthousand" . ?‱)
  ("\\textbaht" . ?฿)
  ("\\textnumero" . ?№)
  ("\\textdiscount" . ?⁒)
  ("\\textestimated" . ?℮)
  ("\\textopenbullet" . ?◦)
  ("\\textlquill" . 8261)		; Literal ?⁅ breaks indentation.
  ("\\textrquill" . 8262)             ; Literal ?⁆ breaks indentation.
  ("\\textcircledP" . ?℗)
  ("\\textreferencemark" . ?※))
"A `prettify-symbols-alist' usable for (La)TeX modes.")


;;;-------------------------------------



In GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95))
of 2021-03-28 built on builder10-14.porkrind.org
Windowing system distributor 'Apple', version 10.3.2022
System Description:  macOS 11.4

Recent messages:
Applying style hooks...done
Unable to load color "unspecified-fg"
Use +,-,0 for further adjustment [6 times]
Sorting symbol...done
Removing duplicates...done
Open /Users/chopong/Desktop/demo.tex
Unable to load color "unspecified-fg"
Use +,-,0 for further adjustment [5 times]
Saving file /Users/chopong/Desktop/demo2.md...
Wrote /Users/chopong/Desktop/demo2.md

Configured using:
'configure --with-ns '--enable-locallisppath=/Library/Application
Support/Emacs/${version}/site-lisp:/Library/Application
Support/Emacs/site-lisp' --with-modules'

Configured features:
NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES
THREADS JSON PDUMPER GMP

Important settings:
value of $LANG: zh_CN.UTF-8
locale-coding-system: utf-8

Major mode: TeX/P

Minor modes in effect:
TeX-PDF-mode: t
md-math-mode: (mymath-highlights)
diredfl-global-mode: t
xterm-mouse-mode: t
default-text-scale-mode: t
winner-mode: t
auto-compile-on-load-mode: t
auto-compile-on-save-mode: t
mode-line-bell-mode: t
dimmer-mode: t
text-scale-mode: t
global-anzu-mode: t
anzu-mode: t
savehist-mode: t
counsel-mode: t
ivy-mode: t
delete-selection-mode: t
company-quickhelp-mode: t
company-quickhelp-local-mode: t
global-company-mode: t
company-mode: t
global-flycheck-mode: t
flycheck-mode: t
global-whitespace-cleanup-mode: t
whitespace-cleanup-mode: t
global-diff-hl-mode: t
diff-hl-mode: t
electric-pair-mode: t
beacon-mode: t
global-auto-revert-mode: t
show-paren-mode: t
whole-line-or-region-global-mode: t
whole-line-or-region-local-mode: t
hes-mode: t
guide-key-mode: t
global-page-break-lines-mode: t
shell-dirtrack-mode: t
ipretty-mode: t
immortal-scratch-mode: t
recentf-mode: t
ns-auto-titlebar-mode: t
override-global-mode: t
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
global-prettify-symbols-mode: t
prettify-symbols-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t

Load-path shadows:
/Users/chopong/.emacs.d/elpa/seq-2.22/seq hides /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/seq

Features:
(font-latex plain-tex tex-buf latex latex-flymake flymake-proc flymake
warnings tex-ispell tex-style tex tex-mode latexenc shadow sort
mail-extr view emacsbug message rmc rfc822 mml mml-sec epa epg
epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail hippie-expand-slime hippie-exp slime-fuzzy
slime-c-p-c slime-autodoc slime-editing-commands slime-repl elp
slime-parse slime-company slime arc-mode archive-mode hyperspec
two-column iso-transl tabify thai-util thai-word eieio-opt speedbar
sb-image ezimage dframe cl-print debug backtrace vc-git ffap cdlatex
texmathp executable crm help-fns radix-tree dracula-theme smex ido
mmm-erb mmm-region md-math md-math-symbols cmd-to-echo
shell-split-string rainbow-mode list-unicode-display vlf vlf-base
vlf-tune haml-mode js cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs markdown-mode css-mode eww
mm-url gnus nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045
ietf-drums mail-utils mm-util mail-prsvr url-queue url url-proxy
url-privacy url-expand url-methods url-history mailcap shr url-cookie
url-domsuf url-util puny svg tagedit sgml-mode dom toml-mode conf-mode
yaml-mode cljsbuild-mode elein flycheck-clojure cider cider-debug
cider-browse-ns cider-mode cider-inspector cider-completion
cider-profile cider-eval cider-repl-history pulse cider-repl
cider-resolve cider-test cider-overlays cider-stacktrace cider-doc
cider-browse-spec cider-clojuredocs cider-eldoc cider-client
cider-common cider-connection cider-util cider-popup sesman-browser
nrepl-client queue nrepl-dict cider-compat spinner sesman clojure-mode
lisp-mnt align parseedn parseclj-parser parseclj-lex a ruby-hash-syntax
rspec-mode ruby-compilation which-func imenu inf-ruby ruby-mode smie
switch-window switch-window-mvborder switch-window-asciiart quail alert
log4e notifications dbus xml gntp ivy-xref unfill aggressive-indent
cl-lib-highlight macrostep cl-libify diredfl elisp-slime-nav
highlight-quoted autoinsert jka-compr yasnippet-snippets yasnippet
disp-table bug-reference symbol-overlay rainbow-delimiters xt-mouse
default-text-scale winner auto-compile packed mode-line-bell dimmer
face-remap anzu savehist counsel xdg dired dired-loaddefs compile swiper
ivy delsel ivy-faces ivy-overlay colir color company-quickhelp pos-tip
company-oddmuse company-keywords company-etags etags fileloop generator
xref project company-gtags company-dabbrev-code company-dabbrev
company-files company-clang company-template company-capf company-cmake
company-bbdb company flycheck whitespace-cleanup-mode diff-hl log-view
pcvs-util vc-dir ewoc vc vc-dispatcher diff-mode elec-pair beacon
autorevert filenotify paren whole-line-or-region
highlight-escape-sequences guide-key s popwin dash diminish
page-break-lines display-line-numbers linum whitespace thingatpt
org-agenda org-refile ob-sqlite ob-sql ob-shell ob-ruby ob-python python
tramp-sh tramp tramp-loaddefs trampver tramp-integration files-x
tramp-compat shell parse-time iso8601 ls-lisp ob-plantuml ob-octave
ob-ledger ob-latex ob-gnuplot ob-dot ob-ditaa ob-R org ob ob-tangle
ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint
org-pcomplete pcomplete comint ring org-list org-faces org-entities
time-date noutline outline org-version ob-emacs-lisp ob-core ob-eval
org-table org-keys org-loaddefs find-func cal-menu calendar cal-loaddefs
ol org-compat org-macs format-spec bookmark text-property-search ipretty
pp immortal-scratch init session init-pos-package server init-cnfonts
init-anki init-tex init-ess init-sql init-ruby init-python reformatter
ansi-color init-javascript init-css init-clojure init-emacs-lisp derived
dashboard dashboard-widgets time recentf tree-widget wid-edit init-slime
init-markdown init-csv init-xxxml init-http init-org-agenda init-org
grab-mac-link init-editing-tools init-git-util init-yasnippet init-spell
init-smex init-whitespace init-flycheck init-company init-dired init-mmm
mmm-auto mmm-vars mmm-utils mmm-compat init-ivy init-sessions
init-recentf init-search init-osx-keys init-icons init-theme
init-sidebar pcase neotree init-mode-line smart-mode-line-dark-theme
smart-mode-line rich-minority init-compile init-uniquify init-window
ace-jump-mode advice windmove init-buffer ibuf-macs init-frame-gui
ns-auto-titlebar init-frame-term init-locale init-pre-package fullframe
cl-extra help-mode init-functions edmacro kmacro init-elpa use-package
use-package-ensure use-package-delight use-package-diminish
use-package-bind-key bind-key easy-mmode use-package-core finder-inf
init-plugins init-parameter tex-site helm-easymenu rx slime-autoloads cl
info package easymenu browse-url url-handlers url-parse auth-source
cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json
subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv
cl-loaddefs cl-lib china-util tooltip eldoc electric uniquify ediff-hook
vc-hooks lisp-float-type mwheel term/ns-win ns-win ucs-normalize
mule-util term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads kqueue cocoa ns multi-tty make-network-process emacs)

Memory information:
((conses 16 966983 286783)
(symbols 48 52650 136)
(strings 32 245659 35294)
(string-bytes 1 7200640)
(vectors 16 104924)
(vector-slots 8 2083339 605234)
(floats 8 570 1290)
(intervals 56 21663 10895)
(buffers 1000 30))





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-19 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 15:51 bug#49879: 27.2; Prettify Symbols Preview (tex--prettify-symbols-alist) did not look same with LaTeX [Tex Mode] Chopong Wei via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-22 11:18 ` Lars Ingebrigtsen
2022-09-19 19:20   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).