From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Amit Ramon Newsgroups: gmane.emacs.devel Subject: Re: Issues with quail.el Date: Thu, 17 May 2018 18:41:32 +0300 Message-ID: <20180517154132.oaxq2rqnberkdaxw@isis.luna> References: <87po21f4dl.fsf@gnu.org> <87fu2qpipm.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1526571744 31630 195.159.176.226 (17 May 2018 15:42:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 17 May 2018 15:42:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 17:42:20 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJL2p-00088H-WD for ged-emacs-devel@m.gmane.org; Thu, 17 May 2018 17:42:20 +0200 Original-Received: from localhost ([::1]:33057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJL4w-0003Mc-VQ for ged-emacs-devel@m.gmane.org; Thu, 17 May 2018 11:44:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJL2F-0001tI-51 for emacs-devel@gnu.org; Thu, 17 May 2018 11:41:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJL2B-0001yu-4q for emacs-devel@gnu.org; Thu, 17 May 2018 11:41:43 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:48448) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJL2A-0001yX-UJ for emacs-devel@gnu.org; Thu, 17 May 2018 11:41:39 -0400 Original-Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 2600C1A0FE0 for ; Thu, 17 May 2018 08:41:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1526571697; bh=/g/z3a/jhyp3AV2cJDcqyL+5quMnEgcJ0VMFaRixkuQ=; h=Date:From:To:Subject:References:In-Reply-To:From; b=e17MunwJalMACgFvhbRzkK8UtiZAVh95IajnsOycLpwAteMwSsbowOEsuyMigKLaK OL0rQAJAoPIQako7wIk2b63DIs5Sar3goZYvIPSsqLr6i+siYLd6nXumiVJF1k75vK PfuLczxfeTVykcN37YRprX6qBIBeOfV56xY7LUpo= X-Riseup-User-ID: 127048E7CCFDF6ABE1A73BE8E24F90C3E9FCF3EA3C784AF1A82994BB7AF32452 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 5F2102708C for ; Thu, 17 May 2018 08:41:36 -0700 (PDT) Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <87fu2qpipm.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 198.252.153.129 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:225370 Archived-At: Hello, K. Handa [2018-05-17 21:31 +0900]: >In article <87po21f4dl.fsf@gnu.org>, handa@gnu.org (K. Handa) writes: > >> [...] >Have you tried the above patch? Did it work? Actually I've started to look it only earlier today, but initial testing are showing it had fixed the problem. I'll do more tests during the weekend and let you know. Sorry it took me too long to reply. > >> [...] >> > What I get for the second letter (TET, =D7=98) is: > >> > =D7=98 can't be input by the current input method > >> I confimed this bug, but it seems that fixing take more time. Please= wait. > >Here's the patch to fix it. Could you please try it? > > [...] Thanks for this fix. I'll test it this weekend as well and let you know. Also, I've actually tried to write a fix for it myself, and after doing more tests and looking at your fix, if I'll think my code worth something I might put it here, in case you, or someone else, will find it useful. Best, Amit