all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eduard Wiebe <usenet@pusto.de>
To: emacs-devel@gnu.org
Cc: Kenichi Handa <handa@m17n.org>
Subject: Re: cp949 support
Date: Sat, 20 Jun 2009 10:42:43 +0200	[thread overview]
Message-ID: <863a9vb8jg.fsf@nirvana.pusto.de> (raw)
In-Reply-To: E1MHS9F-0002MQ-9O@etlken

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

Kenichi Handa <handa@m17n.org> 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.

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.

[-- Attachment #2: korean.diff --]
[-- Type: text/x-patch, Size: 830 bytes --]

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:

[-- Attachment #3: Type: text/plain, Size: 17 bytes --]

-- 
Eduard Wiebe

  reply	other threads:[~2009-06-20  8:42 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 [this message]
2009-06-22  1:37                 ` Kenichi Handa
2009-07-01 12:39                 ` Kenichi Handa

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=863a9vb8jg.fsf@nirvana.pusto.de \
    --to=usenet@pusto.de \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    /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.