[Uim] A Korean input module for uim
Park Jae-hyeon
jhpark at kias.re.kr
Fri Jun 17 12:59:54 EEST 2005
Jan Willem Stumpel <jstumpel at planet.nl> writes:
> If you put them in /usr/share/uim, does it just overrule the existing
> hangul.scm?
I am sorry, I forgot to write how to use it.
If you put the files in /usr/share/uim, you should add
(if (memq 'byeoru enabled-im-list)
(if enable-lazy-loading?
(register-stub-im
'byeoru
"ko"
"UTF-8"
"Byeoru"
"The Byeoru Hangul input module"
"byeoru")
(require-module "byeoru")))
to loader.scm, and add "byeoru" and byeoru to installed-im-module-list
and enabled-im-list, respectively, in installed-modules.scm.
Regards,
Jae-hyeon
More information about the uim
mailing list