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: cp949 support Date: Mon, 22 Jun 2009 10:37:01 +0900 Message-ID: References: <861vpldwy5.fsf@nirvana.pusto.de> <9d644d9b0906170107o2e7f5d82j46882620b5a968b1@mail.gmail.com> <868wjq1szl.fsf@nirvana.pusto.de> <9d644d9b0906171919x3b05cc2eu6af3db8d113ee6cd@mail.gmail.com> <863a9vb8jg.fsf@nirvana.pusto.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1245634645 1697 80.91.229.12 (22 Jun 2009 01:37:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2009 01:37:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eduard Wiebe Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 03:37:22 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 1MIYTJ-00014Q-1X for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2009 03:37:21 +0200 Original-Received: from localhost ([127.0.0.1]:55960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIYTI-0003kc-5m for ged-emacs-devel@m.gmane.org; Sun, 21 Jun 2009 21:37:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIYTD-0003kL-1L for emacs-devel@gnu.org; Sun, 21 Jun 2009 21:37:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIYT7-0003ji-8d for emacs-devel@gnu.org; Sun, 21 Jun 2009 21:37:13 -0400 Original-Received: from [199.232.76.173] (port=42758 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIYT7-0003jf-2k for emacs-devel@gnu.org; Sun, 21 Jun 2009 21:37:09 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:44337) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIYT6-0006Wt-Bw for emacs-devel@gnu.org; Sun, 21 Jun 2009 21:37:08 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n5M1b2KL024843; Mon, 22 Jun 2009 10:37:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n5M1b2Ew005435; Mon, 22 Jun 2009 10:37:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n5M1b1Qs006643; Mon, 22 Jun 2009 10:37:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MIYSz-0002oX-2g; Mon, 22 Jun 2009 10:37:01 +0900 In-reply-to: <863a9vb8jg.fsf@nirvana.pusto.de> (message from Eduard Wiebe on Sat, 20 Jun 2009 10:42:43 +0200) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n5M1b2KL024843 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:111621 Archived-At: In article <863a9vb8jg.fsf@nirvana.pusto.de>, Eduard Wiebe writes: > > As Yidong has already installed the fix for cp949 > > coding-system, could you please verify that it works > > correctly with the latest code. > It works as expected. Thank you. Thank you for testing it. > PS: Sorry when i recur, but can we add following patch to improve > information about korean language/environment? > 2009-06-20 Eduard Wiebe > * language/korean.el (set-language-info-alist): Add korean-cp949, > cp949 to spec. As the suggested change is quite safe, I don't object to installing it. Yidong and Stefan? --- Kenichi Handa handa@m17n.org > --=3D-=3D-=3D > Content-Type: text/x-patch; charset=3Dutf-8 > Content-Disposition: inline; filename=3Dkorean.diff > Content-Transfer-Encoding: 8bit > diff --git a/lisp/language/korean.el b/lisp/language/korean.el > index e8e78bf..07382df 100644 > --- a/lisp/language/korean.el > +++ b/lisp/language/korean.el > @@ -70,11 +70,11 @@ > (exit-function . exit-korean-environment) > (iso639-language . ko) > (tutorial . "TUTORIAL.ko") > - (charset korean-ksc5601) > - (coding-system iso-2022-kr korean-iso-8bit) > + (charset korean-ksc5601 cp949) > + (coding-system iso-2022-kr korean-iso-8bit korean-cp949) > (input-method . "korean-hangul") > (features korea-util) > - (coding-priority korean-iso-8bit iso-2022-kr) > + (coding-priority korean-iso-8bit korean-cp949 iso-2022-kr) > (sample-text . "Hangul (=ED=95=9C=EA=B8=80) =EC=95=88=EB=85=95=ED= =95=98=EC=84=B8=EC=9A=94, =EC=95=88=EB=85=95=ED=95=98=EC=8B=AD=EB=8B=88=EA= =B9=8C") > (documentation . "\ > The following key bindings are available for controlling Korean input = methods: > --=3D-=3D-=3D > --=20 > Eduard Wiebe > --=3D-=3D-=3D--