<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-16579</id>
	<title>Nabble - scim-devel</title>
	<updated>2008-10-11T09:53:11Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/scim-devel-f16579.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/scim-devel-f16579.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19934257</id>
	<title>Re: Bugfix: ISO_Level3_Shift was breaking composition</title>
	<published>2008-10-11T09:53:11Z</published>
	<updated>2008-10-11T09:53:11Z</updated>
	<author>
		<name>Ryo Dairiki-2</name>
	</author>
	<content type="html">Sorry, it was just by mistake. :(
&lt;br&gt;&lt;br&gt;Ryo
&lt;br&gt;&lt;br&gt;phcoder wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello. This patch was commited to CVS instead of SVN (up-to-date scim 
&lt;br&gt;&amp;gt; uses SVN). Is there a particular reason for it or was it just by mistake?
&lt;br&gt;&amp;gt; Vladimir Serbinenko
&lt;br&gt;&amp;gt; Ryo Dairiki wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi phcoder,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for sending me a patch.
&lt;br&gt;&amp;gt;&amp;gt; But I'm sorry to say that, I can't see exactly what this patch is.
&lt;br&gt;&amp;gt;&amp;gt; Please give me a testcase. :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (We Japanese don't use Iso3Shift, so I don't know well about it)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Ryo Dairiki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19934257&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; phcoder wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello. I send the bugfix to the bug that pressing modifier level3_shift 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (usually right alt) was breaking the composition
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Vladimir Serbinenko
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Index: src/scim_compose_key.cpp
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --- src/scim_compose_key.cpp	(revision 114)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; +++ src/scim_compose_key.cpp	(working copy)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; @@ -92,6 +92,8 @@
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; #define SCIM_NUM_COMPOSE_SEQS (sizeof (__scim_compose_seqs) / sizeof 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (__scim_compose_seqs [0]))
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; static uint16 __scim_compose_ignores [] = {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Level3_Shift,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Group_Shift,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Mode_switch,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_L,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_R,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19934257&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19934257&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19934257&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19934257&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bugfix%3A-ISO_Level3_Shift-was-breaking-composition-tp19677038p19934257.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19931248</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-10-11T02:38:27Z</published>
	<updated>2008-10-11T02:38:27Z</updated>
	<author>
		<name>Huang Peng-2</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;Please read ibus.pdf from &lt;a href=&quot;http://ibus-user.googlegroups.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ibus-user.googlegroups.com&lt;/a&gt; . It describes the architecture of ibus.&lt;br&gt;&lt;br&gt;BRs&lt;br&gt;Huang Peng&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Sat, Oct 11, 2008 at 3:39 PM, LiuCougar &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;liucougar@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Could you describe how it is different from SCIM?&lt;br&gt;
&lt;br&gt;
thanks&lt;br&gt;
Cougar&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
&lt;br&gt;
Huang Peng-2 wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I am developing a new input framework - iBus (Intelligent Input Bus).&lt;br&gt;
&amp;gt; It is almost completed, and it already has several engines (Chinese&lt;br&gt;
&amp;gt; PinYin, Chinese Chewing, Japanese Anthy, Korean Hangul, M17n and&lt;br&gt;
&amp;gt; general table engines). It can also support gtk, qt4 and XIM&lt;br&gt;
&amp;gt; applications (qt3 are supported via XIM). It has entered the test&lt;br&gt;
&amp;gt; stage. So I wish you may download and try it. If you have any&lt;br&gt;
&amp;gt; questions or suggestions, please tell me.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; homepage: &lt;a href=&quot;http://code.google.com/p/ibus/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/ibus/&lt;/a&gt;&lt;br&gt;
&amp;gt; discuss group: &lt;a href=&quot;http://groups.google.com/group/ibus-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/ibus-user&lt;/a&gt;&lt;br&gt;
&amp;gt; Fedora 9 users may download rpm packages from below link.&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&lt;/a&gt;&lt;br&gt;

&amp;gt;&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Huang Peng&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; -------------------------------------------------------------------------&lt;br&gt;
&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s&lt;br&gt;
&amp;gt; challenge&lt;br&gt;
&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win great&lt;br&gt;
&amp;gt; prizes&lt;br&gt;
&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the&lt;br&gt;
&amp;gt; world&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Scim-devel mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931248&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19930407.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19930407.html&lt;/a&gt;&lt;br&gt;
Sent from the scim-devel mailing list archive at Nabble.com.&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
&lt;br&gt;
-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Scim-devel mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931248&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19931248&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19931248.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19930407</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-10-11T00:39:11Z</published>
	<updated>2008-10-11T00:39:11Z</updated>
	<author>
		<name>LiuCougar</name>
	</author>
	<content type="html">Could you describe how it is different from SCIM?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Cougar
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Huang Peng-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all,
&lt;br&gt;I am developing a new input framework - iBus (Intelligent Input Bus).
&lt;br&gt;It is almost completed, and it already has several engines (Chinese
&lt;br&gt;PinYin, Chinese Chewing, Japanese Anthy, Korean Hangul, M17n and
&lt;br&gt;general table engines). It can also support gtk, qt4 and XIM
&lt;br&gt;applications (qt3 are supported via XIM). It has entered the test
&lt;br&gt;stage. So I wish you may download and try it. If you have any
&lt;br&gt;questions or suggestions, please tell me.
&lt;br&gt;&lt;br&gt;homepage: &lt;a href=&quot;http://code.google.com/p/ibus/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/ibus/&lt;/a&gt;&lt;br&gt;discuss group: &lt;a href=&quot;http://groups.google.com/group/ibus-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/ibus-user&lt;/a&gt;&lt;br&gt;Fedora 9 users may download rpm packages from below link.
&lt;br&gt;&lt;a href=&quot;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Huang Peng
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;Scim-devel@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19930407.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19924145</id>
	<title>Ideas about creating a sophisticated input method for latin</title>
	<published>2008-10-10T12:01:17Z</published>
	<updated>2008-10-10T12:01:17Z</updated>
	<author>
		<name>Gerrit Sangel-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;A few days ago, an idea came to my mind: What about an input method for the 
&lt;br&gt;latin alphabet?
&lt;br&gt;&lt;br&gt;Ok, usually, you don’t need this, but in some cases, you want to type 
&lt;br&gt;characters which are not on your keyboard, e.g. I want to type some Pinyin 
&lt;br&gt;syllables or so, without the need to put all these diacritica on my keyboard. 
&lt;br&gt;&lt;br&gt;My idea is the following:
&lt;br&gt;&lt;br&gt;You would first write a word with the basic 26 latin letters (or more, if you 
&lt;br&gt;have another keyboard, like me, German). Say, if you want to write down the 
&lt;br&gt;German president, Horst Köhler, you would write on an English keyboard:
&lt;br&gt;&lt;br&gt;Horst Kohler
&lt;br&gt;&lt;br&gt;After you typed in Kohler, the input method automatically looks through a 
&lt;br&gt;table and offers some possibilities. You would then use the caps lock key (I 
&lt;br&gt;thought of this key, because basically it is absolutely useless but has a 
&lt;br&gt;really nice position on the keyboard... Really easy to reach) to go through 
&lt;br&gt;the options, and maybe select as the second choice “Köhler”. Some other 
&lt;br&gt;choices could also be there.
&lt;br&gt;&lt;br&gt;Even nicer would something like this:
&lt;br&gt;&lt;br&gt;If you type in “Alpha”, the input method would see this and display “Α” (ok, 
&lt;br&gt;basically, this is just not really useful), if you type in “alpha”, it would 
&lt;br&gt;offer α.
&lt;br&gt;&lt;br&gt;You could also do this with e.g. when typing in “Shanghai“, and the IM would 
&lt;br&gt;offer “Shànghǎi”.
&lt;br&gt;&lt;br&gt;Even nicer for Pinyin would be something like this: Shang4hai3, and the IM 
&lt;br&gt;automatically detects, that it is pinyin and offers “Shànghǎi”. If you just 
&lt;br&gt;type Shang, it would offer Shāng, Sháng, Shǎng, Shàng.
&lt;br&gt;&lt;br&gt;Also, for some other characters like „“”, this would be nice.
&lt;br&gt;&lt;br&gt;You type &amp;quot;, and then you can select, if you like to have „“”. If you type -, 
&lt;br&gt;you could select – (en-) or — (em-dash), or − (minus).
&lt;br&gt;&lt;br&gt;For this, some kind of annotation possibility would be necessary (because 
&lt;br&gt;maybe the differences are not really that clear if the font doesn’t display 
&lt;br&gt;it). Does Scim offer this possibility? I know, that the Windows Japanese IME 
&lt;br&gt;offers some short comments at the selection of certain characters.
&lt;br&gt;&lt;br&gt;I think, some kind of user-generated tables would be really nice for this, 
&lt;br&gt;e.g. lists of famous persons and places and so on. Also, maybe a table for 
&lt;br&gt;Pinyin. On a website, a database could be created and maybe regularly updated 
&lt;br&gt;in the program. Also, the user could add own conversation tables easily.
&lt;br&gt;&lt;br&gt;Because I think, not everyone would be interested in Pinyin and would be a bit 
&lt;br&gt;confused, if he always gets too much results, maybe some kind of tag system 
&lt;br&gt;would be nice to have. Like tagging all Pinyin syllables with “Pinyin“, and 
&lt;br&gt;thus be able to deselect Pinyin in the options and not be shown every 
&lt;br&gt;possibility. Also, some geographical names according to Region/Country, so 
&lt;br&gt;that, if the user doesn’t really communicate anything about East Asia, he 
&lt;br&gt;will not get the results.
&lt;br&gt;&lt;br&gt;So basically, what do you think? I think, this would be _really_ much easier 
&lt;br&gt;than using all these composite keys, because you don’t have to remember any 
&lt;br&gt;codes then.
&lt;br&gt;&lt;br&gt;Also, a shared input method for all latin based languages would be best, 
&lt;br&gt;because I think, most of the conversion would be shared between all the 
&lt;br&gt;languages. Basically, in the options, you could choose which language your 
&lt;br&gt;keyboard is, and then the input method would behave a little bit otherwise, 
&lt;br&gt;depending on your language.
&lt;br&gt;&lt;br&gt;Gerrit
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19924145&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ideas-about-creating-a-sophisticated-input-method-for-latin-tp19924145p19924145.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19908789</id>
	<title>Re: adding the input method wubihua as a simplified Chinese input method in SCIM</title>
	<published>2008-10-09T15:47:05Z</published>
	<updated>2008-10-09T15:47:05Z</updated>
	<author>
		<name>Ma, Kwonghua</name>
	</author>
	<content type="html">The only problem is the license of this chart........ &amp;nbsp;Can someone
&lt;br&gt;(possibly the legal representatives of the SCIM project) clarify this
&lt;br&gt;issue?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Kwonghua
&lt;br&gt;&lt;br&gt;On Thu, Oct 9, 2008 at 12:12 AM, TAKAHASHI Naoto &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19908789&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ntakahas@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Kenichi Handa writes:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In article &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19908789&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;19768234.post@...&lt;/a&gt;&amp;gt;, &amp;quot;Ma, Kwonghua&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19908789&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ma.kwonghua@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; There is a very simple stroke-based input method for simplified Chinese
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; called Wubihua:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.yale.edu/chinesemac/wubi/hua.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yale.edu/chinesemac/wubi/hua.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It is widely used in macintosh and many mobile phones but not yet available
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in Linux. &amp;nbsp;Would someone like to port wubihua to scim? &amp;nbsp;How difficult is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; this task? &amp;nbsp;What information / data would one need and what are the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; procedures?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If you can contribute the code, we are glad to include it in
&lt;br&gt;&amp;gt;&amp;gt; m17n-contrib package. &amp;nbsp;All input methods in this package can
&lt;br&gt;&amp;gt;&amp;gt; be used by SCIM via scim-m17n.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'll attach the template of zh-wubihua.mim file. &amp;nbsp;Please
&lt;br&gt;&amp;gt;&amp;gt; fill in &amp;quot;map&amp;quot; for wubihua.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I found a Wubihua collation chart on the net. &amp;nbsp;I do not know whether
&lt;br&gt;&amp;gt; we can process the html file and redistribute the result.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://developer.mimer.com/charts/chinese_wubihua.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.mimer.com/charts/chinese_wubihua.htm&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; TAKAHASHI Naoto
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19908789&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ntakahas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.m17n.org/ntakahas/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.m17n.org/ntakahas/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19908789&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19908789&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-the-input-method-wubihua-as-a-simplified-Chinese-input-method-in-SCIM-tp19768234p19908789.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19909071</id>
	<title>Re: adding the input method wubihua as a	simplified Chinese input method in SCIM</title>
	<published>2008-10-09T15:44:57Z</published>
	<updated>2008-10-09T15:44:57Z</updated>
	<author>
		<name>David Woolley (E.L)</name>
	</author>
	<content type="html">TAKAHASHI Naoto wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I found a Wubihua collation chart on the net. &amp;nbsp;I do not know whether
&lt;br&gt;&amp;gt; we can process the html file and redistribute the result.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://developer.mimer.com/charts/chinese_wubihua.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.mimer.com/charts/chinese_wubihua.htm&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I would suggest that, in the UK at least, someone has a database 
&lt;br&gt;copyright on the contents of that page, even if you strip it out of the 
&lt;br&gt;HTML. &amp;nbsp;I think you need to find a source that grants an explicit licence 
&lt;br&gt;to use the codes, or derive them from first principles from some other 
&lt;br&gt;source (e.g. stroke order data) that is suitably licensed, or copyright 
&lt;br&gt;expired.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Woolley
&lt;br&gt;Emails are not formal business letters, whatever businesses may want.
&lt;br&gt;RFC1855 says there should be an address here, but, in a world of spam,
&lt;br&gt;that is no longer good advice, as archive address hiding may not work.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19909071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-the-input-method-wubihua-as-a-simplified-Chinese-input-method-in-SCIM-tp19768234p19909071.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19876720</id>
	<title>Re: adding the input method wubihua as a simplified	Chinese input method in SCIM</title>
	<published>2008-10-08T04:12:04Z</published>
	<updated>2008-10-08T04:12:04Z</updated>
	<author>
		<name>TAKAHASHI Naoto</name>
	</author>
	<content type="html">Kenichi Handa writes:
&lt;br&gt;&lt;br&gt;&amp;gt; In article &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19876720&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;19768234.post@...&lt;/a&gt;&amp;gt;, &amp;quot;Ma, Kwonghua&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19876720&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ma.kwonghua@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; There is a very simple stroke-based input method for simplified Chinese
&lt;br&gt;&amp;gt;&amp;gt; called Wubihua:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.yale.edu/chinesemac/wubi/hua.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yale.edu/chinesemac/wubi/hua.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; It is widely used in macintosh and many mobile phones but not yet available
&lt;br&gt;&amp;gt;&amp;gt; in Linux. &amp;nbsp;Would someone like to port wubihua to scim? &amp;nbsp;How difficult is
&lt;br&gt;&amp;gt;&amp;gt; this task? &amp;nbsp;What information / data would one need and what are the
&lt;br&gt;&amp;gt;&amp;gt; procedures?
&lt;br&gt;&lt;br&gt;&amp;gt; If you can contribute the code, we are glad to include it in
&lt;br&gt;&amp;gt; m17n-contrib package. &amp;nbsp;All input methods in this package can
&lt;br&gt;&amp;gt; be used by SCIM via scim-m17n.
&lt;br&gt;&lt;br&gt;&amp;gt; I'll attach the template of zh-wubihua.mim file. &amp;nbsp;Please
&lt;br&gt;&amp;gt; fill in &amp;quot;map&amp;quot; for wubihua.
&lt;br&gt;&lt;br&gt;I found a Wubihua collation chart on the net. &amp;nbsp;I do not know whether
&lt;br&gt;we can process the html file and redistribute the result.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://developer.mimer.com/charts/chinese_wubihua.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.mimer.com/charts/chinese_wubihua.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;TAKAHASHI Naoto
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19876720&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ntakahas@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.m17n.org/ntakahas/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.m17n.org/ntakahas/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19876720&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-the-input-method-wubihua-as-a-simplified-Chinese-input-method-in-SCIM-tp19768234p19876720.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19874872</id>
	<title>Re: adding the input method wubihua as a simplified Chinese input method in SCIM</title>
	<published>2008-10-08T01:49:05Z</published>
	<updated>2008-10-08T01:49:05Z</updated>
	<author>
		<name>Ma, Kwonghua</name>
	</author>
	<content type="html">Yes, totally different. &amp;nbsp;Wubihua is a easy to learn input method as
&lt;br&gt;users only need to remember five types of strokes. &amp;nbsp;For each word, the
&lt;br&gt;first four and the last one strokes are taken, that's all.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Kenichi Handa:
&lt;br&gt;&lt;br&gt;Thanks for your file. &amp;nbsp;However where can I find the input-&amp;gt;word table
&lt;br&gt;for wubihua? &amp;nbsp;Do I really have to type the input for each chinese word
&lt;br&gt;manually?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Oct 7, 2008 at 2:34 PM, Jens Petersen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19874872&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petersen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- &amp;quot;Kwonghua Ma&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19874872&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ma.kwonghua@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; There is a very simple stroke-based input method for simplified
&lt;br&gt;&amp;gt; &amp;gt; Chinese called Wubihua: &lt;a href=&quot;http://www.yale.edu/chinesemac/wubi/hua.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yale.edu/chinesemac/wubi/hua.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; It is widely used in macintosh and many mobile phones but not yet
&lt;br&gt;&amp;gt; &amp;gt; available in Linux. &amp;nbsp;Would someone like to port wubihua to scim?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it quite different from the well-known Wubi input method that is widely used in China? &amp;nbsp;Note there are already Wubi tables in scim-tables.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jens
&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19874872&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-the-input-method-wubihua-as-a-simplified-Chinese-input-method-in-SCIM-tp19768234p19874872.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19864776</id>
	<title>Re: Bugfix: ISO_Level3_Shift was breaking composition</title>
	<published>2008-10-07T11:48:21Z</published>
	<updated>2008-10-07T11:48:21Z</updated>
	<author>
		<name>phcoder</name>
	</author>
	<content type="html">Hello. This patch was commited to CVS instead of SVN (up-to-date scim 
&lt;br&gt;uses SVN). Is there a particular reason for it or was it just by mistake?
&lt;br&gt;Vladimir Serbinenko
&lt;br&gt;Ryo Dairiki wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi phcoder,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for sending me a patch.
&lt;br&gt;&amp;gt; But I'm sorry to say that, I can't see exactly what this patch is.
&lt;br&gt;&amp;gt; Please give me a testcase. :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (We Japanese don't use Iso3Shift, so I don't know well about it)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Ryo Dairiki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19864776&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; phcoder wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello. I send the bugfix to the bug that pressing modifier level3_shift 
&lt;br&gt;&amp;gt;&amp;gt; (usually right alt) was breaking the composition
&lt;br&gt;&amp;gt;&amp;gt; Vladimir Serbinenko
&lt;br&gt;&amp;gt;&amp;gt; Index: src/scim_compose_key.cpp
&lt;br&gt;&amp;gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt;&amp;gt; --- src/scim_compose_key.cpp	(revision 114)
&lt;br&gt;&amp;gt;&amp;gt; +++ src/scim_compose_key.cpp	(working copy)
&lt;br&gt;&amp;gt;&amp;gt; @@ -92,6 +92,8 @@
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; #define SCIM_NUM_COMPOSE_SEQS (sizeof (__scim_compose_seqs) / sizeof 
&lt;br&gt;&amp;gt;&amp;gt; (__scim_compose_seqs [0]))
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; static uint16 __scim_compose_ignores [] = {
&lt;br&gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Level3_Shift,
&lt;br&gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Group_Shift,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Mode_switch,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_L,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_R,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19864776&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19864776&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19864776&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bugfix%3A-ISO_Level3_Shift-was-breaking-composition-tp19677038p19864776.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19851823</id>
	<title>[Patch]reduce scim-bridge virtual memory usage.</title>
	<published>2008-10-06T23:27:23Z</published>
	<updated>2008-10-06T23:27:23Z</updated>
	<author>
		<name>Peng Wu</name>
	</author>
	<content type="html">&lt;html&gt;
  &lt;head&gt;

  &lt;/head&gt;
  &lt;body&gt;
    &lt;p style=&quot;margin-top: 0; margin-bottom: 0&quot;&gt;
      &lt;font size=&quot;2&quot; face=&quot;Dialog&quot;&gt;Hi Ryo Dairiki&amp;#44;&lt;/font&gt;    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0; margin-bottom: 0&quot;&gt;
      &lt;font size=&quot;2&quot; face=&quot;Dialog&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Recently I found that when scim-bridge initialize scim&amp;#44; it will load all imengines as the scim daemon does. In my opinion&amp;#44; &amp;nbsp;scim-bridge only need to use SocketIMEngine to connect the scim daemon. When two imengines in scim-bridge and scim access the same user data file&amp;#44; data corruption may occur.&lt;/font&gt;    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0; margin-bottom: 0&quot;&gt;
      &lt;font size=&quot;2&quot; face=&quot;Dialog&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Here is a patch to load SocketIMengine instead of load all imengine. This patch will significantly reduce the virtual memory usage of scim-bridge.&lt;/font&gt;    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0; margin-bottom: 0&quot;&gt;
      &lt;font size=&quot;2&quot; face=&quot;Dialog&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Best Wishes&amp;#44;&lt;/font&gt;    &lt;/p&gt;
    &lt;p style=&quot;margin-top: 0; margin-bottom: 0&quot;&gt;
      &lt;font size=&quot;2&quot; face=&quot;Dialog&quot;&gt;Peng Wu&lt;/font&gt;
    &lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;

&lt;br /&gt;Index: scim-bridge-0.4.15/agent/scim-bridge-agent.cpp
&lt;br&gt;===================================================================
&lt;br&gt;--- scim-bridge-0.4.15.orig/agent/scim-bridge-agent.cpp
&lt;br&gt;+++ scim-bridge-0.4.15/agent/scim-bridge-agent.cpp
&lt;br&gt;@@ -442,6 +442,9 @@ retval_t ScimBridgeAgentImpl::initialize
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return RETVAL_FAILED;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+	imengine_module_names.clear();
&lt;br&gt;+	imengine_module_names.push_back(&amp;quot;socket&amp;quot;);
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;// Get config modules
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;vector&amp;lt;String&amp;gt; config_module_names;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;scim_get_config_module_list (config_module_names);
&lt;br&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19851823&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Patch-reduce-scim-bridge-virtual-memory-usage.-tp19851823p19851823.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19850268</id>
	<title>Re: adding the input method wubihua as a simplified Chinese input method in SCIM</title>
	<published>2008-10-06T18:34:22Z</published>
	<updated>2008-10-06T18:34:22Z</updated>
	<author>
		<name>Jens Petersen</name>
	</author>
	<content type="html">----- &amp;quot;Kwonghua Ma&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19850268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ma.kwonghua@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; There is a very simple stroke-based input method for simplified
&lt;br&gt;&amp;gt; Chinese called Wubihua: &lt;a href=&quot;http://www.yale.edu/chinesemac/wubi/hua.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yale.edu/chinesemac/wubi/hua.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It is widely used in macintosh and many mobile phones but not yet
&lt;br&gt;&amp;gt; available in Linux. &amp;nbsp;Would someone like to port wubihua to scim?
&lt;br&gt;&lt;br&gt;Is it quite different from the well-known Wubi input method that is widely used in China? &amp;nbsp;Note there are already Wubi tables in scim-tables.
&lt;br&gt;&lt;br&gt;Jens
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19850268&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-the-input-method-wubihua-as-a-simplified-Chinese-input-method-in-SCIM-tp19768234p19850268.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19836742</id>
	<title>Re: adding the input method wubihua as a simplified Chinese input method in SCIM</title>
	<published>2008-10-06T05:03:22Z</published>
	<updated>2008-10-06T05:03:22Z</updated>
	<author>
		<name>Kenichi Handa</name>
	</author>
	<content type="html">In article &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836742&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;19768234.post@...&lt;/a&gt;&amp;gt;, &amp;quot;Ma, Kwonghua&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836742&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ma.kwonghua@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; There is a very simple stroke-based input method for simplified Chinese
&lt;br&gt;&amp;gt; called Wubihua:
&lt;br&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.yale.edu/chinesemac/wubi/hua.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yale.edu/chinesemac/wubi/hua.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; It is widely used in macintosh and many mobile phones but not yet available
&lt;br&gt;&amp;gt; in Linux. &amp;nbsp;Would someone like to port wubihua to scim? &amp;nbsp;How difficult is
&lt;br&gt;&amp;gt; this task? &amp;nbsp;What information / data would one need and what are the
&lt;br&gt;&amp;gt; procedures?
&lt;br&gt;&lt;br&gt;If you can contribute the code, we are glad to include it in
&lt;br&gt;m17n-contrib package. &amp;nbsp;All input methods in this package can
&lt;br&gt;be used by SCIM via scim-m17n.
&lt;br&gt;&lt;br&gt;I'll attach the template of zh-wubihua.mim file. &amp;nbsp;Please
&lt;br&gt;fill in &amp;quot;map&amp;quot; for wubihua.
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;Kenichi Handa
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836742&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;handa@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836742&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;zh-wubihua.mim&lt;/strong&gt; (2K) &lt;a href=&quot;http://www.nabble.com/attachment/19836742/0/zh-wubihua.mim&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-the-input-method-wubihua-as-a-simplified-Chinese-input-method-in-SCIM-tp19768234p19836742.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19836744</id>
	<title>Re: [m17n-lib:00659] Ver.1.5.3 will be released soon.</title>
	<published>2008-10-06T04:43:38Z</published>
	<updated>2008-10-06T04:43:38Z</updated>
	<author>
		<name>Kenichi Handa</name>
	</author>
	<content type="html">In article &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836744&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;e7f875700810060210t2696e943q2b5a9e822d76fe51@...&lt;/a&gt;&amp;gt;, &amp;quot;Funda Wang&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836744&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fundawang@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Is it possible merge this patch regarding new version of fribidi?
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/m17n-lib/current/SOURCES/m17n-lib-1.5.2-new-fribidi.patch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/m17n-lib/current/SOURCES/m17n-lib-1.5.2-new-fribidi.patch&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thank you for letting us know that problem.
&lt;br&gt;&lt;br&gt;We are going to use this change instead (slightly different
&lt;br&gt;from m17n-lib-1.5.2-new-fribidi.patch). &amp;nbsp;Could you please
&lt;br&gt;check the current CVS version is ok for mandriva?
&lt;br&gt;&lt;br&gt;*** draw.c.~1.77.~	2008-05-13 10:57:33.000000000 +0900
&lt;br&gt;--- draw.c	2008-10-06 20:38:57.000000000 +0900
&lt;br&gt;***************
&lt;br&gt;*** 1750,1756 ****
&lt;br&gt;--- 1750,1760 ----
&lt;br&gt;&amp;nbsp; &amp;nbsp; MbidiS = msymbol (&amp;quot;S&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; MbidiNSM = msymbol (&amp;quot;NSM&amp;quot;);
&lt;br&gt;&amp;nbsp; #ifdef HAVE_FRIBIDI
&lt;br&gt;+ #if FRIBIDI_INTERFACE_VERSION &amp;lt; 3
&lt;br&gt;&amp;nbsp; &amp;nbsp; fribidi_set_mirroring (TRUE);
&lt;br&gt;+ #else
&lt;br&gt;+ &amp;nbsp; fribidi_set_mirroring (1);
&lt;br&gt;+ #endif
&lt;br&gt;&amp;nbsp; #endif
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; M_break_at_space = msymbol (&amp;quot;bs&amp;quot;);
&lt;br&gt;&lt;br&gt;After the release of 1.5.3, we'll adjust the code of draw.c
&lt;br&gt;not to use the APIs deprecated by the latest version of
&lt;br&gt;fribidi.
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;Kenichi Handa
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836744&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;handa@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19836744&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ver.1.5.3-will-be-released-soon.-tp19668401p19836744.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19768234</id>
	<title>adding the input method wubihua as a simplified Chinese input method in SCIM</title>
	<published>2008-10-01T13:28:52Z</published>
	<updated>2008-10-01T13:28:52Z</updated>
	<author>
		<name>Ma, Kwonghua</name>
	</author>
	<content type="html">There is a very simple stroke-based input method for simplified Chinese called Wubihua:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.yale.edu/chinesemac/wubi/hua.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yale.edu/chinesemac/wubi/hua.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;It is widely used in macintosh and many mobile phones but not yet available in Linux. &amp;nbsp;Would someone like to port wubihua to scim? &amp;nbsp;How difficult is this task? &amp;nbsp;What information / data would one need and what are the procedures?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/adding-the-input-method-wubihua-as-a-simplified-Chinese-input-method-in-SCIM-tp19768234p19768234.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19703705</id>
	<title>Re: Bugfix: ISO_Level3_Shift was breaking composition</title>
	<published>2008-09-27T08:30:08Z</published>
	<updated>2008-09-27T08:30:08Z</updated>
	<author>
		<name>phcoder</name>
	</author>
	<content type="html">Hello. On some european keyboard you can actually have four symbols per
&lt;br&gt;button: normal, shift+key, lev3+key, lev3+shift+key (rarely used). lev3
&lt;br&gt;is usually right alt but can also be configured for other keys (e.g. on
&lt;br&gt;my keyboard both left alt and left super are configured as lev3, so no
&lt;br&gt;problem if I miss the key). And on the combinations with lev3 you can
&lt;br&gt;find a lot of dead keys. So let's say you compose a serie of 3 symbols
&lt;br&gt;(very used in Vietnamese): a+b+c. And let's say that b is on lev3
&lt;br&gt;combination but a isn't. Normally you would expect all 3 symbols to
&lt;br&gt;compose together. But you enter the key sequence:
&lt;br&gt;a+(lev3+b)+c
&lt;br&gt;And the moment you push lev3, &amp;quot;a&amp;quot; is lost so only two symbols are composed.
&lt;br&gt;Actually this bug is already on the bugtracker since quite a while:
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1957234&amp;group_id=108454&amp;atid=650539&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1957234&amp;group_id=108454&amp;atid=650539&lt;/a&gt;&lt;br&gt;Vladimir 'phcoder' Serbinenko
&lt;br&gt;Ryo Dairiki wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi phcoder,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for sending me a patch.
&lt;br&gt;&amp;gt; But I'm sorry to say that, I can't see exactly what this patch is.
&lt;br&gt;&amp;gt; Please give me a testcase. :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (We Japanese don't use Iso3Shift, so I don't know well about it)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Ryo Dairiki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19703705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; phcoder wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello. I send the bugfix to the bug that pressing modifier level3_shift 
&lt;br&gt;&amp;gt;&amp;gt; (usually right alt) was breaking the composition
&lt;br&gt;&amp;gt;&amp;gt; Vladimir Serbinenko
&lt;br&gt;&amp;gt;&amp;gt; Index: src/scim_compose_key.cpp
&lt;br&gt;&amp;gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt;&amp;gt; --- src/scim_compose_key.cpp	(revision 114)
&lt;br&gt;&amp;gt;&amp;gt; +++ src/scim_compose_key.cpp	(working copy)
&lt;br&gt;&amp;gt;&amp;gt; @@ -92,6 +92,8 @@
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; #define SCIM_NUM_COMPOSE_SEQS (sizeof (__scim_compose_seqs) / sizeof 
&lt;br&gt;&amp;gt;&amp;gt; (__scim_compose_seqs [0]))
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; static uint16 __scim_compose_ignores [] = {
&lt;br&gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Level3_Shift,
&lt;br&gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Group_Shift,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Mode_switch,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_L,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_R,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19703705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19703705&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19703705&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bugfix%3A-ISO_Level3_Shift-was-breaking-composition-tp19677038p19703705.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19699097</id>
	<title>Re: Bugfix: ISO_Level3_Shift was breaking composition</title>
	<published>2008-09-26T19:21:13Z</published>
	<updated>2008-09-26T19:21:13Z</updated>
	<author>
		<name>Ryo Dairiki-2</name>
	</author>
	<content type="html">Hi phcoder,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for sending me a patch.
&lt;br&gt;But I'm sorry to say that, I can't see exactly what this patch is.
&lt;br&gt;Please give me a testcase. :)
&lt;br&gt;&lt;br&gt;(We Japanese don't use Iso3Shift, so I don't know well about it)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ryo Dairiki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19699097&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;phcoder wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello. I send the bugfix to the bug that pressing modifier level3_shift 
&lt;br&gt;&amp;gt; (usually right alt) was breaking the composition
&lt;br&gt;&amp;gt; Vladimir Serbinenko
&lt;br&gt;&amp;gt; Index: src/scim_compose_key.cpp
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; --- src/scim_compose_key.cpp	(revision 114)
&lt;br&gt;&amp;gt; +++ src/scim_compose_key.cpp	(working copy)
&lt;br&gt;&amp;gt; @@ -92,6 +92,8 @@
&lt;br&gt;&amp;gt; &amp;nbsp; #define SCIM_NUM_COMPOSE_SEQS (sizeof (__scim_compose_seqs) / sizeof 
&lt;br&gt;&amp;gt; (__scim_compose_seqs [0]))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; static uint16 __scim_compose_ignores [] = {
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Level3_Shift,
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Group_Shift,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Mode_switch,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_L,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_R,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19699097&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19699097&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bugfix%3A-ISO_Level3_Shift-was-breaking-composition-tp19677038p19699097.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19677038</id>
	<title>Bugfix: ISO_Level3_Shift was breaking composition</title>
	<published>2008-09-25T12:52:30Z</published>
	<updated>2008-09-25T12:52:30Z</updated>
	<author>
		<name>phcoder</name>
	</author>
	<content type="html">Hello. I send the bugfix to the bug that pressing modifier level3_shift 
&lt;br&gt;(usually right alt) was breaking the composition
&lt;br&gt;Vladimir Serbinenko
&lt;br&gt;Index: src/scim_compose_key.cpp
&lt;br&gt;===================================================================
&lt;br&gt;--- src/scim_compose_key.cpp	(revision 114)
&lt;br&gt;+++ src/scim_compose_key.cpp	(working copy)
&lt;br&gt;@@ -92,6 +92,8 @@
&lt;br&gt;&amp;nbsp; #define SCIM_NUM_COMPOSE_SEQS (sizeof (__scim_compose_seqs) / sizeof 
&lt;br&gt;(__scim_compose_seqs [0]))
&lt;br&gt;&lt;br&gt;&amp;nbsp; static uint16 __scim_compose_ignores [] = {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Level3_Shift,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;SCIM_KEY_ISO_Group_Shift,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Mode_switch,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_L,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; SCIM_KEY_Shift_R,
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19677038&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bugfix%3A-ISO_Level3_Shift-was-breaking-composition-tp19677038p19677038.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19668401</id>
	<title>Ver.1.5.3 will be released soon.</title>
	<published>2008-09-25T05:04:17Z</published>
	<updated>2008-09-25T05:04:17Z</updated>
	<author>
		<name>Kenichi Handa</name>
	</author>
	<content type="html">We'll release ver.1.5.3 of m17n-lib and m17n-db within a
&lt;br&gt;week. &amp;nbsp;The release candidate version is at the CVS trunk or
&lt;br&gt;in the following tarballs:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.m17n.org/m17n-lib-download/m17n-lib-1.5.3-RC.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.m17n.org/m17n-lib-download/m17n-lib-1.5.3-RC.tar.gz&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.m17n.org/m17n-lib-download/m17n-db-1.5.3-RC.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.m17n.org/m17n-lib-download/m17n-db-1.5.3-RC.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;---
&lt;br&gt;Kenichi Handa
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19668401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;handa@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19668401&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ver.1.5.3-will-be-released-soon.-tp19668401p19668401.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19478684</id>
	<title>Re: SCIM in the OLPC XO-1</title>
	<published>2008-09-14T02:36:34Z</published>
	<updated>2008-09-14T02:36:34Z</updated>
	<author>
		<name>Sayamindu Dasgupta-2</name>
	</author>
	<content type="html">On Fri, Sep 5, 2008 at 7:33 AM, Jens Petersen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19478684&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petersen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; We are considering a switch to SCIM for the next OLPC OS release (due
&lt;br&gt;&amp;gt;&amp;gt; to be released in the first quarter of 2009). We currently use XKB,
&lt;br&gt;&amp;gt;&amp;gt; and there is a dedicated &amp;quot;switch&amp;quot; key on the keyboard which lets us
&lt;br&gt;&amp;gt;&amp;gt; switch the keyboard layouts. We do not want the user experience to
&lt;br&gt;&amp;gt;&amp;gt; change, and to keep things as simple as possible, and hence we are
&lt;br&gt;&amp;gt;&amp;gt; trying to avoid the SCIM panel. Instead, we are planning on using
&lt;br&gt;&amp;gt;&amp;gt; scim-config-agent to configure SCIM once during first boot, and then
&lt;br&gt;&amp;gt;&amp;gt; launch SCIM automatically with Sugar.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does this sound like a doable plan ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think so.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Have you tested memory requirements, etc? &amp;nbsp;If that is not an issue I think it should be fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Also, we have a significant number of keyboards layouts defined in
&lt;br&gt;&amp;gt;&amp;gt; XKB[1] - is there any way to reutilize the work already done when we
&lt;br&gt;&amp;gt;&amp;gt; switch to SCIM ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't know of any tool to convert xkb maps to (or from) scim-tables or m17n maps but such a tool would be very useful.
&lt;/div&gt;&lt;br&gt;I wrote a tool which parses XKB maps and tries to generate M17N maps
&lt;br&gt;from that. However, I'm a bit stuck with the Alt-Gr mappings - any
&lt;br&gt;help would be appreciated there :-) (moreover, I'm unable to subscribe
&lt;br&gt;to the m17n lists for some reasons - maybe someone on this list would
&lt;br&gt;know how to get subscribed ?)
&lt;br&gt;&lt;br&gt;The code is available from Git at
&lt;br&gt;&lt;a href=&quot;http://dev.laptop.org/git?p=users/sayamindu/xkb2scim&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.laptop.org/git?p=users/sayamindu/xkb2scim&lt;/a&gt;&lt;br&gt;&lt;br&gt;It parses XKB maps and stores the information in a dict. You can use
&lt;br&gt;the tool like
&lt;br&gt;&lt;br&gt;parse_xkb_symbols.py &amp;lt;layout&amp;gt; &amp;lt;variant&amp;gt;
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;Sayamindu
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sayamindu Dasgupta
&lt;br&gt;[&lt;a href=&quot;http://sayamindu.randomink.org/ramblings&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sayamindu.randomink.org/ramblings&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19478684&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SCIM-in-the-OLPC-XO-1-tp19320611p19478684.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19395920</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-09-09T09:16:55Z</published>
	<updated>2008-09-09T09:16:55Z</updated>
	<author>
		<name>Ryo Dairiki-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Huang Peng wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You are welcome.
&lt;br&gt;&amp;gt; I am interested about this project. I think ibus should have a text 
&lt;br&gt;&amp;gt; console frontend too.
&lt;br&gt;&amp;gt; So could you tell me how do you implement this program? It is a 
&lt;br&gt;&amp;gt; plug-in of fbterm or a separate text console program? If it is a 
&lt;br&gt;&amp;gt; separate text console program, maybe I could get some ideas from it or 
&lt;br&gt;&amp;gt; include it in ibus project. :)
&lt;br&gt;&lt;br&gt;Fbterm is a console emulator which works on vesafb.
&lt;br&gt;It render glyph by freetype, so you can see CJK characters on console.
&lt;br&gt;Here, the screenshot:
&lt;br&gt;&lt;br&gt;screenshot
&lt;br&gt;&lt;br&gt;I'm thinking of adding IM plugin support to fbterm itself.
&lt;br&gt;It steals key event from fbterm key handling mechanism.
&lt;br&gt;It displays preedit and candidate table by interrupting screen rendering 
&lt;br&gt;of fbterm.
&lt;br&gt;I also plan to make fbterm to load im-plugins semi-dynamically, like gtk 
&lt;br&gt;and qt.
&lt;br&gt;&lt;br&gt;UIM-Fep is UIM frotend program for console, which is the only choice for 
&lt;br&gt;this purpose currently.
&lt;br&gt;It's a separate program from vesafb terminal emulator, and it's a simple 
&lt;br&gt;terminal emulator too.
&lt;br&gt;The major weakness of this program are as follows,
&lt;br&gt;&lt;br&gt;1. Cannot handle kanji-related keys properly, as console emulator (or 
&lt;br&gt;console module of kernel) eats them.
&lt;br&gt;Fbterm uses keycode remapping mechanism inside it it capture some 
&lt;br&gt;special key sequence,
&lt;br&gt;and I've succeeded to capture kanji-related keys by using them last week.
&lt;br&gt;&lt;br&gt;2. Some programs don't work properly on uim-fep, and nobody is reluctant 
&lt;br&gt;to fix it.
&lt;br&gt;UIM-Fep is not a console emulator, but UIM frontend.
&lt;br&gt;&lt;br&gt;Maybe, both problem can be solved by this patch.
&lt;br&gt;I wish we can give fully CJK-supported console for Linux users in the 
&lt;br&gt;future.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ryo Dairiki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19395920&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;P.S.
&lt;br&gt;I don't have enough time to concentrate on developing it now, so it 
&lt;br&gt;won't come so early.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19395920&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19395920.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19385841</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-09-08T21:52:22Z</published>
	<updated>2008-09-08T21:52:22Z</updated>
	<author>
		<name>Huang Peng-2</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Sep 9, 2008 at 12:33 AM, Ryo Dairiki &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19385841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;
Huang Peng wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Sun, Sep 7, 2008 at 6:14 PM, Huang Peng &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19385841&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shawn.p.huang@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19385841&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shawn.p.huang@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; On Sun, Sep 7, 2008 at 5:06 PM, Ryo Dairiki&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19385841&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19385841&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I&amp;#39;m now writing im-plugin for fbterm, which allows you&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; displaying&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CJK text on vesafb.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Last week, a Chinese contacted me to request for console&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Chinese input.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; He said they don&amp;#39;t use X at all, and don&amp;#39;t want to install it&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; either.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; So I have to achieve console pinyin input, which X at all.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I&amp;#39;m thinking of writing Fbterm-iBus, instead of Fbterm-SCIM.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Because it&amp;#39;s difficult to use SCIM completely without X. :(&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I think there has been no iBus configuration tool works on&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console,&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; but I think it&amp;#39;s easy. Isn&amp;#39;t it? :)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; iBus has several parts: ibus-daemon, input engines, ibus-panel,&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; ibus-conf, ibus-setup UIs, clients (gtk im module, qt immoudel and&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; xim clients). Every parts are separated Linux processes. They&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; conmunicatted with others parts by dbus IPC library. The core&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; (ibus-daemon) &amp;amp; input engines can works without X system. You may&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; try &amp;nbsp;only run ibus-daemon &amp;amp; ibus-engine-pinyin in your system. It&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; can work. But without ibus-panel, users can not choices candidates&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; from candidates window.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; I don&amp;#39;t know how the im-plugin of fbterm works in detail. But I&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; think maybe you has two ways to implement it.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; 1. Develop a new ibus-panel without X for fbterm.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; 2. Improve ibus, to make ibus-daemons can send candidates to&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; clients, clients will display candidates by self.&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;You may find a method &amp;quot;set_capabilities&amp;quot; in bus.py. We could&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; define a new capability like show_candidates_by_self. If an IC has&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; this capability, ibus will send candidates to this IC instead of&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; ibus-panel. And the client can get candidates and show them by self.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; For your requirements, I wrote a demo code and push it into git&lt;br&gt;
&amp;gt; repository . You may find it in test folder. The demo code is console&lt;br&gt;
&amp;gt; program, you may use Ctrl + V (instead of Ctrl + space) to enable the&lt;br&gt;
&amp;gt; ibus engine. &amp;nbsp;Is it what you expect?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Yes, it is.&lt;br&gt;
&lt;br&gt;
Now the most of the problem has been solved!&lt;br&gt;
I&amp;#39;ll start writing it.&lt;br&gt;
&lt;br&gt;
Thank you for your advice and test code. :)&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;You are welcome.&lt;br&gt;I am interested about this project. I think ibus should have a text console frontend too.&lt;br&gt;So could you tell me how do you implement this program? It is a plug-in of fbterm or a separate text console program? If it is a separate text console program, maybe I could get some ideas from it or include it in ibus project. :)&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19385841&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19385841.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19375927</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-09-08T09:33:40Z</published>
	<updated>2008-09-08T09:33:40Z</updated>
	<author>
		<name>Ryo Dairiki-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Huang Peng wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Sun, Sep 7, 2008 at 6:14 PM, Huang Peng &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19375927&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shawn.p.huang@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19375927&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shawn.p.huang@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; On Sun, Sep 7, 2008 at 5:06 PM, Ryo Dairiki
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19375927&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19375927&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I'm now writing im-plugin for fbterm, which allows you
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; displaying
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CJK text on vesafb.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Last week, a Chinese contacted me to request for console
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Chinese input.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; He said they don't use X at all, and don't want to install it
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; either.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; So I have to achieve console pinyin input, which X at all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I'm thinking of writing Fbterm-iBus, instead of Fbterm-SCIM.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Because it's difficult to use SCIM completely without X. :(
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I think there has been no iBus configuration tool works on
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; but I think it's easy. Isn't it? :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; iBus has several parts: ibus-daemon, input engines, ibus-panel,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ibus-conf, ibus-setup UIs, clients (gtk im module, qt immoudel and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xim clients). Every parts are separated Linux processes. They
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; conmunicatted with others parts by dbus IPC library. The core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (ibus-daemon) &amp; input engines can works without X system. You may
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; try &amp;nbsp;only run ibus-daemon &amp; ibus-engine-pinyin in your system. It
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; can work. But without ibus-panel, users can not choices candidates
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from candidates window.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I don't know how the im-plugin of fbterm works in detail. But I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; think maybe you has two ways to implement it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 1. Develop a new ibus-panel without X for fbterm.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 2. Improve ibus, to make ibus-daemons can send candidates to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; clients, clients will display candidates by self.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;You may find a method &amp;quot;set_capabilities&amp;quot; in bus.py. We could
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; define a new capability like show_candidates_by_self. If an IC has
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; this capability, ibus will send candidates to this IC instead of
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ibus-panel. And the client can get candidates and show them by self.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For your requirements, I wrote a demo code and push it into git 
&lt;br&gt;&amp;gt; repository . You may find it in test folder. The demo code is console 
&lt;br&gt;&amp;gt; program, you may use Ctrl + V (instead of Ctrl + space) to enable the 
&lt;br&gt;&amp;gt; ibus engine. &amp;nbsp;Is it what you expect?
&lt;/div&gt;&lt;br&gt;Yes, it is.
&lt;br&gt;&lt;br&gt;Now the most of the problem has been solved!
&lt;br&gt;I'll start writing it.
&lt;br&gt;&lt;br&gt;Thank you for your advice and test code. :)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ryo
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19375927&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19375927.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19364600</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-09-07T18:32:46Z</published>
	<updated>2008-09-07T18:32:46Z</updated>
	<author>
		<name>Huang Peng-2</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Sep 7, 2008 at 6:14 PM, Huang Peng &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19364600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shawn.p.huang@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;On Sun, Sep 7, 2008 at 5:06 PM, Ryo Dairiki &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19364600&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;I&amp;#39;m now writing im-plugin for fbterm, which allows you displaying&lt;br&gt;
CJK text on vesafb.&lt;br&gt;
&lt;br&gt;
Last week, a Chinese contacted me to request for console Chinese input.&lt;br&gt;
He said they don&amp;#39;t use X at all, and don&amp;#39;t want to install it either.&lt;br&gt;
So I have to achieve console pinyin input, which X at all.&lt;br&gt;
&lt;br&gt;
I&amp;#39;m thinking of writing Fbterm-iBus, instead of Fbterm-SCIM.&lt;br&gt;
Because it&amp;#39;s difficult to use SCIM completely without X. :(&lt;br&gt;
I think there has been no iBus configuration tool works on console,&lt;br&gt;
but I think it&amp;#39;s easy. Isn&amp;#39;t it? :)&lt;/blockquote&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;iBus has several parts: ibus-daemon, input engines, ibus-panel, ibus-conf, ibus-setup UIs, clients (gtk im module, qt immoudel and xim clients). Every parts are separated Linux processes. They conmunicatted with others parts by dbus IPC library. The core (ibus-daemon) &amp;amp; input engines can works without X system. You may try&amp;nbsp; only run ibus-daemon &amp;amp; ibus-engine-pinyin in your system. It can work. But without ibus-panel, users can not choices candidates from candidates window.&lt;br&gt;

&lt;br&gt;I don&amp;#39;t know how the im-plugin of fbterm works in detail. But I think maybe you has two ways to implement it.&lt;br&gt;&lt;br&gt;1. Develop a new ibus-panel without X for fbterm.&lt;br&gt;2. Improve ibus, to make ibus-daemons can send candidates to clients, clients will display candidates by self.&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You may find a method &amp;quot;set_capabilities&amp;quot; in bus.py. We could define a new capability like show_candidates_by_self. If an IC has this capability, ibus will send candidates to this IC instead of ibus-panel. And the client can get candidates and show them by self.&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;For your requirements, I wrote a demo code and push it into git repository . You may find it in test folder. The demo code is console program, you may use Ctrl + V (instead of Ctrl + space) to enable the ibus engine.&amp;nbsp; Is it what you expect?&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19364600&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19364600.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19359656</id>
	<title>scim-bridge-qt4 loses copied text</title>
	<published>2008-09-07T09:15:00Z</published>
	<updated>2008-09-07T09:15:00Z</updated>
	<author>
		<name>UTUMI Hirosi</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Yukiko Bando reported the bug.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://qa.mandriva.com/show_bug.cgi?id=43171&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://qa.mandriva.com/show_bug.cgi?id=43171&lt;/a&gt;&lt;br&gt;===================================================
&lt;br&gt;1. Type text in KWrite.
&lt;br&gt;2. Copy the text.
&lt;br&gt;3. Move the focus to somewhere else.
&lt;br&gt;4. Move the focus to KWrite again. I can see the text disappear at this point.
&lt;br&gt;===================================================
&lt;br&gt;&lt;br&gt;It also happened to me.
&lt;br&gt;I'm using qt4-4.4.1, kde4-4.1.1 and gcc-4.3.2.
&lt;br&gt;&lt;br&gt;BTW, uim-1.5.2 has a critical bug for qt4.
&lt;br&gt;uim-qt4 breaks qt4 apps.
&lt;br&gt;&lt;a href=&quot;http://archives.mandrivalinux.com/cooker-i18n/2008-09/msg00035.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://archives.mandrivalinux.com/cooker-i18n/2008-09/msg00035.php&lt;/a&gt;&lt;br&gt;Please use uim-1.5.3.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Hirosi
&lt;br&gt;--------------------------------------
&lt;br&gt;Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
&lt;br&gt;&lt;a href=&quot;http://pr.mail.yahoo.co.jp/mlb/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pr.mail.yahoo.co.jp/mlb/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19359656&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/scim-bridge-qt4-loses-copied-text-tp19359656p19359656.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19356528</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-09-07T03:14:33Z</published>
	<updated>2008-09-07T03:14:33Z</updated>
	<author>
		<name>Huang Peng-2</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Sep 7, 2008 at 5:06 PM, Ryo Dairiki &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19356528&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp;I&amp;#39;m now writing im-plugin for fbterm, which allows you displaying&lt;br&gt;
CJK text on vesafb.&lt;br&gt;
&lt;br&gt;
Last week, a Chinese contacted me to request for console Chinese input.&lt;br&gt;
He said they don&amp;#39;t use X at all, and don&amp;#39;t want to install it either.&lt;br&gt;
So I have to achieve console pinyin input, which X at all.&lt;br&gt;
&lt;br&gt;
I&amp;#39;m thinking of writing Fbterm-iBus, instead of Fbterm-SCIM.&lt;br&gt;
Because it&amp;#39;s difficult to use SCIM completely without X. :(&lt;br&gt;
I think there has been no iBus configuration tool works on console,&lt;br&gt;
but I think it&amp;#39;s easy. Isn&amp;#39;t it? :)&lt;/blockquote&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;iBus has several parts: ibus-daemon, input engines, ibus-panel, ibus-conf, ibus-setup UIs, clients (gtk im module, qt immoudel and xim clients). Every parts are separated Linux processes. They conmunicatted with others parts by dbus IPC library. The core (ibus-daemon) &amp;amp; input engines can works without X system. You may try&amp;nbsp; only run ibus-daemon &amp;amp; ibus-engine-pinyin in your system. It can work. But without ibus-panel, users can not choices candidates from candidates window.&lt;br&gt;
&lt;br&gt;I don&amp;#39;t know how the im-plugin of fbterm works in detail. But I think maybe you has two ways to implement it.&lt;br&gt;&lt;br&gt;1. Develop a new ibus-panel without X for fbterm.&lt;br&gt;2. Improve ibus, to make ibus-daemons can send candidates to clients, clients will display candidates by self.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You may find a method &amp;quot;set_capabilities&amp;quot; in bus.py. We could define a new capability like show_candidates_by_self. If an IC has this capability, ibus will send candidates to this IC instead of ibus-panel. And the client can get candidates and show them by self.&lt;br&gt;
&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
&lt;br&gt;
Any opinion is welcome.&lt;br&gt;
&lt;br&gt;
Fbterm: &lt;a href=&quot;http://code.google.com/p/fbterm/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbterm/&lt;/a&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19356528&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19356528.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19356012</id>
	<title>Re: iBus - the new input framework</title>
	<published>2008-09-07T02:06:03Z</published>
	<updated>2008-09-07T02:06:03Z</updated>
	<author>
		<name>Ryo Dairiki-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I'm now writing im-plugin for fbterm, which allows you displaying 
&lt;br&gt;CJK text on vesafb.
&lt;br&gt;&lt;br&gt;Last week, a Chinese contacted me to request for console Chinese input.
&lt;br&gt;He said they don't use X at all, and don't want to install it either.
&lt;br&gt;So I have to achieve console pinyin input, which X at all.
&lt;br&gt;&lt;br&gt;I'm thinking of writing Fbterm-iBus, instead of Fbterm-SCIM.
&lt;br&gt;Because it's difficult to use SCIM completely without X. :(
&lt;br&gt;I think there has been no iBus configuration tool works on console,
&lt;br&gt;but I think it's easy. Isn't it? :)
&lt;br&gt;&lt;br&gt;Any opinion is welcome.
&lt;br&gt;&lt;br&gt;Fbterm: &lt;a href=&quot;http://code.google.com/p/fbterm/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbterm/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ryo Dairiki &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19356012&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ryo-dairiki@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Huang Peng wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; I am developing a new input framework - iBus (Intelligent Input Bus).
&lt;br&gt;&amp;gt; It is almost completed, and it already has several engines (Chinese
&lt;br&gt;&amp;gt; PinYin, Chinese Chewing, Japanese Anthy, Korean Hangul, M17n and
&lt;br&gt;&amp;gt; general table engines). It can also support gtk, qt4 and XIM
&lt;br&gt;&amp;gt; applications (qt3 are supported via XIM). It has entered the test
&lt;br&gt;&amp;gt; stage. So I wish you may download and try it. If you have any
&lt;br&gt;&amp;gt; questions or suggestions, please tell me.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; homepage: &lt;a href=&quot;http://code.google.com/p/ibus/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/ibus/&lt;/a&gt;&lt;br&gt;&amp;gt; discuss group: &lt;a href=&quot;http://groups.google.com/group/ibus-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/ibus-user&lt;/a&gt;&lt;br&gt;&amp;gt; Fedora 9 users may download rpm packages from below link.
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://admin.fedoraproject.org/updates/ibus-table-0.1.1.20080901-1.fc9,ibus-pinyin-0.1.1.20080901-1.fc9,ibus-m17n-0.1.1.20080901-1.fc9,ibus-chewing-0.1.1.20080901-1.fc9,ibus-hangul-0.1.1.20080901-1.fc9,ibus-anthy-0.1.1.20080901-1.fc9,ibus-0.1.1.20080901-1.fc9&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Huang Peng
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Scim-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19356012&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19356012&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/iBus---the-new-input-framework-tp19256362p19356012.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19333969</id>
	<title>Re: SCIM in the OLPC XO-1</title>
	<published>2008-09-05T08:34:17Z</published>
	<updated>2008-09-05T08:34:17Z</updated>
	<author>
		<name>Doug Rintoul-2</name>
	</author>
	<content type="html">Jens Petersen wrote:
&lt;br&gt;&amp;gt; Have you tested memory requirements, etc? If that is not an issue I 
&lt;br&gt;&amp;gt; think it should be fine.
&lt;br&gt;I am running SCIM on the OLPC without any issues. It works great (no 
&lt;br&gt;panel icon of course).
&lt;br&gt;&lt;br&gt;Doug Rintoul.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19333969&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SCIM-in-the-OLPC-XO-1-tp19320611p19333969.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19327746</id>
	<title>Re: SCIM in the OLPC XO-1</title>
	<published>2008-09-05T02:20:51Z</published>
	<updated>2008-09-05T02:20:51Z</updated>
	<author>
		<name>Sayamindu Dasgupta-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;Thanks for the quick response.
&lt;br&gt;&lt;br&gt;On Fri, Sep 5, 2008 at 7:33 AM, Jens Petersen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19327746&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petersen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does this sound like a doable plan ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think so.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Have you tested memory requirements, etc? &amp;nbsp;If that is not an issue I think it should be fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;We already have some users using SCIM for inputting Chinese, so memory
&lt;br&gt;usage should not be a major problem. However, probably I have to look
&lt;br&gt;at making a sane package selection (we have limited space on the flash
&lt;br&gt;device that we use for a hard disk).
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Also, we have a significant number of keyboards layouts defined in
&lt;br&gt;&amp;gt;&amp;gt; XKB[1] - is there any way to reutilize the work already done when we
&lt;br&gt;&amp;gt;&amp;gt; switch to SCIM ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't know of any tool to convert xkb maps to (or from) scim-tables or m17n maps but such a tool would be very useful.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;I'll probably try to come up a rudimentary XKB-&amp;gt;scim table converter
&lt;br&gt;by the next week. However, I'm not sure how to handle keys for the
&lt;br&gt;Alt-Gr characters (for example: the keyboard we have designed for
&lt;br&gt;Haiti[1] has the Euro sign bound to &amp;quot;Alt-Gr E&amp;quot;). Any suggestions ?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Sayamindu
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://wiki.laptop.org/images/9/97/CA-MP.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.laptop.org/images/9/97/CA-MP.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sayamindu Dasgupta
&lt;br&gt;[&lt;a href=&quot;http://sayamindu.randomink.org/ramblings&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sayamindu.randomink.org/ramblings&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19327746&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SCIM-in-the-OLPC-XO-1-tp19320611p19327746.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19323575</id>
	<title>Re: SCIM in the OLPC XO-1</title>
	<published>2008-09-04T19:03:48Z</published>
	<updated>2008-09-04T19:03:48Z</updated>
	<author>
		<name>Jens Petersen</name>
	</author>
	<content type="html">&amp;gt; We are considering a switch to SCIM for the next OLPC OS release (due
&lt;br&gt;&amp;gt; to be released in the first quarter of 2009). We currently use XKB,
&lt;br&gt;&amp;gt; and there is a dedicated &amp;quot;switch&amp;quot; key on the keyboard which lets us
&lt;br&gt;&amp;gt; switch the keyboard layouts. We do not want the user experience to
&lt;br&gt;&amp;gt; change, and to keep things as simple as possible, and hence we are
&lt;br&gt;&amp;gt; trying to avoid the SCIM panel. Instead, we are planning on using
&lt;br&gt;&amp;gt; scim-config-agent to configure SCIM once during first boot, and then
&lt;br&gt;&amp;gt; launch SCIM automatically with Sugar.
&lt;br&gt;&lt;br&gt;&amp;gt; Does this sound like a doable plan ?
&lt;br&gt;&lt;br&gt;I think so.
&lt;br&gt;&lt;br&gt;Have you tested memory requirements, etc? &amp;nbsp;If that is not an issue I think it should be fine.
&lt;br&gt;&lt;br&gt;&amp;gt; Also, we have a significant number of keyboards layouts defined in
&lt;br&gt;&amp;gt; XKB[1] - is there any way to reutilize the work already done when we
&lt;br&gt;&amp;gt; switch to SCIM ?
&lt;br&gt;&lt;br&gt;I don't know of any tool to convert xkb maps to (or from) scim-tables or m17n maps but such a tool would be very useful.
&lt;br&gt;&lt;br&gt;Jens
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Scim-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19323575&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Scim-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/scim-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/scim-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SCIM-in-the-OLPC-XO-1-tp19320611p19323575.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19320611</id>
	<title>SCIM in the OLPC XO-1</title>
	<published>2008-09-04T14:42:58Z</published>
	<updated>2008-09-04T14:42:58Z</updated>
	<author>
		<name>Sayamindu Dasgupta-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;We are considering a switch to SCIM for the next OLPC OS release (due
&lt;br&gt;to be released in the first quarter of 2009). We currently use XKB,
&lt;br&gt;and there is a dedicated &amp;quot;switch&amp;quot; key on the keyboard which lets us
&lt;br&gt;switch the keyboard layouts. We do not want the user experience to
&lt;br&gt;change, and to keep things as simple as possible, and hence we are
&lt;br&gt;trying to avoid the SCIM panel. Instead, we are planning on using
&lt;br&gt;scim-config-agent to configure SCIM once during first boot, and then
&lt;br&gt;launch SCIM automatically with Sugar.
&lt;br&gt;Does this sound like a doable plan ?
&lt;br&gt;I have been searching for some documentation on scim-config-agent, and
&lt;br&gt;unfortunately, I could not find any. Any pointers to any kind of
&lt;br&gt;resources would be helpful :-)
&lt;br&gt;&lt;br&gt;Also, we have a significant number of keyboards layouts defined in
&lt;br&gt;XKB[1] - is there any way to reutilize the work already done when we
&lt;br&gt;switch to SCIM ?
&lt;br&gt;Thank you,
&lt;br&gt;Sayamindu
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://wiki.laptop.org/go/Mfg-data#Keyboards&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.laptop.org/go/Mfg-data#Keyboards&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sayamindu Dasgupta
&lt;br&gt;One Laptop Per Child
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&