all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Cc: Eli Zaretskii <eliz@gnu.org>
Subject: Re: master 78e8893f5d: Add more subscript and superscript characters to "C-x 8"
Date: Fri, 03 Jun 2022 17:17:20 +0200	[thread overview]
Message-ID: <87pmjpydxb.fsf@gmail.com> (raw)
In-Reply-To: <20220530125926.5563DC01683@vcs2.savannah.gnu.org> (Eli Zaretskii's message of "Mon, 30 May 2022 08:59:26 -0400 (EDT)")

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



       reply	other threads:[~2022-06-03 15:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <165391556608.20300.4790305280351641022@vcs2.savannah.gnu.org>
     [not found] ` <20220530125926.5563DC01683@vcs2.savannah.gnu.org>
2022-06-03 15:17   ` Robert Pluim [this message]
2022-06-03 15:22     ` master 78e8893f5d: Add more subscript and superscript characters to "C-x 8" Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmjpydxb.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.