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: [PATCH] Re: itrans input methods and motion keys Date: Sun, 03 Jul 2022 10:07:47 +0300 Message-ID: <83y1xaad30.fsf@gnu.org> References: <87k091dqhl.fsf@gmail.com> <87a69vfyzi.fsf@gmail.com> <87r1346prc.fsf@gmx.net> <87pmiojc5n.fsf@gmail.com> <87r13350lx.fsf_-_@gmx.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19795"; mail-complaints-to="usenet@ciao.gmane.io" Cc: visuweshm@gmail.com, emacs-devel@gnu.org To: James Thomas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 03 09:08:53 2022 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 1o7tiu-00051e-OU for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Jul 2022 09:08:52 +0200 Original-Received: from localhost ([::1]:43758 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7tit-0007n1-BX for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Jul 2022 03:08:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7ti7-0006p2-MT for emacs-devel@gnu.org; Sun, 03 Jul 2022 03:08:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7ti7-00005I-DO; Sun, 03 Jul 2022 03:08:03 -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=SJeVIwRY5WV5vShN3JtsZ6I1rWtJ6SiI243aFAnTlI4=; b=V3YXr4IxnUF0 snYyvTOmLnzY5H5RmzFQjTRpn6GdXfjmqjvfOohGBEYefaD+nuviMI/GoIZaVGPauZ1aYu4N2pE4i QbdirrF+9quattnQhj9RUJqqLjp7gJu5pj9m4D/WZcFnHWkBFcrKafFbG6Xb3txfF/y7I9X4m4/od c1qQLZAQa3jXP5C2lbDbbIxy+1K2dzXTP7Z66bMTa1Cleu7FdEEkAoRtkljVY+RQzVZkLlj4h2N9t WWuR9dC3RW0VCSX50HDKPW5HpZzz6m8KA0/We6pugefJWDU/Ot2E275p4sV57YSqW/9QtY8gctJCM 2JvAiiajlq+6Eaxl3GW/2g==; Original-Received: from [87.69.77.57] (port=1131 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7ti5-0000Z4-Bv; Sun, 03 Jul 2022 03:08:01 -0400 In-Reply-To: <87r13350lx.fsf_-_@gmx.net> (message from James Thomas on Sat, 02 Jul 2022 14:53:54 +0530) 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" Xref: news.gmane.io gmane.emacs.devel:291806 Archived-At: > From: James Thomas > Cc: emacs-devel@gnu.org > Date: Sat, 02 Jul 2022 14:53:54 +0530 > > From the docstring: > > > DETERMINISTIC non-nil means the first candidate of translation is > > selected automatically without allowing users to select another > > translation for a key. > > So if we've concluded that there is only one valid candidate for > translation of the current input (upto the last key), there would be no > harm is setting it. SIMPLE simply controls one of the keyboard > mechanisms for selecting any such alternative candidates. Someone who > uses Devanagari should probably test it and weigh in, though. > > In any case I'd like to throw in a patch for a similar change to > malayalam-mozhi, which I've tested. :) Thanks, installed.