[SCIM] Simple hangul for scim-tables
Kenichi Handa
handa at m17n.org
Mon Oct 25 04:42:49 PDT 2004
In article <20041022132928.GA5200 at nivea>, Choe Hwanjin <krisna at kldp.org> writes:
>> Hmmm, it seems something is wrong with your m17n-lib. What
>> version is it? I can't reproduce it here with the latest
>> one. Does it happen when you type Hangul with medit (a
>> sample program distributed with the m17n-lib)?
> Same thing happens on medit with ko-hangul2 and ko-romaja
> I'm using Debian sid and m17n versions are:
> libm17n-0 1.1.0-2
> libm17n-dev 1.1.0-2
> m17n-db 1.1.0-1
> m17n-lib-bin 1.1.0-2
I think I found a bug in src/input.c of m17n-lib (my silly
mistake). Could you try with the latest CVS code? This
page tells how to get it:
http://www.m17n.org/m17n-lib/download.htm
Or, if you already have a source of m17n-lib, please try the
attached patch.
---
Ken'ichi HANDA
handa at m17n.org
Index: input.c
===================================================================
RCS file: /cvs/m17n/m17n-lib/src/input.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -c -r1.11 -r1.12
cvs diff: conflicting specifications of output style
*** input.c 22 Oct 2004 05:43:00 -0000 1.11
--- input.c 25 Oct 2004 11:25:58 -0000 1.12
***************
*** 1313,1319 ****
{
int val1, val2;
MPlist *actions1, *actions2;
! int ret;
val1 = integer_value (ic, args);
args = MPLIST_NEXT (args);
--- 1313,1319 ----
{
int val1, val2;
MPlist *actions1, *actions2;
! int ret = 0;
val1 = integer_value (ic, args);
args = MPLIST_NEXT (args);
More information about the scim
mailing list