unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63104: [PATCH] greek.el Rho for the input method greek-ibycus4
@ 2023-04-27  4:21 Lucifuge Rofocale
  2023-04-27  7:27 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Lucifuge Rofocale @ 2023-04-27  4:21 UTC (permalink / raw)
  To: 63104


[-- Attachment #1.1: Type: text/plain, Size: 198 bytes --]

Unexpectedly Ῥ (#x1fec GREEK CAPITAL LETTER RHO WITH DASIA) is bound to `R
rather than (R

In the input method "greek-ibycus4", ( is meant for the rough breathing, `
is for the grave accent.

[-- Attachment #1.2: Type: text/html, Size: 239 bytes --]

[-- Attachment #2: diff.txt --]
[-- Type: text/plain, Size: 309 bytes --]

diff --git a/lisp/leim/quail/greek.el b/lisp/leim/quail/greek.el
index 107f4131e38..714224040ae 100644
--- a/lisp/leim/quail/greek.el
+++ b/lisp/leim/quail/greek.el
@@ -1115,7 +1115,7 @@ "greek-ibycus4"
  ("`U" ?Ὺ)
  ("'U" ?Ύ)
 
- ("`R" ?Ῥ)
+ ("(R" ?Ῥ)
 
  ("+`" ?῭) ; #x1fed
  ("+'" ?΅) ; #x1fee

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

* bug#63104: [PATCH] greek.el Rho for the input method greek-ibycus4
  2023-04-27  4:21 bug#63104: [PATCH] greek.el Rho for the input method greek-ibycus4 Lucifuge Rofocale
@ 2023-04-27  7:27 ` Eli Zaretskii
  2023-05-05  5:51   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2023-04-27  7:27 UTC (permalink / raw)
  To: Lucifuge Rofocale; +Cc: 63104

> From: Lucifuge Rofocale <q670127@gmail.com>
> Date: Thu, 27 Apr 2023 13:21:23 +0900
> 
> Unexpectedly Ῥ (#x1fec GREEK CAPITAL LETTER RHO WITH DASIA) is bound to `R rather than (R
> 
> In the input method "greek-ibycus4", ( is meant for the rough breathing, ` is for the grave accent.

Thanks.  I didn't want to remove the old (and possibly mistaken)
sequence, so I just added the new one, "(R", on the emacs-29 branch.





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

* bug#63104: [PATCH] greek.el Rho for the input method greek-ibycus4
  2023-04-27  7:27 ` Eli Zaretskii
@ 2023-05-05  5:51   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2023-05-05  5:51 UTC (permalink / raw)
  To: q670127; +Cc: 63104-done

> Cc: 63104@debbugs.gnu.org
> Date: Thu, 27 Apr 2023 10:27:03 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > From: Lucifuge Rofocale <q670127@gmail.com>
> > Date: Thu, 27 Apr 2023 13:21:23 +0900
> > 
> > Unexpectedly Ῥ (#x1fec GREEK CAPITAL LETTER RHO WITH DASIA) is bound to `R rather than (R
> > 
> > In the input method "greek-ibycus4", ( is meant for the rough breathing, ` is for the grave accent.
> 
> Thanks.  I didn't want to remove the old (and possibly mistaken)
> sequence, so I just added the new one, "(R", on the emacs-29 branch.

No further comments in a week, so I assume the issue is fixed, and I'm
closing this bug.





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

end of thread, other threads:[~2023-05-05  5:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27  4:21 bug#63104: [PATCH] greek.el Rho for the input method greek-ibycus4 Lucifuge Rofocale
2023-04-27  7:27 ` Eli Zaretskii
2023-05-05  5:51   ` 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).