Hi dai,
On Wed, Apr 9, 2014 at 1:41 PM, <[email protected]> wrote:
>
> > 1. What's the difference between generic-on-key and generic-on-key?
> stuff?
> > what's the detail meaning of this two?
>
> statement with ? maybe conditional.
> i just pick up this resolution by trial and error, sorry.
I guess the name with ? is a lambda function object, it can be use for
checking key input directly.
So,
(define generic-on-key '("zenkaku-hankaku" "<Shift> " "<Control> ")) ;;key
define
(define generic-on-key? (make-key-predicate '("zenkaku-hankaku" "<Shift> "
"<Control> "))) ;;key check function define, generic-on-key? is lambda
function
> i can use "uim-fep -S" with below ~/.screenrc.
>
>
> 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
My config is follow https://code.google.com/p/uim/wiki/UimFep, and that
should be the same
My ~/.screenrc,
backtick 0 0 0 uim-fep-tick
hardstatus alwayslastline "%0`"
It does not work, and the uim-fep -e screen seems good, and no need special
screen support.
Thanks,
Cong Zhang