Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-25 Thread The Rasterman
On Sun, 25 Dec 2011 09:41:01 +0900 Jihoon Kim said: in! :) i had to add the old isf_imf_context.h as scim_context.h as you were missing it in your patch - also Makefile/ma was missing it. :) > I've fixed the patch according to your suggestion. > > SCIM immodule is written by me and Haifeng Deng

[E-devel] [PATCH] scim-EFL immodule

2011-12-20 Thread Jihoon Kim
Hi, Raster. Highlighting feature will be provided by woohyun's patch. He will contribute edc and edje_entry.c patch code. Yes, scim is based on C++ and scim.h uses STL, so its client should have to use c++ compiler. I will send the patch according to your suggestion. Thanks. On Wednesday, Decem

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-20 Thread The Rasterman
On Fri, 16 Dec 2011 19:28:04 +0900 Jihoon Kim said: > Hi, EFL developers. > > I'd like to contribute EFL-scim immodule. > > It will be useful to users who wants to input Chinese, Japanese, Korean, > and a variety of languages that SCIM provides. > > You can build this module according to the b

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
yes, I'll try to be fair on xim and this module. I know someone can choose other input method framework not scim. 2011. 12. 17. 오전 12:13에 "Iván Briano (Sachiel)" 님이 작성: > 2011/12/16 Jihoon Kim : > > scim panel process shows the candidate list itself. These candidate data > is > > provided by scim

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim : > scim panel process shows the candidate list itself. These candidate data is > provided by scim imengines. Those engine is running in scim-laucher > process. In ecore_imf or gtk_imcotext, there is no API to fetch the > cadidate. Thought so, didn't see anything like it when

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
scim panel process shows the candidate list itself. These candidate data is provided by scim imengines. Those engine is running in scim-laucher process. In ecore_imf or gtk_imcotext, there is no API to fetch the cadidate. 2011. 12. 16. 오후 11:01에 "Iván Briano (Sachiel)" 님이 작성: > 2011/12/16 Jihoon K

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim : > yes, it connects with scim daemon through unix domain socket directly. Ah, fine then. Changing subject, the candidate list is still done by SCIM or it's possible to fetch the candidate to show ourselves? --

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
yes, it connects with scim daemon through unix domain socket directly. 2011. 12. 16. 오후 10:21에 "Iván Briano (Sachiel)" 님이 작성: > 2011/12/16 Jihoon Kim : > > According to scim official site ( > > > http://www.scim-im.org/wiki/documentation/installation_and_configuration/all/system_configuration > >

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim : > According to scim official site ( > http://www.scim-im.org/wiki/documentation/installation_and_configuration/all/system_configuration > ), > it describes the disadvantages of XIM like below : > > "Because the XIM protocol has a lot of limitations (for example, it may > fre

[E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
According to scim official site ( http://www.scim-im.org/wiki/documentation/installation_and_configuration/all/system_configuration ), it describes the disadvantages of XIM like below : "Because the XIM protocol has a lot of limitations (for example, it may freeze your entire X when something goes

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim : > Hi, EFL developers. > > I'd like to contribute EFL-scim immodule. > > It will be useful to users who wants to input Chinese, Japanese, Korean, > and a variety of languages that SCIM provides. > > You can build this module according to the below steps: > > # sudo apt-get in

[E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
Hi, EFL developers. I'd like to contribute EFL-scim immodule. It will be useful to users who wants to input Chinese, Japanese, Korean, and a variety of languages that SCIM provides. You can build this module according to the below steps: # sudo apt-get install scim-dev # tar xvfz escim_immodule