From 8a863a65cdd515f14425bb17f4ef6c2848ecbea4 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Nov 2024 05:45:19 +0200 Subject: [PATCH] Improve greek input method * lisp/leim/quail/greek.el ("greek"): Add sequences for DIALYTIKA TONOS (U+0385) and add proper bindings for double angle quotation marks. (Bug#73909) (cherry picked from commit 7cda5fa4cf6ecdfda108284717a1531cfc442fe4) --- lisp/leim/quail/greek.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/leim/quail/greek.el b/lisp/leim/quail/greek.el index 7cf839f2f58..f2b68d17b13 100644 --- a/lisp/leim/quail/greek.el +++ b/lisp/leim/quail/greek.el @@ -1245,6 +1245,8 @@ e.g. ("K" ?Κ) ("L" ?Λ) (":" ?¨) + (";:" ?΅) + (":;" ?΅) ("\"" ?\") ("|" ?|) ("Z" ?Ζ) @@ -1281,7 +1283,9 @@ e.g. (";:y" ?ΰ) (":;y" ?ΰ) (";<" ?«) - (";>" ?»)) + (";>" ?») + ("<<" ?«) + (">>" ?»)) (quail-define-package "greek-postfix" "GreekPost" "Ψ" nil -- 2.39.5