unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Michael Shulman <shulman@sandiego.edu>
Cc: 59476@debbugs.gnu.org
Subject: bug#59476: Inconsistency in TeX input method: \ggg vs \Ll
Date: Tue, 22 Nov 2022 12:06:45 +0100	[thread overview]
Message-ID: <874jurqmd6.fsf@gmail.com> (raw)
In-Reply-To: <CADYavpxn_+ZpRfV-ETKLXvvm+fEmzr3YznY3A4CPGrZ+oFNXPg@mail.gmail.com> (Michael Shulman's message of "Mon, 21 Nov 2022 23:25:04 -0800")

>>>>> On Mon, 21 Nov 2022 23:25:04 -0800, Michael Shulman <shulman@sandiego.edu> said:

    Michael> The quail key sequences in the "TeX" input method are inconsistent: the
    Michael> key sequence for 0x22D8 VERY MUCH LESS-THAN (⋘) is "\Ll", but the key
    Michael> sequence for 0x22D9 VERY MUCH GREATER-THAN (⋙) is "\ggg".

    Michael> Personally, I would prefer that they be made consistent by changing ⋘ to
    Michael> "\lll" (or at least adding it as an alternative), since the Agda input
    Michael> method, which inherits from the TeX input method, uses "\Gg" for the small
    Michael> Greek letter gamma (γ).

Thereʼs nothing stopping you from doing that locally:

(with-temp-buffer
  (activate-input-method "TeX") ;; the input method has to be triggered for `quail-package-alist' to be non-nil
  (let ((quail-current-package (assoc "TeX" quail-package-alist)))
    (quail-define-rules ((append . t))
                        ("\\lll" ?⋘))))

(I donʼt use the TeX input method, so I canʼt judge if doing that by
default makes sense, although adding it as an alternative seems
relatively harmless.)

Robert
-- 





  reply	other threads:[~2022-11-22 11:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22  7:25 bug#59476: Inconsistency in TeX input method: \ggg vs \Ll Michael Shulman
2022-11-22 11:06 ` Robert Pluim [this message]
2022-11-22 14:19   ` Eli Zaretskii
2022-11-22 15:52     ` Robert Pluim
2022-11-22 16:52       ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=874jurqmd6.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=59476@debbugs.gnu.org \
    --cc=shulman@sandiego.edu \
    /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 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).