On 2009-01-04, Sean wrote:
>
> Hi,
>
> I just uploaded a script used as an IME (Input Method Editor) for
> typing Chinese as an example:
> http://vim.sourceforge.net/scripts/script.php?script_id=2506
>
> The screen-shot can be found on 
> http://maxiangjiang.googlepages.com/vim_ime.gif
>
> For years, I have been dreaming of an independent IME to input Chinese
> from within vim. After all, vim is a text editor, which should be able
> to type in any language including CJK.  It is a pain to configure and
> use the supported |+multi_byte_ime| API, which is dependent on
> binaries outside of vim.
>
> As a backgrounds to those who never used CJK, the IME is a big
> business in Asian countries. The basic idea is how to input ten-
> thousands of characters comfortably using English keyboard.
>
> Now, I hope vim can jump the boat comfortably.

Very interesting! But the speed is too slow and, if the word preceded is a
Chinese, then it will make vim hang, so when I tried to

imap <space> <C-x><C-u><C-u><C-p><C-n>

it will make vim hang. :(

Anyway, it's a good start.

>
> Thanks
>
> Sean
>
> >
>


-- 
Regards,
anhnmncb


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to