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: Thu, 18 Jun 2009 10:32:27 +0900 Message-ID: References: <9d644d9b0906110727r7fc75080gf8f10ea47623db7f@mail.gmail.com> <9d644d9b0906111954m6cb49cb6pe61716bbe060c980@mail.gmail.com> <9d644d9b0906150521o23e54620v779832cc8df8e12@mail.gmail.com> <9d644d9b0906170106r1955c983jf7309e1a49158c01@mail.gmail.com> <87ab46swlc.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1245288768 29888 80.91.229.12 (18 Jun 2009 01:32:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jun 2009 01:32:48 +0000 (UTC) Cc: jihyun.jo@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 18 03:32:45 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 1MH6Ue-00077R-Hw for ged-emacs-devel@m.gmane.org; Thu, 18 Jun 2009 03:32:44 +0200 Original-Received: from localhost ([127.0.0.1]:42022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH6Ud-0001zG-Ka for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2009 21:32:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MH6UZ-0001y7-4a for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:32:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MH6UU-0001tT-8P for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:32:38 -0400 Original-Received: from [199.232.76.173] (port=36473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH6UT-0001tD-V7 for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:32:33 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:64148) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MH6US-0003lN-Nm for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:32:33 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n5I1WS50006148; Thu, 18 Jun 2009 10:32:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n5I1WSSX006797; Thu, 18 Jun 2009 10:32:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n5I1WRat028731; Thu, 18 Jun 2009 10:32:27 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MH6UN-0006nh-CV; Thu, 18 Jun 2009 10:32:27 +0900 In-reply-to: <87ab46swlc.fsf@stupidchicken.com> (message from Chong Yidong on Wed, 17 Jun 2009 11:34:23 -0400) 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:111569 Archived-At: In article <87ab46swlc.fsf@stupidchicken.com>, Chong Yidong writes: > Adding the key bindings for 'Hangul' and 'Hangul_Hanja' seems harmless, > but it's too late in the release process to add the rest. If it's > useful to add the binding for 'Hangul' and 'Hangul_Hanja', without the > other changes, we can do that now. Otherwise, this will have to wait > for 23.2. Ok. I've just committed these changes. 2009-06-18 Kenichi Handa * language/korea-util.el (korean-key-bindings): Add binding for key Hangul. 2009-06-18 Kenichi Handa * quail/hangul.el (hangul-im-keymap): Add binding of key Hangul_Hanja. I didn't add the following binding because it is useless or confusing without the change of hangul-to-hanja-conversion. Jihyun, I'll install the remaining changes as soon as the branch for 23.2 gets ready. --- Kenichi Handa handa@m17n.org