From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thanos Apollo Newsgroups: gmane.emacs.devel Subject: Re: Writting Greek in Emacs Date: Fri, 20 Sep 2024 15:24:13 +0300 Message-ID: <87setua4ya.fsf@thanosapollo.org> References: <87frpvk8l9.fsf@thanosapollo.org> <86ikur8vku.fsf@gnu.org> <878qvnk3j4.fsf@thanosapollo.org> <86ed5f8ugc.fsf@gnu.org> <875xqrk20g.fsf@thanosapollo.org> <86a5g38qkk.fsf@gnu.org> <87bk0jbh6t.fsf@thanosapollo.org> <867cb698ec.fsf@gnu.org> <8734lubs3z.fsf@thanosapollo.org> <86frpu7gmf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15861"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 20 14:24:45 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 1srcgn-00040K-Bm for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Sep 2024 14:24:45 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1srcgV-0005uX-P3; Fri, 20 Sep 2024 08:24:27 -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 1srcgT-0005nE-3z for emacs-devel@gnu.org; Fri, 20 Sep 2024 08:24:25 -0400 Original-Received: from smtp.forwardemail.net ([207.246.76.47]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1srcgR-000361-Cz for emacs-devel@gnu.org; Fri, 20 Sep 2024 08:24:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thanosapollo.org; h=Content-Type: MIME-Version: Message-ID: Date: References: In-Reply-To: Subject: Cc: To: From; q=dns/txt; s=fe-4dbabb00f3; t=1726835057; bh=AOKS2cmqIvGFJ0gtwhMkBgAUcOfBFLGlanlA7JS6+ok=; b=N5qpXYAJEGsB3k3PY8p2ZGOmmUELI8WzRdKviHdQpT7byhE5QZ+82OevWi/oIuPY/5Mq57HUM RPrOue5erH/cwxE8mFcHms2j6xMIG+KaDakpnQwjw/RQ7HtgUHzvrL0uzcvnakujtXJn1at/8qG Nbrr6gxS8Jrkm7GlfnjLcC8= In-Reply-To: <86frpu7gmf.fsf@gnu.org> X-Report-Abuse-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net Original-X-Complaints-To: abuse@forwardemail.net X-ForwardEmail-Version: 0.4.40 X-ForwardEmail-Sender: rfc822; public@thanosapollo.org, smtp.forwardemail.net, 207.246.76.47 X-ForwardEmail-ID: 66ed69523778d6fcc6900c5a Received-SPF: pass client-ip=207.246.76.47; envelope-from=SRS0=7d7c=QT=thanosapollo.org=public@fe-bounces.thanosapollo.org; helo=smtp.forwardemail.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action 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:323834 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Eli Zaretskii writes: > > I'm not sure this is related. As I wrote, it is okay for the input > method not to support more than one tonos following a base character. > But that does not (and should not) prevent the user from typing as > many tonos accents as he/she pleases by other means. The only > requirement from Emacs is not to crash as result of displaying such > sequences. I think there is also a misunderstanding here about how we input accents. First we define the accent e.g "=E1=BF=BD" and then we add the vo= wel "=CE=B1" -> "=CE=AC". We do not add a vowel and then "throw" accents at it= , thus it's not possible to add multiple tonos etc. Combinations of accents have specific keybindings, usually using modifier keys (Meta, Control). Do you have any examples of quail or any other input method that uses modifier keys? =2D-=20 Thanos Apollo https://thanosapollo.org --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJMBAEBCAA2FiEEYrdY0PZxmTi8Cc7KM59zbDpyCSgFAmbtaW0YHHB1YmxpY0B0 aGFub3NhcG9sbG8ub3JnAAoJEDOfc2w6cgkoSswP/3uKDG+HPfYRwHc6Xrp3jMom BOEsV6og0++OrR8QcDBRdAPm0UQDTWPWjhSu903ttCNYxdmoVEHT1BXaGUYIDM4m sCZdixLocW8+MmUmIMT+5gZvIU7HEVbbxpcGyc8pXOXqRKnuNT612775aEJ177Xp JFSC5tyzTZ50PRBhfLksNstLDs3Qcbz4L45QzHsuXfOUQq9+y8Ni521dBDpBBURG qCfOnltwy5d6a8fdqIoOmwgrFH2ZgtAnF9TgcaSR9DQgigKwbqzOp4Ut8eLlR/l3 TKCTJPgCZua1KE8Cp7rjvoDlVLnyMKOauoYwenc2CZjkyfrYs30jbnJ44/hQsr8K q5Kd8HCs77r7mu6lw8XAfT8yTUVMzrI1m44vOJSbgLDXyI3jD0xbaOBXar0eJIWo fEwgRe8PIi/BGArMCQk1zuqAi3FoRSGhVaPWIHU3Upxn9DHhCl2CzN9RTvbKS+H+ /T5webKlXl6PrJju2ujKvazgpzywOERZfXpNr+W/Te0GrjHIKyHBYHiJ73o2/G1q IpUeZoWr8koZ4I7+eMw+rEn0Nwl05zGuScNZPfhJ/cVuMDqzrajFW+JtOFEtzcMN +kq1UTpcncD9wXV0+P3iNatbX4PAr+NZ1wOWZ9DQu34bXtRnzc/Zxj9jbwED54I+ Povz51MrcALcqrhuAaA4 =ww00 -----END PGP SIGNATURE----- --=-=-=--