Re: [PATCH] remove hacking code for old IM

2012-07-17 Thread Xuetian Weng
On Tuesday, July 17, 2012 10:39:33 PM UTC+8, Yukihiro Nakadaira wrote: > Sorry, I misunderstood your suggestion. I understood you suggested to > remove hack for Ami. But you suggested to remove hack for IM control > feature. Right? > I think that it is slightly problematic. Although I don't kno

Re: [PATCH] remove hacking code for old IM

2012-07-17 Thread lilydjwg
On Tue, Jul 17, 2012 at 11:39:33PM +0900, Yukihiro Nakadaira wrote: > Sorry, I misunderstood your suggestion. I understood you suggested to > remove hack for Ami. But you suggested to remove hack for IM control > feature. Right? > I think that it is slightly problematic. Although I don't know h

Re: [PATCH] remove hacking code for old IM

2012-07-17 Thread Yukihiro Nakadaira
Sorry, I misunderstood your suggestion. I understood you suggested to remove hack for Ami. But you suggested to remove hack for IM control feature. Right? I think that it is slightly problematic. Although I don't know how many user depend on it. -- Yukihiro Nakadaira - yukihiro.nakada...@gmai

Re: if_xcmdsrv.c patches

2012-07-17 Thread James McCoy
On Jul 17, 2012 6:47 AM, "Brian D. Burns" wrote: > > On 07/14/2012 06:21 AM, Bram Moolenaar wrote: > > > >> Brian Burns wrote: > >> > >> > >> I've attached a patch which includes an updated test and Makefile, with > >> the server being started and stopped in the Makefile. Also included is a > >> c

Re: [PATCH] remove hacking code for old IM

2012-07-17 Thread Yukihiro Nakadaira
On Tue, Jul 17, 2012 at 9:10 PM, Yukihiro Nakadaira wrote: > On Tue, Jul 17, 2012 at 8:46 PM, Yukihiro Nakadaira > wrote: >> Your patch removes the code to inactivate Input Method by using >> 'imactivatekey' settings. I don't use 'imactivatekey' because it >> doesn't work in my environment. But

Re: [PATCH] remove hacking code for old IM

2012-07-17 Thread Yukihiro Nakadaira
On Tue, Jul 17, 2012 at 8:46 PM, Yukihiro Nakadaira wrote: > Your patch removes the code to inactivate Input Method by using > 'imactivatekey' settings. I don't use 'imactivatekey' because it > doesn't work in my environment. But removing it is safe? s/inactivate/activate/ -- Yukihiro Nakadai

Re: [PATCH] remove hacking code for old IM

2012-07-17 Thread Yukihiro Nakadaira
Your patch removes the code to inactivate Input Method by using 'imactivatekey' settings. I don't use 'imactivatekey' because it doesn't work in my environment. But removing it is safe? -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the "vim_dev" mailli

Re: [PATCH] remove hacking code for old IM

2012-07-17 Thread Yukihiro Nakadaira
I agree to clean that code. I am using Ubuntu and ibus-anthy. Currently ":set imdisable" doesn't work immediately. 1) :set imdisable 2) Enter insert mode 3) Press IM activate key=> Input Method is activated 4) Leave insert mode with 5) Enter insert mode again 6) Press IM activat

Re: if_xcmdsrv.c patches

2012-07-17 Thread Brian D. Burns
On 07/14/2012 06:21 AM, Bram Moolenaar wrote: > >> Brian Burns wrote: >> >> >> I've attached a patch which includes an updated test and Makefile, with >> the server being started and stopped in the Makefile. Also included is a >> change to serverPeekReply() and an added note for ServerWait(). > >