SURROUNDING TEXT problem in scim-birdge.

8 messages Options
Embed this post
Permalink
Huang Peng-2

SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink
Hi Ryo Dairiki-San,

I found a problem with scim-bridge. With scim-bridge, I can not input sinhala correctly.

Steps:
 1. Install scim-m17n
 2. Build and Install m17n & m17n-db from upstream tarball.
 3. Choice si-wijesekera in scim
 4. TYPE fkda in gedit.
 You will get ෙනා් (incorrect). If you choice im-scim.so as gtk im module, you will get නෝ (correct).

Additional information:
 I compared scim-bridge with scim. I found it seems the scim-bridge-agent does not recievied get_surrounding_text messages form scim daemon. But I can not found why. Please help me check the problem.

Thanks,
Huang Peng




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel
Harshula

Re: SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink
Hi Huang,

On Thu, 2008-03-06 at 17:03 +0800, Huang Peng wrote:
> Hi Ryo Dairiki-San,
>
> I found a problem with scim-bridge. With scim-bridge, I can not input
> sinhala correctly.

Wow, do you know Sinhala? කොහොමද?

> Steps:
>  1. Install scim-m17n
>  2. Build and Install m17n & m17n-db from upstream tarball.
>  3. Choice si-wijesekera in scim
>  4. TYPE fkda in gedit.
>  You will get ෙනා් (incorrect). If you choice im-scim.so as gtk im
> module, you will get නෝ (correct).

Actually, your steps are incorrect. You need to use a version of
m17n-lib older than 1.3.4. I used 1.3.1 and Parag used 1.3.3. m17n-lib
1.3.4 and newer has a problem with si-wijesekera.

Here are the original test cases from 3 days ago:
http://www.m17n.org/mlarchive/m17n-lib/200803/msg00002.html
-----------------------------------------------------------
Select m17n si-wijesekera (non-preedit):
TYPE: fkda (incorrect): ෙනා්
TYPE: fkda (correct): නෝ

Select m17n si-phonetic-dynamic:
TYPE: nO (incorrect): නඕ
TYPE: nO (correct): නෝ
-----------------------------------------------------------

Here are the test results from 3 days ago:
http://www.m17n.org/mlarchive/m17n-lib/200803/msg00006.html
-----------------------------------------------------------
I did a little bit more surrounding text testing on
Lenny (The version numbers in the table are of libm17n-0):

                           ||  1.3.1-1.1   ||  1.3.4-1  ||
==========================================================
GTK_IM_MODULE=scim         ||    WORKS     ||  BROKEN   ||
==========================================================
GTK_IM_MODULE=scim-bridge  ||    BROKEN    ||  BROKEN   ||
==========================================================
-----------------------------------------------------------

cya,
#


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel
Harshula

Re: SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink
Hi Parag,

On Thu, 2008-03-06 at 16:40 +0530, Parag Nemade wrote:

>  UPDATE:
>     I got successful testcase results on Fedora9 with all latest
> tarballs (m17n-lib-1.5.1 and m17n-db-1.5.1 and m17n-contrib-1.5.1)from
> m17n.

Did you have successful results from *both* testcases I sent you? Or
just one?

> I only need to execute gnome application as
> GTK_IM_MODULE=scim gedit
> GTK_IM_MODULE=scim evolution
>
> So, text surrounding is working fine on Fedora 9 provided we will run
> gnome application as given above.

What were you doing before, when you got these negative results?:
http://www.m17n.org/mlarchive/m17n-lib/200803/msg00010.html

cya,
#


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel
Harshula

Re: SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink
Hi Parag,

On Thu, 2008-03-06 at 17:00 +0530, Parag Nemade wrote:
> On Thu, 2008-03-06 at 22:42 +1100, Harshula wrote:

> > What were you doing before, when you got these negative results?:
> > http://www.m17n.org/mlarchive/m17n-lib/200803/msg00010.html
>  On Fedora9, default value for GTK_IM_MODULE is scim-brdige
> so when one runs gedit its actually same as
> GTK_IM_MODULE=scim-bridge gedit
>
> Then, after some analysis, I found  
> GTK_IM_MODULE=scim gedit
> is giving correct results.

You should report this back to the m17n list ...

cya,
#


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel
Huang Peng-2

Re: SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink
In reply to this post by Harshula


On Thu, Mar 6, 2008 at 7:20 PM, Harshula <[hidden email]> wrote:
Hi Huang,

On Thu, 2008-03-06 at 17:03 +0800, Huang Peng wrote:
> Hi Ryo Dairiki-San,
>
> I found a problem with scim-bridge. With scim-bridge, I can not input
> sinhala correctly.

Wow, do you know Sinhala? කොහොමද?
No. I just copied this bug from Red Hat's Bugzilla.
 


> Steps:
>  1. Install scim-m17n
>  2. Build and Install m17n & m17n-db from upstream tarball.
>  3. Choice si-wijesekera in scim
>  4. TYPE fkda in gedit.
>  You will get ෙනා් (incorrect). If you choice im-scim.so as gtk im
> module, you will get නෝ (correct).

Actually, your steps are incorrect. You need to use a version of
m17n-lib older than 1.3.4. I used 1.3.1 and Parag used 1.3.3. m17n-lib
1.3.4 and newer has a problem with si-wijesekera.

Here are the original test cases from 3 days ago:
http://www.m17n.org/mlarchive/m17n-lib/200803/msg00002.html
-----------------------------------------------------------
Select m17n si-wijesekera (non-preedit):
TYPE: fkda (incorrect): ෙනා්
TYPE: fkda (correct): නෝ

Select m17n si-phonetic-dynamic:
TYPE: nO (incorrect): නඕ
TYPE: nO (correct): නෝ
-----------------------------------------------------------

Here are the test results from 3 days ago:
http://www.m17n.org/mlarchive/m17n-lib/200803/msg00006.html
-----------------------------------------------------------
I did a little bit more surrounding text testing on
Lenny (The version numbers in the table are of libm17n-0):

                          ||  1.3.1-1.1   ||  1.3.4-1  ||
==========================================================
GTK_IM_MODULE=scim         ||    WORKS     ||  BROKEN   ||
==========================================================
GTK_IM_MODULE=scim-bridge  ||    BROKEN    ||  BROKEN   ||
==========================================================
-----------------------------------------------------------

cya,
#



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel
Harshula

Re: SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink
Hi Huang,

On Thu, 2008-03-06 at 21:31 +0800, Huang Peng wrote:
> On Thu, Mar 6, 2008 at 7:20 PM, Harshula <[hidden email]> wrote:

>         On Thu, 2008-03-06 at 17:03 +0800, Huang Peng wrote:
>         > Hi Ryo Dairiki-San,
>         >
>         > I found a problem with scim-bridge. With scim-bridge, I can
>         not input
>         > sinhala correctly.
>        
>        
>         Wow, do you know Sinhala? කොහොමද?
> No. I just copied this bug from Red Hat's Bugzilla.

Oh ok, so you didn't find the problem. Do you have a link to Red Hat's
Bugzilla entry?

Thanks,
#


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel
Huang Peng-2

Re: SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink


On Thu, Mar 6, 2008 at 9:46 PM, Harshula <[hidden email]> wrote:
Hi Huang,

On Thu, 2008-03-06 at 21:31 +0800, Huang Peng wrote:
> On Thu, Mar 6, 2008 at 7:20 PM, Harshula <[hidden email]> wrote:

>         On Thu, 2008-03-06 at 17:03 +0800, Huang Peng wrote:
>         > Hi Ryo Dairiki-San,
>         >
>         > I found a problem with scim-bridge. With scim-bridge, I can
>         not input
>         > sinhala correctly.
>
>
>         Wow, do you know Sinhala? කොහොමද?
> No. I just copied this bug from Red Hat's Bugzilla.

Oh ok, so you didn't find the problem. Do you have a link to Red Hat's
Bugzilla entry?


Thanks,
#



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel
Harshula

Re: SURROUNDING TEXT problem in scim-birdge.

Reply Threaded More More options
Print post
Permalink
Hi,

On Fri, 2008-03-07 at 10:17 +0800, Huang Peng wrote:
> On Thu, Mar 6, 2008 at 9:46 PM, Harshula <[hidden email]> wrote:

>         Oh ok, so you didn't find the problem. Do you have a link to
>         Red Hat's Bugzilla entry?
> https://bugzilla.redhat.com/show_bug.cgi?id=435880
> That is it.

Huang, thank you very much for the reference. In general, it maybe
helpful to provide the Bugzilla entry reference when reporting a bug on
a mailing list?

Parag, is it common practise to open bugs without referring to where the
information (problem report, testcases and scim-bridge Vs scim results)
originated from?

cya,
#


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scim-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/scim-devel