all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Eduard Wiebe <usenet@pusto.de>
Cc: emacs-devel@gnu.org
Subject: Re: cp949 support
Date: Wed, 01 Jul 2009 21:39:20 +0900	[thread overview]
Message-ID: <E1MLz5s-00042S-Q7@etlken> (raw)
In-Reply-To: <863a9vb8jg.fsf@nirvana.pusto.de> (message from Eduard Wiebe on Sat, 20 Jun 2009 10:42:43 +0200)

In article <863a9vb8jg.fsf@nirvana.pusto.de>, Eduard Wiebe <usenet@pusto.de> writes:

> PS: Sorry when i recur, but can we add following patch to improve
> information about korean language/environment?

> 2009-06-20  Eduard Wiebe  <usenet@pusto.de>

> 	* 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

> --=-=-=
> Content-Type: text/x-patch; charset=utf-8
> Content-Disposition: inline; filename=korean.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 (한글)	안녕하세요, 안녕하십니까")
>  	    (documentation . "\
>  The following key bindings are available for controlling Korean input methods:

> --=-=-=

> -- 
> Eduard Wiebe

> --=-=-=--








      parent reply	other threads:[~2009-07-01 12:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-15 21:11 cp949 support Eduard Wiebe
2009-06-16  0:58 ` Kenichi Handa
2009-06-17  8:07   ` Jihyun Cho
2009-06-17 11:20     ` Kenichi Handa
2009-06-17 20:54       ` Eduard Wiebe
2009-06-18  2:19         ` Jihyun Cho
2009-06-18 11:14           ` Kenichi Handa
2009-06-18 13:05             ` Chong Yidong
2009-06-18 21:33               ` User Ew
2009-06-19  0:40             ` Kenichi Handa
2009-06-20  8:42               ` Eduard Wiebe
2009-06-22  1:37                 ` Kenichi Handa
2009-07-01 12:39                 ` Kenichi Handa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MLz5s-00042S-Q7@etlken \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=usenet@pusto.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.