emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Improving hangul input module


From: Jihyun Cho
Subject: Re: [PATCH] Improving hangul input module
Date: Tue, 10 Jun 2008 01:40:19 +0900

2008/6/9 Kenichi Handa <address@hidden>:
> In article <address@hidden>, "Jihyun Cho" <address@hidden> writes:
>
>> Oh. I don't know that a char-table.
>> I modified a structure of hanja-table and adjusted comments.
>
>> "Maybe" in hangul2-input-method-jaum, hangul2-input-method-moum,
>> hangul3-input-method-cho, hangul3-input-method-jung,
>> hangul3-input-method-jong are deleted. It is checked by a calling
>> function. Therefore, always satisfies the conditions.
>
>> The diff file is too large. So I attached .el files.
>
> I installed them with slight modifications (fix arguments to
> make-char-table, use mapc instead of mapcar, improve several
> docstrings).
>
>> I found a bug.
>> That bug was occurred when the program could not find a character in
>> hanja-table.
>> It was occurring after hanja-table was modified, and I fixed it.
>
> ?? You change is only to hanja-init-load (when to show
> message), and doesn't seem to solve the problem you wrote
> above.
>
> Anyway, please make a diff always with the latest CVS code.

OK. I'm sorry.
The error message is "hanja-filter: Wrong type argument: sequencep,
0", when "(make-char-table 'char-table-extra-slots 0)".
So, I modified "(make-char-table nil)", because hanja-filter's second
argument is list type.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]