<div dir="ltr">Hi dai,<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 9, 2014 at 1:41 PM,  <span dir="ltr"><<a href="mailto:dai@debian.org" target="_blank">dai@debian.org</a>></span> wrote:<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">
<div class="">
> 1.  What's the difference between generic-on-key and generic-on-key? stuff?<br>
> what's the detail meaning of this two?<br>
<br>
</div>statement with ? maybe conditional.<br>
i just pick up this resolution by trial and error, sorry.</blockquote><div> </div><div> I guess the name with ? is a lambda function object,  it can be use for checking key input directly.</div><div> So,    </div><div><div>
(define generic-on-key '("zenkaku-hankaku" "<Shift> " "<Control> "))  ;;key define</div><div>(define generic-on-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> " "<Control> "))) ;;key check function define, generic-on-key? is lambda function</div>
</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"><div class="">
</div>i can use "uim-fep -S" with below ~/.screenrc.<br>
<br>
<a href="http://code.google.com/p/uim-doc-ja/wiki/UimFep#screen-uim%E3%81%AE%E3%82%88%E3%81%86%E3%81%AB%E4%BD%BF%E3%81%86" target="_blank">http://code.google.com/p/uim-doc-ja/wiki/UimFep#screen-uim%E3%81%AE%E3%82%88%E3%81%86%E3%81%AB%E4%BD%BF%E3%81%86</a></blockquote>
<div><br></div><div>My config is follow <a href="https://code.google.com/p/uim/wiki/UimFep">https://code.google.com/p/uim/wiki/UimFep</a>,  and that should be the same</div><div>My ~/.screenrc,  <br></div><div><br></div><div>
backtick 0 0 0 uim-fep-tick<br></div><div><div>hardstatus alwayslastline "%0`"</div><div><br></div></div><div>It does not work, and the uim-fep -e screen seems good, and no need special screen support.</div><div>
<br></div><div>Thanks,<br></div><div>Cong Zhang </div></div><br></div></div>