From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] adjusting korean key bindings Date: Mon, 15 Jun 2009 11:16:08 +0900 Message-ID: References: <9d644d9b0906110727r7fc75080gf8f10ea47623db7f@mail.gmail.com> <9d644d9b0906111954m6cb49cb6pe61716bbe060c980@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1245032189 23806 80.91.229.12 (15 Jun 2009 02:16:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jun 2009 02:16:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jihyun Cho Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 15 04:16:26 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MG1kH-0002at-G8 for ged-emacs-devel@m.gmane.org; Mon, 15 Jun 2009 04:16:25 +0200 Original-Received: from localhost ([127.0.0.1]:33884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MG1kG-0001PT-GE for ged-emacs-devel@m.gmane.org; Sun, 14 Jun 2009 22:16:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MG1kC-0001PO-N2 for emacs-devel@gnu.org; Sun, 14 Jun 2009 22:16:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MG1k8-0001P8-Th for emacs-devel@gnu.org; Sun, 14 Jun 2009 22:16:20 -0400 Original-Received: from [199.232.76.173] (port=57756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MG1k8-0001P5-PI for emacs-devel@gnu.org; Sun, 14 Jun 2009 22:16:16 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:47055) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MG1k8-0001Dq-64 for emacs-devel@gnu.org; Sun, 14 Jun 2009 22:16:16 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n5F2G91w018230; Mon, 15 Jun 2009 11:16:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n5F2G927007450; Mon, 15 Jun 2009 11:16:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n5F2G8ic018898; Mon, 15 Jun 2009 11:16:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MG1k0-0002vj-H3; Mon, 15 Jun 2009 11:16:08 +0900 In-reply-to: <9d644d9b0906111954m6cb49cb6pe61716bbe060c980@mail.gmail.com> (message from Jihyun Cho on Fri, 12 Jun 2009 11:54:29 +0900) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111513 Archived-At: In article <9d644d9b0906111954m6cb49cb6pe61716bbe060c980@mail.gmail.com>, Jihyun Cho writes: > F9 was used in a 101-key keyboard layout in the past. > Currently, A 103-key keyboard layout or a 106-key keyboard layout is > used in Korea. > Both of them are added Hanja key and Hangul key. > But some people are still using F9 and Shift-Space. If what you mean is that some are still using F9 for switching hangul<->hanja input methods, I think it's not the time to change the key binding of F9. As your patch adds Hangul_Hanja for converting the previous hangul to hanja, there's no urgent need to change F9 too. > A problem is a input method. > Generally, The input method for conversion of Hanja is converting a > completed Hangul letter to a Hanja letter. > Most of Korean IMEs are implemented these method. > The input method of emacs is little awkward. Do you mean that we don't need the separate hanja input method any more? --- Kenichi Handa handa@m17n.org