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:42:38 +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 1245289380 30915 80.91.229.12 (18 Jun 2009 01:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jun 2009 01:43:00 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, jihyun.jo@gmail.com, monnier@iro.umontreal.ca To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 18 03:42:56 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 1MH6eT-0000gr-Jn for ged-emacs-devel@m.gmane.org; Thu, 18 Jun 2009 03:42:53 +0200 Original-Received: from localhost ([127.0.0.1]:52065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH6eT-0004AW-6A for ged-emacs-devel@m.gmane.org; Wed, 17 Jun 2009 21:42:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MH6eO-0004A6-Oj for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:42:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MH6eK-00049q-D7 for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:42:48 -0400 Original-Received: from [199.232.76.173] (port=56723 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH6eK-00049g-0t for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:42:44 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:36968) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MH6eJ-0005MV-4K for emacs-devel@gnu.org; Wed, 17 Jun 2009 21:42:43 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n5I1gdhq012038; Thu, 18 Jun 2009 10:42:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n5I1gdmj009237; Thu, 18 Jun 2009 10:42:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n5I1gdEj003808; Thu, 18 Jun 2009 10:42:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MH6eE-0006ow-Vc; Thu, 18 Jun 2009 10:42:38 +0900 In-reply-to: (message from Kenichi Handa on Thu, 18 Jun 2009 10:32:27 +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:111570 Archived-At: In article , Kenichi Handa writes: > I didn't add the following binding because it is useless or > confusing without the change of hangul-to-hanja-conversion. Oops, here I mean this binding: + (global [Hangul_Hanja] hangul-to-hanja-conversion nil) --- Kenichi Handa handa@m17n.org