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: Wed, 01 Jul 2009 21:39:20 +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 1246451983 29821 80.91.229.12 (1 Jul 2009 12:39:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 12:39:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eduard Wiebe Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 01 14:39:36 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 1MLz68-0007Kn-9e for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 14:39:36 +0200 Original-Received: from localhost ([127.0.0.1]:36671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLz67-0003l3-NQ for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 08:39:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLz62-0003kv-4F for emacs-devel@gnu.org; Wed, 01 Jul 2009 08:39:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLz5x-0003g7-F5 for emacs-devel@gnu.org; Wed, 01 Jul 2009 08:39:29 -0400 Original-Received: from [199.232.76.173] (port=49771 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLz5x-0003fy-3L for emacs-devel@gnu.org; Wed, 01 Jul 2009 08:39:25 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:45373) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLz5w-0001Ya-E1 for emacs-devel@gnu.org; Wed, 01 Jul 2009 08:39:24 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n61CdLYw002500; Wed, 1 Jul 2009 21:39:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n61CdLAw022376; Wed, 1 Jul 2009 21:39:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n61CdKeS011469; Wed, 1 Jul 2009 21:39:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MLz5s-00042S-Q7; Wed, 01 Jul 2009 21:39:20 +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 n61CdLYw002500 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:111850 Archived-At: In article <863a9vb8jg.fsf@nirvana.pusto.de>, Eduard Wiebe writes: > 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. I've just installed that change to the trunk and the 23.1 branch. --- 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--