<div dir="ltr">Hi Dai and NOKUBI,<div><br><div class="gmail_extra"><div class="gmail_quote">On Mon, Apr 7, 2014 at 10:11 PM,  <span dir="ltr"><<a href="mailto:dai@debian.org" target="_blank">dai@debian.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi Zhang,<br>
<br>
Which keys do you use to on/off conversion?<br>
If you use Shift+Space keys, uim-fep does not support Shift+Space keys.<br>
Please see below:<br>
<br>
uim-fep does not start to convert KANJI in default settings.<br></blockquote><div> The same for py input method.<br></div><div> I use  uim-pref-gtk to make start to convert by default, so I don't dig the Shift+Space keys problem more before</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Would you show me .uim.d/customs/custom-global-keys1.scm settings?<br>
Default setting maybe below (or nothing this file).<br>
<br>
% grep generic-o .uim.d/customs/custom-global-keys1.scm<br>
(define generic-on-key '("zenkaku-hankaku" "<Shift> "))<br>
(define generic-on-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> ")))<br>
(define generic-off-key '("zenkaku-hankaku" "<Shift> "))<br>
(define generic-off-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> ")))<br>
%<br></blockquote><div> The same with you.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

I cannot on/off conversion with Shift+Space.<br>
<br>
Then, I added "<Control> " (Control+Space) for another on/off conversion keys.<br>
<br>
% grep generic-o .uim.d/customs/custom-global-keys1.scm<br>
(define generic-on-key '("zenkaku-hankaku" "<Shift> " "<Control> "))<br>
(define generic-on-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> " "<Control> ")))<br>
(define generic-off-key '("zenkaku-hankaku" "<Shift> " "<Control> "))<br>
(define generic-off-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> " "<Control> ")))<br>
%<br>
<br>
So I can on/off conversion with Control+Space.<br></blockquote><div>  It works for py input method too, it's great:) </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

% uim-fep -u py<br>
py[IM-]<br>
<br>
(type Control+Space)<br>
<br>
% uim-fep -u py<br>
py[IMO]<br>
<br>
(type nihao)<br>
<br>
% 你好</blockquote><div> I get this, too. Thank you:) </div><div><br></div><div>So, at least the py input method works well in uim-fep for debian 7.</div><div><br></div><div>My addition question:</div><div>1.  What's the difference between generic-on-key and generic-on-key? stuff? what's the detail meaning of this two?</div>
<div><br></div><div>2.  If I use uim-fep -S with screen ( config the <span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">backtick for screen first, </span><font color="#000000" face="arial, sans-serif"><a href="https://code.google.com/p/uim/wiki/UimFep">https://code.google.com/p/uim/wiki/UimFep</a>)</font>, it start convert automate (why? ) and  exit <span style="color:rgb(0,0,0);font-family:'Microsoft YaHei';font-size:13px;white-space:nowrap">immediately </span>after one char input. </div>
<div><br></div><div>3.  uim-fep does not work in hurd console, this maybe TERM related problem, I need debug it another day.</div><div><br></div><div>Thanks,</div><div>Cong Zhang</div></div></div><div class="gmail_extra">
<br></div></div></div>