unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 78e8893f5d: Add more subscript and superscript characters to "C-x 8"
       [not found] ` <20220530125926.5563DC01683@vcs2.savannah.gnu.org>
@ 2022-06-03 15:17   ` Robert Pluim
  2022-06-03 15:22     ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Pluim @ 2022-06-03 15:17 UTC (permalink / raw)
  To: emacs-devel; +Cc: Eli Zaretskii

>>>>> On Mon, 30 May 2022 08:59:26 -0400 (EDT), Eli Zaretskii <eliz@gnu.org> said:

    Eli> branch: master
    Eli> commit 78e8893f5d4b1c9ca5742fbe20bc5d05a843ed4e
    Eli> Author: Eli Zaretskii <eliz@gnu.org>
    Eli> Commit: Eli Zaretskii <eliz@gnu.org>

    Eli>     Add more subscript and superscript characters to "C-x 8"
    
    Eli>     * lisp/international/iso-transl.el (iso-transl-char-map): Add more
    Eli>     numerical superscript and subscript characters.  (Bug#55722)

Since it looks like itʼs now open season on iso-trans.el, how about
the following (although for completeness maybe we should add ™ to
the latin-{pre,post} input methods as well, and maybe also the ^4, ^5,
etc) :

diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el
index b90c065461..44c5f7c199 100644
--- a/lisp/international/iso-transl.el
+++ b/lisp/international/iso-transl.el
@@ -149,6 +149,8 @@ iso-transl-char-map
     ("R"    . [?®])
     ("*S"   . [?§])
     ("S"    . [?§])
+    ("*T"   . [?™])
+    ("T"    . [?™])
     ("*Y"   . [?¥])
     ("Y"    . [?¥])
     ("^1"   . [?¹])

Robert
-- 



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

* Re: master 78e8893f5d: Add more subscript and superscript characters to "C-x 8"
  2022-06-03 15:17   ` master 78e8893f5d: Add more subscript and superscript characters to "C-x 8" Robert Pluim
@ 2022-06-03 15:22     ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-06-03 15:22 UTC (permalink / raw)
  To: Robert Pluim; +Cc: emacs-devel

> From: Robert Pluim <rpluim@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Fri, 03 Jun 2022 17:17:20 +0200
> 
> Since it looks like itʼs now open season on iso-trans.el, how about
> the following (although for completeness maybe we should add ™ to
> the latin-{pre,post} input methods as well, and maybe also the ^4, ^5,
> etc) :

Fine with me, thanks.



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

end of thread, other threads:[~2022-06-03 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <165391556608.20300.4790305280351641022@vcs2.savannah.gnu.org>
     [not found] ` <20220530125926.5563DC01683@vcs2.savannah.gnu.org>
2022-06-03 15:17   ` master 78e8893f5d: Add more subscript and superscript characters to "C-x 8" Robert Pluim
2022-06-03 15:22     ` Eli Zaretskii

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).