From 4ad75a50a266f24b48031fcf66df0738f66bea9b Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Wed, 8 Jun 2022 14:48:27 +0200 Subject: Add more super and subscript characters to latin input methods * lisp/leim/quail/latin-post.el ("latin-postfix", "latin-prefix"): Add mssing super and subscript characters. (Bug#55722) --- lisp/leim/quail/latin-pre.el | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lisp/leim/quail/latin-pre.el') diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el index 868e4d47747..d53da832be2 100644 --- a/lisp/leim/quail/latin-pre.el +++ b/lisp/leim/quail/latin-pre.el @@ -1197,9 +1197,16 @@ of characters from a single Latin-N charset. ("\"w" ?ẅ) ("\"y" ?ÿ) ("^ " ?^) + ("^0" ?⁰) ("^1" ?¹) ("^2" ?²) ("^3" ?³) + ("^4" ?⁴) + ("^5" ?⁵) + ("^6" ?⁶) + ("^7" ?⁷) + ("^8" ?⁸) + ("^9" ?⁹) ("^A" ?Â) ("^C" ?Ĉ) ("^E" ?Ê) @@ -1228,6 +1235,20 @@ of characters from a single Latin-N charset. ("^u" ?û) ("^w" ?ŵ) ("^y" ?ŷ) + ("^+" ?⁺) + ("^-" ?⁻) + ("_0" ?₀) + ("_1" ?₁) + ("_2" ?₂) + ("_3" ?₃) + ("_4" ?₄) + ("_5" ?₅) + ("_6" ?₆) + ("_7" ?₇) + ("_8" ?₈) + ("_9" ?₉) + ("_++" ?₊) + ("_-" ?₋) ("_+" ?±) ("_:" ?÷) ("_a" ?ª) -- cgit v1.2.1