From c87a663356cb39e01de643d820859ce7d33fdfab Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 2 Nov 2024 12:46:39 +0200 Subject: [PATCH 1/2] Imrpove greek input method * lisp/leim/quail/greek.el ("greek"): Add sequences for DIALYTIKA TONOS (U+0385) & fix double angle quation mark bindings. --- lisp/leim/quail/greek.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/leim/quail/greek.el b/lisp/leim/quail/greek.el index 7cf839f2f58..1cd75c3c518 100644 --- a/lisp/leim/quail/greek.el +++ b/lisp/leim/quail/greek.el @@ -1245,6 +1245,8 @@ "greek-ibycus4" ("K" ?Κ) ("L" ?Λ) (":" ?¨) + (";:" ?΅) + (":;" ?΅) ("\"" ?\") ("|" ?|) ("Z" ?Ζ) @@ -1280,8 +1282,8 @@ "greek-ibycus4" (":;i" ?ΐ) (";:y" ?ΰ) (":;y" ?ΰ) - (";<" ?«) - (";>" ?»)) + ("<<" ?«) + (">>" ?»)) (quail-define-package "greek-postfix" "GreekPost" "Ψ" nil -- 2.46.0