|
From: Choe H. <cho...@gm...> - 2005-10-17 05:46:52
|
BTW, for vi, vim users, korean input methods automatically change to
english mode when users press ESC key.
On 10/15/05, Ming Hua <mi...@ri...> wrote:
> On Fri, Oct 14, 2005 at 10:48:29PM -0500, Ming Hua wrote:
> > On Sat, Oct 15, 2005 at 11:35:44AM +0800, phyrster wrote:
> > > There is a line is the help file that is related to the solution to t=
he
> > > problem
> > >
> > > :inoremap <ESC> <ESC>:set iminsert=3D0<CR>
> > >
> > > and I put this line in my ~/.vimrc, but still nothing changed.
> >
> > In the same help page, it says:
> >
> > 2 is available only when compiled with the |+multi_byte_ime|, |+xim=
|
> > or |global-ime|.
> >
> > and if you are using Debian (I think you are), the official vim package
> > are compiled without "+xim". ("+multi_byte_ime" and "global-ime" both
> > seem to be Windows only.)
>
> It seems I am mistaken. The key remap line only talks about setting
> iminsert to 0, not to 2. So my arguments may not apply at all.
>
> However from reading ":help xim", it seems that vim has some special
> integration with XIM. And if vim is built without "+xim", the value of
> iminsert is always 0, and I am afraid the remap line above just has no
> effect at all.
>
> Anyway, this is quite off-topic, so I'm stopping here, sorry.
>
> Ming
> 2005.10.14
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> Scim-user mailing list
> Sci...@li...
> https://lists.sourceforge.net/lists/listinfo/scim-user
>
|