Sunday, December 8, 2013

Re: vim console version can not use the system input method under windows 8 (P.S.)

cmd is written by microsoft, although there are something wrong, it has the ability to use IME, hence some kind of interactive console application can use IME too, for example:
do {
gets(command);
ret = proc(command);
} while (ret != FINISH);
Hence ftp, bash, dc et.al., if running in cmd, should be able to use IME, IMO. (But bash from MSYS failed, don't know why)

vim, nano, as well as emacs are some different kind of interaction, they have "window buffer", I don't know if it affects or not, but the result is, all of them can not use IME, although the behave differs.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment