GNU bug report logs - #37
hangul.el - new korean-hangul module

Previous Next

Package: emacs;

Reported by: "Jihyun Cho" <likesylph <at> gmail.com>

Date: Tue, 4 Mar 2008 18:35:03 UTC

Severity: normal

Tags: patch

Found in version 23.0.60

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37 in the body.
You can then email your comments to 37 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#37; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Jihyun Cho" <likesylph <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Jihyun Cho" <likesylph <at> gmail.com>
To: emacs-devel <at> gnu.org
Subject: hangul.el - new korean-hangul module
Date: Sun, 2 Mar 2008 23:05:11 +0900
[Message part 1 (text/plain, inline)]
Hi. I was implement new hangul input method.
The existing method used transition rules, which must define the transition
rules of 11,172.
But outside of the euc-kr area is not defined. So you can not input any
hangul characters in the unicode environment.

To implement the new method is hangul automata. so clearly.
Depending on the terminal coding of all the hangul characters to enter.
[Message part 2 (text/html, inline)]
[hangul.el (text/x-emacs-lisp, attachment)]

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#37; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Jihyun Cho" <likesylph <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #10 received at 37 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Jihyun Cho" <likesylph <at> gmail.com>
To: 37 <at> debbugs.gnu.org
Subject: [PATCH] hangul.el
Date: Wed, 5 Mar 2008 19:39:06 +0900
[Message part 1 (text/plain, inline)]
Package: emacs
Version: 23.0.60
Tags: patch

I made a diff file.
[Message part 2 (text/html, inline)]
[emacs-korean-hangul-patch.diff (text/x-diff, attachment)]

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#37; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Jihyun Cho" <likesylph <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #15 received at 37 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Jihyun Cho" <likesylph <at> gmail.com>
To: 37 <at> debbugs.gnu.org
Subject: Re: [PATCH] hangul.el
Date: Thu, 6 Mar 2008 18:17:19 +0900
[Message part 1 (text/plain, inline)]
Package: emacs
Version: 23.0.60
Tags: patch

Fixed hangul input bug when active marker.
[Message part 2 (text/html, inline)]
[emacs-korean-hangul-patch.diff (text/x-diff, attachment)]

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#37; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Jihyun Cho" <likesylph <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #20 received at 37 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Jihyun Cho" <likesylph <at> gmail.com>
To: emacs-devel <at> gnu.org
Subject: Re: hangul.el - new korean-hangul module
Date: Sun, 9 Mar 2008 01:16:24 +0900
[Message part 1 (text/plain, inline)]
Added 3-Bulsik 390 layout.
Fixed 3-Bulsik bug of moachigi feature. Moachigi means that typing 2
or 3 keys at once to composite one hangul-character.
[emacs-korean-hangul-patch.diff (text/x-diff, attachment)]

Tags added: patch Request was from Stefan Monnier <monnier <at> iro.umontreal.ca> to control <at> emacsbugs.donarmstrong.com. (Wed, 19 Mar 2008 18:30:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#37; Package emacs. Full text and rfc822 format available.

Message #25 received at 37 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Jihyun Cho" <jihyun.jo <at> gmail.com>
To: emacs-devel <at> gnu.org
Subject: Re: hangul.el - new korean-hangul module
Date: Fri, 9 May 2008 01:41:07 +0900
Hi. I have made a improved patch.
The patch file is big. Because it contains hanja and symbol table.
Therefore, it can input not only hangul but also hanja and symbol.

I've posted the patch file :
http://pds9.egloos.com/pds/200805/09/75/emacs-korean-hangul-patch.diff





Reply sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to "Jihyun Cho" <likesylph <at> gmail.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #30 received at 37-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: 37-done <at> debbugs.gnu.org
Subject: Re: hangul.el - new korean-hangul module
Date: Thu, 26 Jun 2008 11:14:38 -0400
IIUC, this patch has been installed, so I can close the bug,


        Stefan




bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Fri, 25 Jul 2008 14:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 17 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.