From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Writting Greek in Emacs Date: Sat, 21 Sep 2024 11:23:44 +0300 Message-ID: <868qvl5sa7.fsf@gnu.org> References: <87frpvk8l9.fsf@thanosapollo.org> <87zfo1khkd.fsf@thanosapollo.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11803"; mail-complaints-to="usenet@ciao.gmane.io" Cc: manikulin@gmail.com, emacs-devel@gnu.org To: Thanos Apollo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 21 10:24:25 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1srvPk-0002vl-Uc for ged-emacs-devel@m.gmane-mx.org; Sat, 21 Sep 2024 10:24:25 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1srvPH-0004wU-Uy; Sat, 21 Sep 2024 04:23:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1srvPG-0004wJ-Nz for emacs-devel@gnu.org; Sat, 21 Sep 2024 04:23:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1srvP8-00015B-5r; Sat, 21 Sep 2024 04:23:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ti3ELG0wxBP1NeYfMYOee7RaZvPbXblOnql6ulVVzD0=; b=OKCOpgKowio1 Bu5TkOzeLeVrqHxqrCAOjzVm4tuyQHMyESzSByaiH+2ngZTfCtB0Lia37PXRXrxY0DnweeDfVfkDx LPigrgpneIvu/CwKpNRr+QWO32cUhMKCof5G1dWd+f7gyGKwMqJnzr6hGWu2aGHoYt24T7yGYDUOD o0dCN54xO0QmhpZnUP7V9HGlrPhbj72MpvWaQKEfvSFmUZyf0CmdUSg2hhxTE3ziw7Lo3NZPzNPL/ rGUtCpn2D6LAIcC/m3Fu9WZDK6VwwU4W0p9AXJiCN90U9Xh+95OTCrmXcXEvwokrM/dtvp+yPCxnl sgUKnAXnrjPYPkPQ2u27zw==; In-Reply-To: <87zfo1khkd.fsf@thanosapollo.org> (message from Thanos Apollo on Sat, 21 Sep 2024 02:53:54 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323885 Archived-At: > From: Thanos Apollo > Date: Sat, 21 Sep 2024 02:53:54 +0300 > > Max Nikulin writes: > > > As to input method using modifier keys, it might lead to conflicts with > > default key bindings for some commands. > > Yes, when I write in Greek I do not have access to emacs keybindings > (C-b etc). That's why I would like to implement a new greek input > method in emacs. It is even harder to use & configure Greek in emacs in > different OS, depending on how emacs was installed. > > (I'm not familiar with other OS outside of the GNU ecosystem, but this > is what colleagues of mine claimed). On MS-Windows, turning on an input method does not affect C- and M- combinations, they still produce their previous keys. But I know that this is not so on X.