Friday, May 16, 2014

Re: Problem with gvim, latexsuite and japanese input

On Sat, May 17, 2014 at 2:05 AM, Alain Bertrand <alainbe@free.fr> wrote:
Hello,
Le 15/05/2014 19:17, Yukihiro Nakadaira a écrit :
  I don't see same warning, but I know why vim-latex doesn't work with
Japanese Input Method.
[...]


Vim uses <BS> to delete pre-edit text.  And vim-latex have mapping for
<BS> like ":imap <BS> <C-R>=...<CR>".  That mapping is applied and Vim
reset Input Method context for mode change of <C-R>=.  Then we can not
input Japanese text.
Thanks for your explanations.


I use attached patch for this problem.  It  makes Vim to use window to
show pre-edit text.  It means to use over-the-spot insted of on-the-spot.

Does this patch works with stable branch of  vim  or gvim ?
I need it mostly for gvim since I don't type Japanese in the terminal.

Yes, it does.   This patch is for gtk gvim.

--
Yukihiro Nakadaira - yukihiro.nakadaira@gmail.com

--
--
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/d/optout.

No comments: