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: hangul.el - new korean-hangul module Date: Fri, 25 Apr 2008 20:15:46 +0900 Message-ID: References: <6bc6bb380803020605h2b6ff241h3085564fa7b3c8dc@mail.gmail.com> <85bq5s3v0x.fsf@lola.goethe.zz> <6bc6bb380804030826k4a82e242hfd6a1fbc6951ac7f@mail.gmail.com> <6bc6bb380804190329k44a332bcua279da080cb8e6ee@mail.gmail.com> <6bc6bb380804240942h1b755fe2t71a8eab1abb4e508@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP-2 X-Trace: ger.gmane.org 1209122180 17055 80.91.229.12 (25 Apr 2008 11:16:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2008 11:16:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Jihyun Cho" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 25 13:16:55 2008 connect(): Connection refused 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 1JpLv5-0007kA-W6 for ged-emacs-devel@m.gmane.org; Fri, 25 Apr 2008 13:16:48 +0200 Original-Received: from localhost ([127.0.0.1]:35788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpLuP-00025p-GG for ged-emacs-devel@m.gmane.org; Fri, 25 Apr 2008 07:16:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JpLuL-00025X-F9 for emacs-devel@gnu.org; Fri, 25 Apr 2008 07:16:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JpLuK-00025H-6V for emacs-devel@gnu.org; Fri, 25 Apr 2008 07:16:01 -0400 Original-Received: from [199.232.76.173] (port=58698 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpLuK-00025E-3q for emacs-devel@gnu.org; Fri, 25 Apr 2008 07:16:00 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JpLuJ-00053W-MF for emacs-devel@gnu.org; Fri, 25 Apr 2008 07:16:00 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m3PBFnlD023980; Fri, 25 Apr 2008 20:15:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m3PBFnQf027705; Fri, 25 Apr 2008 20:15:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m3PBFkIV003226; Fri, 25 Apr 2008 20:15:46 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JpLu6-0001bh-BQ; Fri, 25 Apr 2008 20:15:46 +0900 In-reply-to: <6bc6bb380804240942h1b755fe2t71a8eab1abb4e508@mail.gmail.com> (likesylph@gmail.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:95936 Archived-At: In article <6bc6bb380804240942h1b755fe2t71a8eab1abb4e508@mail.gmail.com>, "Jihyun Cho" writes: > > (1) The code has many new variables and functions, but there > > are almost no docstrings nor comments. Please add them > > so that someone other than you can maintain the file > > too. > OK. I will attach a new file. > > (2) It seems that the new input methods doesn't have these > > facilities that the original hangul input method had. > > ---------------------------------------------------------------------- > > The key sequence "Z" can be used for "$B#0(B..$B#A(B..$B#a(B..". > > The key sequence "H" can be used for "$(C$U$V(B...". > > The key sequnece "S" can be used for such symbols as "$B!o$A!j$B"s(B...". > > ---------------------------------------------------------------------- > > Please implement them for backward compatibility. > That sequence is a symbol characters. But nobody does not use that sequence. > Most Koreans using the F9 key for typing a symbol character. > Therefore, I will make improved version soon. Ok, thank you. I'll wait for that. --- Kenichi Handa handa@ni.aist.go.jp