... xim_set_preedit() calls xim_set_focus() also. and xim_set_preedit() is called when VIM update cursor. check gui_update_cursor() in gui.c I meant, to allow...
355
Chong-Dae Park
vim-multibyte-egroups...
Mar 7, 2001 6:21 am
... How about to make it an vim run-time option (such as "always_connect_xim") or compile-time directive(XIM_HACK?)? -- Chong-Dae Park -- The Ultimate Question...
356
Bram Moolenaar
bram@...
Mar 7, 2001 2:42 pm
... I can see gui_update_cursor() calling xim_set_preedit(). But it then calls xim_set_focus(TRUE), thus always enabling the XIM, unless in Normal mode and ...
357
Nam SungHyun
vim-multibyte-egroups...
Mar 8, 2001 3:15 am
... Windows and Unix is different. I have no knowledge (especially Windows). Next is just my experience. Windows: First of all, VIM always connect to IME. ...
358
Nam SungHyun
vim-multibyte-egroups...
Mar 8, 2001 6:29 am
... I made a mistake. Correct above line to: While input multibyte, it acts like Root, but somewhat ... namsh...
359
Bram Moolenaar
bram@...
Mar 8, 2001 11:21 am
... OK, so for English mode the IME is still used. ... [...] ... When the XIM is disabled, this means you can type English, right? Thus isn't switching the...
360
Nam SungHyun
vim-multibyte-egroups...
Mar 8, 2001 11:29 am
... When the XIM is disabled, VIM got a character from the X(?). When the XIM is enabled, user can select language mode. And XIM handle user input and send a...
361
Bram Moolenaar
bram@...
Mar 8, 2001 11:54 am
... Let's use an example: You are inserting Korean characters, thus XIM is set to your language mode. Then you hit <Esc> and you want to type some Normal mode...
362
Nam SungHyun
vim-multibyte-egroups...
Mar 8, 2001 12:01 pm
... Yes. Terminal+xim+vim user should do that. ... So, you will apply my patch (at least edit.c patch), right? :) And then, gvim user has a benefit than...
363
Chong-Dae Park
vim-multibyte-egroups...
Mar 8, 2001 12:10 pm
... Yes. You are right. But... Many programmers are also feel that this is stupid. And there is a hack. If a user types <ESC>, XIM changes mode to English ...
364
Bram Moolenaar
bram@...
Mar 8, 2001 2:44 pm
... Yes, I will now include the switching of XIM on/off. I'll do that for Insert mode, entering a search pattern and for the argument of commands like "r" and...
365
Nam SungHyun
vim-multibyte-egroups...
Apr 2, 2001 7:46 am
Hello, If 'XXYYZZ39; is multibyte, I get 'XXYY ' by '^VeyP39;. I get whole word by 'yeP'. regards, namsh...
366
Bram Moolenaar
bram@...
Apr 2, 2001 8:28 am
... I don't see this with utf-8 or euc-jp text. Any settings that matter? Especially the 'selection39; option. -- An easy way to determine if you have enough...
367
Nam SungHyun
vim-multibyte-egroups...
Apr 2, 2001 8:42 am
... selection=inclusive Now, I see it's a bug of 'virtualedit=block'. If I commented out 'set virtualedit=block', the problem gone. regards, namsh...
368
Bram Moolenaar
bram@...
Apr 2, 2001 9:13 am
... Ah, now I can reproduce it. Another one for the todo list... -- Our job was to build a computer information system for the branch banks. We were the...
369
David Harrison Jr.
vim-multibyte-egroups...
Apr 6, 2001 6:55 pm
Is this group even used? I would have expected a flurry of activity during the Vim 6.0 development. Where is everyone? David Jr....
370
Bram Moolenaar
bram@...
Apr 6, 2001 9:10 pm
... Not much, apparently. ... Perhaps we should promote this group in a few places? -- hundred-and-one symptoms of being an internet addict: 66. You create a...
371
Stephan Hegel
vim-multibyte-egroups...
Apr 7, 2001 7:28 am
Hi all, I am using rxvt-2.7.2 (in GB encodings with switch -km gb) with vim-6.0z. For input I use xcin-2.5.2. Encoding in vim is set to "chinese". When I try...
372
Bram Moolenaar
bram@...
Apr 7, 2001 10:24 am
... If you set 'encoding39; to "chinese" this will be aliased to "euc-cn". ... Vim is not supposed to change characters. Unless you have 'termencoding39; set, in...
373
vim-multibyte-egroups...
Apr 11, 2001 11:41 am
Hi, Bran and vim-multibyte The rightmost of a command line Since \'>\' is displayed. It is not calculated in the case of cursor movement, it is not in the...
374
vim-multibyte-egroups...
Apr 11, 2001 12:43 pm
Sorry... So that it may still inquire, wait for include. ... Yasuhiro Matsumoto...
375
Bram Moolenaar
bram@...
Apr 12, 2001 5:38 pm
... Thanks for noticing this problem and fixing it! I'll include the patch. Oh, I now notice your second message. Apparently this isn't the whole fix. -- ...
376
vim-multibyte-egroups...
Apr 13, 2001 7:55 am
I made the patch of multibyte support for command line. It have support of title too. This is the screen shot while editing Japanese. ...
377
Bram Moolenaar
bram@...
Apr 13, 2001 11:05 am
... Thanks. Apparently the title problem went unnoticed so far. Now that I see this, I remember a similar problem being solved for messages. I'll try to ...
378
vim-multibyte-egroups...
Apr 16, 2001 7:46 am
... Please try this. This is patch considered ccline.cmdindent. What multibyte do you use? diff -cr src.org/ex_getln.c src/ex_getln.c ... *************** ***...
379
Nam SungHyun
vim-multibyte-egroups...
Apr 16, 2001 8:10 am
... It fixes the problem. ... I'm Korean. I should adjust your patch manuallly. Because previous patch is for 4 files, I guessed you made a patch against your...
380
vim-multibyte-egroups...
Apr 16, 2001 8:54 am
Hi, Bram and Namsh , all ... Oh, mistake. X-( Below is the correction version of the patch sent lately. (fix of command line and titlebar, considered...
381
Bram Moolenaar
bram@...
Apr 16, 2001 11:35 am
... I have already fixed this problem in a slightly different way. Please check the next version if it does everything right. -- hundred-and-one symptoms of...
382
David Harrison Jr.
vim-multibyte-egroups...
Apr 16, 2001 3:05 pm
Is there someone that can read Japanese out there? If so, could you check the following screen shot for correctness? ...
383
Muraoka Taro
vim-multibyte-egroups...
Apr 16, 2001 3:27 pm
Screenshot is wrong. Please try ... Muraoka Taro <koron@...> ... From: "David Harrison Jr." <david@...> To: <vim-multibyte@...>...