Sorry my patch was eaten. ... Muraoka Taro <koron@...> ... *************** ... EXTERN vimconv_T input_conv; /* type of input conversion */ EXTERN...
544
Glenn F. Maynard
glenn@...
Sep 24, 2001 2:58 am
... Thanks. ... +#if 0 + /* + * FIXME: We need this for support 'termencoding39;. But there more + * code for memory allocation. + */...
545
Muraoka Taro
koron@...
Sep 24, 2001 3:51 am
... Can you assure that there will be no other IME in the future?. I can't assure, but I can understand you said, so I have wrote it commented out. ... Ok, I...
546
Glenn F. Maynard
glenn@...
Sep 24, 2001 3:56 am
... If there are, they shouldn't be supported via termencoding. ... It checks pImmGetContext; if that's valid, all of the others are, too. My understanding of...
547
Muraoka Taro
koron@...
Sep 24, 2001 4:28 am
... OK. I'll bet yours. Last patch you sened is latest patch for IME, isn't it? If you have newer one please send it. I'll compile with patch and request my...
548
Glenn F. Maynard
glenn@...
Sep 24, 2001 5:07 am
... Yep. -- Glenn Maynard...
549
Bram Moolenaar
Bram@...
Sep 24, 2001 11:08 am
... As I said before: No, it's too late to include this in Vim 6.0. It will have to wait until after it. -- SUPERIMPOSE "England AD 787". After a few more...
550
Bram Moolenaar
Bram@...
Sep 24, 2001 11:09 am
... Yes, this will probably be brought out as a patch on 6.0. ... I think that so far only people use the enviroment where everything is setup for the right...
551
Bram Moolenaar
Bram@...
Sep 24, 2001 11:09 am
... That should work when you are using one language. However, if you are using different languages in Unicode, you really need a Unicode font. ... Fixing...
552
Glenn F. Maynard
glenn@...
Sep 24, 2001 3:56 pm
... Again, Win32 doesn't seem to have any concept of unicode fonts, and the only fonts that support Japanese are extremely ugly in English. ... Perhaps; I'll...
553
Bram Moolenaar
Bram@...
Sep 24, 2001 6:54 pm
... I don't see the space/underscore bug. I don't have the font you mention, but I can set 'guifont39; to "courier_new" without trouble. Thus I don't understand...
554
Bram Moolenaar
Bram@...
Sep 24, 2001 9:27 pm
Problems with XIM have been reported, mostly for Athena and Motif. I have compared the code with how it worked in Vim 5.8 and made a few changes so that it is...
555
Glenn F. Maynard
glenn@...
Sep 25, 2001 12:14 am
... A few updates: I had someone else try it, using courier_new, and it didn't trigger an error--but didn't change the font, either. (Win2000, non-Japanese, ...
556
Yasuhiro Matsumoto
mattn_jp@...
Sep 25, 2001 1:17 am
... It seems broken for me. I wonder why need xim_is_active. on vim58, it worked fine. I tested as below. 1. using preediting on vim58 we can use preediting...
557
Muraoka Taro
koron@...
Sep 25, 2001 9:36 am
After apply this patch, I get one problem at least. I set 'imi=239; and enter insert mode and activate XIM (start preediting). After input some multibyte text...
558
Bram Moolenaar
Bram@...
Sep 25, 2001 10:44 am
... I am glad you describe the problems. That XIM doesn't work when 'iminsert39; is 0 is OK. This value of 'iminsert39; is supposed to disable XIM, so that you...
559
Bram Moolenaar
Bram@...
Sep 25, 2001 11:25 am
... Yes, one of the things this patch does is not removing focus from XIM when leaving Insert mode. This was a change between Vim 5.8 and 6.0ax that I...
560
Muraoka Taro
koron@...
Sep 25, 2001 12:34 pm
... It works good for me. Thanks Bram!! BTW, I just realized a problem for GTK version. I set "imi=2" and use 'r' or 'f' then type multibyte via XIM, it works...
561
Bram Moolenaar
Bram@...
Sep 25, 2001 2:03 pm
... Was this problem present before this patch as well? Did it work correctly in Vim 6.0ax for you? -- If your company is not involved in something called...
562
Muraoka Taro
koron@...
Sep 25, 2001 10:11 pm
... Yes it was. It may be since more old version. I don't use 'r' or 'f' command with multibyte char usually. With excepting this point, it seems vim work all...
563
Yasuhiro Matsumoto
mattn_jp@...
Sep 26, 2001 8:49 am
... Yes, I guess there are two types in XIM. one of them is that it begin preediting when be called XSetICFocus. and else is that it ready for preediting when...
564
Bram Moolenaar
Bram@...
Sep 26, 2001 9:17 am
... Is there any way to find out what kind of XIM is being used? ... It is too late to change much now. I have postponed version 6.0 long enough, thus I have...
565
Yasuhiro Matsumoto
mattn_jp@...
Sep 26, 2001 9:37 am
... sorry, I don't know. on Athena version, vim crash if check it. ... I solved this problem with below's patch. but i set iminsert=0,imsearch=0,noimcmdline...
566
Bram Moolenaar
Bram@...
Sep 26, 2001 9:58 am
... Thanks for replying quickly. ... No, this is taking us in the wrong direction. It seems you are using xim_is_active as if it's used to enable XIM when it...
567
Yasuhiro Matsumoto
mattn_jp@...
Sep 26, 2001 10:35 am
... sorry i could understand because my poor englsh. please explain more easy. do you say that we must not use "force"? to back vim58, we must not check...
568
Yasuhiro Matsumoto
mattn_jp@...
Sep 26, 2001 10:37 am
... oops... sorry i could not understand because my poor englsh. ~~~ please explain more easy. do you say that we must not use "force"? to back vim58, we must...
569
Bram Moolenaar
Bram@...
Sep 26, 2001 11:05 am
... In Vim 5.8 there was a check for being in Normal mode. When in Normal mode, XIM was not activated. Now in 6.0 we use xim_is_active instead of this check...
570
Yasuhiro Matsumoto
mattn_jp@...
Sep 26, 2001 11:32 am
... Thanks. ... [snip] ... yes this fixes problem. but "input_style" is not real time variable. thus we can start preediting any time. and though if iminsert...
571
Bram Moolenaar
Bram@...
Sep 26, 2001 11:43 am
... Yes, the patch will cause the XIM to be active at all times. Even when 'iminsert39; is zero. Only setting 'imdisable39; will switch off XIM then. It would be...
572
Bram Moolenaar
Bram@...
Sep 27, 2001 8:49 pm
Announcing: Vim (Vi IMproved) version 6.0 Author: Bram Moolenaar et al. Announcement ... This is a major new version of Vim. Vim 6.0 is a huge step from Vim...