From unknown Sat Sep 06 02:03:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#12072 <12072@debbugs.gnu.org> To: bug#12072 <12072@debbugs.gnu.org> Subject: Status: patch: fix quail inscript non-qwerty Reply-To: bug#12072 <12072@debbugs.gnu.org> Date: Sat, 06 Sep 2025 09:03:51 +0000 retitle 12072 patch: fix quail inscript non-qwerty reassign 12072 emacs submitter 12072 Daniel Bergey severity 12072 normal tag 12072 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 27 16:30:08 2012 Received: (at submit) by debbugs.gnu.org; 27 Jul 2012 20:30:08 +0000 Received: from localhost ([127.0.0.1]:44687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SurAl-00006j-GG for submit@debbugs.gnu.org; Fri, 27 Jul 2012 16:30:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59572) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SuoXj-0004ik-Le for submit@debbugs.gnu.org; Fri, 27 Jul 2012 13:41:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuoQz-0003zS-9I for submit@debbugs.gnu.org; Fri, 27 Jul 2012 13:34:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuoQz-0003zO-61 for submit@debbugs.gnu.org; Fri, 27 Jul 2012 13:34:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuoQx-00030O-Kr for bug-gnu-emacs@gnu.org; Fri, 27 Jul 2012 13:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuoQw-0003yo-FN for bug-gnu-emacs@gnu.org; Fri, 27 Jul 2012 13:34:39 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:57417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuoQw-0003yi-Cb for bug-gnu-emacs@gnu.org; Fri, 27 Jul 2012 13:34:38 -0400 Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 55B1C209DB for ; Fri, 27 Jul 2012 12:59:15 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 27 Jul 2012 12:59:15 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :mime-version:content-type; s=smtpout; bh=AHqU900ksAbr5linV9N5iA tVV6c=; b=Kc/DiWHLTlf73GBGDMJoW39MZ+c1A1GD03S2HjUgrBiLlYOI3p4rsU G6ZCxZQ9hpsvUz6LqGmbzwG64GC+5dsRxFfoj7mI0Xa+tsXGOF1escIgNgVBJK8b kmIGVmYyTHZpboE3MSU+J/dvlbyatJekGCAOw07CKNs58eN/cQdUQ= X-Sasl-enc: ggHgMg3xSg4QgubYbDJuIPwWpzkr96YyyYRuAv3CxKWg 1343408355 Received: from localhost (unknown [66.80.90.109]) by mail.messagingengine.com (Postfix) with ESMTPA id 0B3BB482508 for ; Fri, 27 Jul 2012 12:59:14 -0400 (EDT) From: Daniel Bergey To: bug-gnu-emacs@gnu.org Subject: patch: fix quail inscript non-qwerty User-Agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/24.1.1 (i486-pc-linux-gnu) Date: Fri, 27 Jul 2012 12:59:14 -0400 Message-ID: <87txwtqgwt.fsf@wonderlust.lan> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 27 Jul 2012 16:30:06 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) The attached patch fixes the quail Inscript (Indian language family) input methods when the underlying keyboard layout is not qwerty. The inscript layout is positional---the vowels should be under the left hand. quail-keyboard-layout should be consulted to ensure this happens. Each of the inscript layouts is defined by calling quail-define-inscript-package, so one change should fix them all. I've tested this patch with emacs 24.1, using qwerty and dvorak keyboards in X11, and devanagari-inscript input method. Changelog: 2012-07-27 Daniel Bergey leim/quail/indian.el: set kbd-translate for all Inscript layouts Inscript is a positional layout---vowels should be on the left hand regardless of the underlying characters produced by those keys. Patch: *** /tmp/9CVXFc_indian.el 2012-07-27 12:56:22.116246859 -0400 --- leim/quail/indian.el 2012-07-27 12:31:01.250554107 -0400 *************** *** 309,315 **** (defun quail-define-inscript-package (char-tables key-tables pkgname lang title docstring) (funcall 'quail-define-package pkgname lang title nil docstring ! nil nil nil nil nil nil nil nil) (let (char-table key-table char key) (while (and char-tables key-tables) (setq char-table (car char-tables) --- 309,315 ---- (defun quail-define-inscript-package (char-tables key-tables pkgname lang title docstring) (funcall 'quail-define-package pkgname lang title nil docstring ! nil nil nil t nil nil nil nil) (let (char-table key-table char key) (while (and char-tables key-tables) (setq char-table (car char-tables) From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 17 03:38:38 2012 Received: (at 12072-done) by debbugs.gnu.org; 17 Aug 2012 07:38:38 +0000 Received: from localhost ([127.0.0.1]:34647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T2H8g-0008Q4-8C for submit@debbugs.gnu.org; Fri, 17 Aug 2012 03:38:38 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:56701) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T2H8e-0008Px-2a for 12072-done@debbugs.gnu.org; Fri, 17 Aug 2012 03:38:36 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1T2H02-0000Iv-2Z; Fri, 17 Aug 2012 03:29:42 -0400 From: Glenn Morris To: 12072-done@debbugs.gnu.org Subject: Re: bug#12072: patch: fix quail inscript non-qwerty References: <87txwtqgwt.fsf@wonderlust.lan> X-Spook: SAFE Guantanamo industrial intelligence Crowell Saudi X-Ran: lGiEt\iW'pHU}:]Flx~Rg]lb-_(iY~{c3@z'#6ybM[XYJJ~1kCDK.6Y/;[1&n#^!c2lN># X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 17 Aug 2012 03:29:41 -0400 In-Reply-To: <87txwtqgwt.fsf@wonderlust.lan> (Daniel Bergey's message of "Fri, 27 Jul 2012 12:59:14 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 12072-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.3 Thanks. I don't understand this stuff, but you seem to know what you are talking about, so I applied this to Emacs trunk, which is currently expected to be released as 24.3. From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 17 09:58:31 2012 Received: (at 12072) by debbugs.gnu.org; 17 Aug 2012 13:58:31 +0000 Received: from localhost ([127.0.0.1]:35485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T2N4I-0002hf-Ns for submit@debbugs.gnu.org; Fri, 17 Aug 2012 09:58:31 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:34662) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T2N4H-0002hZ-2v for 12072@debbugs.gnu.org; Fri, 17 Aug 2012 09:58:29 -0400 Received: from 126.229.accsnet.ne.jp ([202.220.229.126]:58743 helo=ubuntu) by fencepost.gnu.org with esmtpa (Exim 4.71) (envelope-from ) id 1T2Mvd-0004NV-5k; Fri, 17 Aug 2012 09:49:33 -0400 From: Kenichi Handa To: Daniel Bergey Subject: Re: bug#12072: patch: fix quail inscript non-qwerty In-Reply-To: <87txwtqgwt.fsf@wonderlust.lan> (message from Daniel Bergey on Fri, 27 Jul 2012 12:59:14 -0400) Date: Fri, 17 Aug 2012 22:49:27 +0900 Message-ID: <871uj5wrvc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 12072 Cc: rgm@gnu.org, 12072@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) In article <87txwtqgwt.fsf@wonderlust.lan>, Daniel Bergey writes: > The attached patch fixes the quail Inscript (Indian language family) > input methods when the underlying keyboard layout is not qwerty. The > inscript layout is positional---the vowels should be under the left > hand. quail-keyboard-layout should be consulted to ensure this happens. > Each of the inscript layouts is defined by calling > quail-define-inscript-package, so one change should fix them all. Thank you for the fix. I agree that your change is necessary. In article , Glenn Morris writes: > Thanks. I don't understand this stuff, but you seem to know what you are > talking about, so I applied this to Emacs trunk, which is currently > expected to be released as 24.3. Thank you for committing the patch. --- Kenichi Handa handa@gnu.org From unknown Sat Sep 06 02:03:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Sep 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator