X-Loop: help-debbugs@HIDDEN Subject: bug#65815: 27.2, 28.2, 29.2; Quail-based Japanese conversion error Resent-From: Lloyd Zusman <hippoman@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Fri, 08 Sep 2023 05:24:01 +0000 Resent-Message-ID: <handler.65815.B.16941505843947 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 65815 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 65815 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.16941505843947 (code B ref -1); Fri, 08 Sep 2023 05:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Sep 2023 05:23:04 +0000 Received: from localhost ([127.0.0.1]:41929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qeTxM-00010o-Ub for submit <at> debbugs.gnu.org; Fri, 08 Sep 2023 01:23:04 -0400 Received: from lists.gnu.org ([2001:470:142::17]:43356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hippoman@HIDDEN>) id 1qeSVs-0006tb-Hc for submit <at> debbugs.gnu.org; Thu, 07 Sep 2023 23:50:36 -0400 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 <hippoman@HIDDEN>) id 1qeSVk-0002hX-Q6 for bug-gnu-emacs@HIDDEN; Thu, 07 Sep 2023 23:50:24 -0400 Received: from kaba-otoko.co ([45.33.97.91]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <hippoman@HIDDEN>) id 1qeSVY-0004sC-Fw for bug-gnu-emacs@HIDDEN; Thu, 07 Sep 2023 23:50:24 -0400 Received: from potamus.net (static-173-56-31-34.nycmny.fios.verizon.net [173.56.31.34]) by kaba-otoko.co (Postfix) with ESMTPSA id E9F2512C29B for <bug-gnu-emacs@HIDDEN>; Thu, 7 Sep 2023 23:50:03 -0400 (EDT) Date: Thu, 07 Sep 2023 23:49:57 -0400 Message-ID: <87y1hhiasa.wl-hippoman@HIDDEN> From: Lloyd Zusman <hippoman@HIDDEN> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 (HANACHIRUSATO) Organization: FreeBSD/Linux Hippopotamus Preserve X-Motto: Take a hippopotamus to lunch today. MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=45.33.97.91; envelope-from=hippoman@HIDDEN; helo=kaba-otoko.co X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Mailman-Approved-At: Fri, 08 Sep 2023 01:22:59 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) The following error that I am reporting appears in emacs-27.2, emacs-28.2, and emacs-29.2. This question is written under the assumption that the reader is familiar with Quail and with Japanese syllabary. When using (set-language-environment "Japanese") and (set-input-method "japanese") with Quail, when we type romaji, the displayed text is correctly converted to hiragana. If we want to convert the hiragana to katakana, we just follow the hiragana with "K", and the text display is correctly toggled to katakana. Typing "K" again will correctly toggle back to hiragana. In most cases, this indeed works correctly. For example, typing "hoteru" correctly yields the hiragana "ほてる", and then following that with "K" switches it correctly to the katakana "ホテル". And then following that again with "K" correctly toggles it back to "ほてる". However, when the word contains an embedded hyphen, the "K" toggling does not work properly. For example, typing "ko-to" correctly yields the hiragana "こーと", and then typing "K" correctly converts it to the katakana "コート". But then, if I type "K" again, the word does not get converted back to hiragana, and the katakana form remains. This erroneous behavior occurs with all katakana text which contains one or more embedded hyphens. The existence of a hyphen anywhere in the text prevents that text from being toggled from katakana to hiragana when "K" is typed. Can anyone suggest a way that this incorrect behavior can be fixed? Thank you in advance. -- Lloyd Zusman hippoman@HIDDEN .---------, 0__0 / ( oo'---, / oo\ ,\ | | \ ,=__/ \ / / /------| /| |__|-' |__|'
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Lloyd Zusman <hippoman@HIDDEN> Subject: bug#65815: Acknowledgement (27.2, 28.2, 29.2; Quail-based Japanese conversion error) Message-ID: <handler.65815.B.16941505843947.ack <at> debbugs.gnu.org> References: <87y1hhiasa.wl-hippoman@HIDDEN> X-Gnu-PR-Message: ack 65815 X-Gnu-PR-Package: emacs Reply-To: 65815 <at> debbugs.gnu.org Date: Fri, 08 Sep 2023 05:24:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 65815 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 65815: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D65815 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at control) by debbugs.gnu.org; 8 Sep 2023 06:50:00 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 08 02:50:00 2023 Received: from localhost ([127.0.0.1]:42042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qeVJX-0003UR-RR for submit <at> debbugs.gnu.org; Fri, 08 Sep 2023 02:50:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1qeVJV-0003U8-QN; Fri, 08 Sep 2023 02:49:58 -0400 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 <eliz@HIDDEN>) id 1qeVJO-0003pq-B1; Fri, 08 Sep 2023 02:49:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=IYLDcZ+97ma3aCDG4qhGLzgUJ3u/utRb6WINHx1qsIA=; b=hPbxPAe+6fflTAlCfnAZ ZfaTZIjG7N+c6LLrMKj/mbrMKcHefAedhKis2RHhl2bWN6C7QXgLE3ABng7L/K4fG1rVUFhyislkR CffzdZHdExDGdN0vYrjA0VssGN62pYZGL/KLk4U1i2T5ypKkK+SLuyclYSYEuYfvAqSdzRmB7rwfh /gSHs73th/zTh95toYBSYSonWWA+CKBRTnM87D09RR1qHPkGxJwNSLyz7z9h5CR3y8iCSwSCmQnOP pSztCpJoU8O8+1FLCmL1dqXJrJKnwchYNzOsQ2MhHe1MaPWUe9JNNWViIJa6yNVvniGnC0XcEBsaC YQWgnCo65Kmyng==; Date: Fri, 08 Sep 2023 09:49:38 +0300 Message-Id: <83edj9xipp.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Hippo Man <hippoman@HIDDEN> In-Reply-To: <CAK1LP6=eOLBhLYQ=YLckgmmnuDakH4THqxerTBfk+i6EVxyEug@HIDDEN> (message from Hippo Man on Thu, 7 Sep 2023 23:58:33 -0400) Subject: Re: bug#65816: 27.2, 28.2, 29.2; Quail-based Japanese conversion error References: <CAK1LP6=eOLBhLYQ=YLckgmmnuDakH4THqxerTBfk+i6EVxyEug@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control Cc: 65816 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) merge 65816 65815 thanks > From: Hippo Man <hippoman@HIDDEN> > Date: Thu, 7 Sep 2023 23:58:33 -0400 > > The following error that I am reporting appears in emacs-27.2, emacs-28.2, and emacs-29.2. > > This error report is written under the assumption that the reader is familiar with Quail > and with Japanese syllabary. > > When using (set-language-environment "Japanese") and (set-input-method "japanese") with Quail, > when we type romaji, the displayed text is correctly converted to hiragana. If we want to > convert the hiragana to katakana, we just follow the hiragana with "K", and the text display > is correctly toggled to katakana. Typing "K" again will correctly toggle back to hiragana. > > In most cases, this indeed works correctly. For example, typing "hoteru" correctly yields > the hiragana "ほてる", and then following that with "K" switches it correctly to the katakana > "ホテル". And then following that again with "K" correctly toggles it back to "ほてる". > > However, when the word contains an embedded hyphen, the "K" toggling does not work properly. > > For example, typing "ko-to" correctly yields the hiragana "こーと", and then typing "K" > correctly converts it to the katakana "コート". But then, if I type "K" again, the word does > not get converted back to hiragana, and the katakana form remains. > > This erroneous behavior occurs with all katakana text which contains one or more embedded > hyphens. The existence of a hyphen anywhere in the text prevents that text from being > toggled from katakana to hiragana when "K" is typed. > > Can anyone suggest a way that this incorrect behavior can be fixed? You have reported 10 minutes ago an identical bug report with a different email address. I'm merging the two bugs.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.