[Uim] Focus and cursor position shift handlings (bug #7729)

Etsushi Kato ek.kato at gmail.com
Thu Nov 9 18:02:55 EET 2006


On 11/10/06, YAMAMOTO Kengo / YamaKen <yamaken at bp.iij4u.or.jp> wrote:
> At Thu, 09 Nov 2006 16:53:54 +0900,
> yamaken at bp.iij4u.or.jp wrote:
> >
> > Except for this "auto-commit on button-press" issue, I think
> > that no problem about the new APIset is existing. So I'll commit
> > the new interfaces to trunk once this issue has been finished
> > and if no further discussion is proposed.
>
> I've committed the API with some modifications below. Please
> review it.

This broke something.

make  -C ../uim uim-module-manager && \
        LIBUIM_SCM_FILES=/home/kato/src/uim/uim-fdo/scm
LIBUIM_PLUGIN_LIB_DIR=/home/kato/src/uim/uim-fdo/scm/.././uim/.libs
../uim/uim-module-manager \
            --path ../scm --register "pyload" "anthy"  "mana" "prime"
"skk" "tcode" "tutcode" "byeoru" "hangul" "viqr" "ipa-x-sampa" "latin"
"m17nlib"
make[1]: Entering directory `/home/kato/src/uim/uim-fdo/uim'
make[1]: `uim-module-manager' is up to date.
make[1]: Leaving directory `/home/kato/src/uim/uim-fdo/uim'
ERROR: too few arguments (see errobj)

*backtrace*
>>(register-im (quote direct) "*" "UTF-8" (N_ "Direct") (N_ "Pass
through all user input without any modification") ()
direct-init-handler direct-release-handler context-mode-handler
direct-key-press-handler direct-key-release-handler
direct-reset-handler direct-get-candidate-handler
direct-set-candidate-index-handler context-prop-activate-handler ())
>>(require file)
>>(*catch (quote errobj) (require file))
>>(or (load-plugin module-name) (try-require (string-append
module-name ".scm")))
>>(load-modules)
>>(require "init.scm")
>>(*catch (quote errobj) (require "init.scm"))
>>(eq? (quote *init.scm-loaded*) (*catch (quote errobj) (require "init.scm")))

ERROR: too few arguments (see errobj)

Warning: Module pyload is not a correct module.
...
-- 
Etsushi Kato
ek.kato at gmail.com



More information about the uim mailing list