... I have just been notified that these two screenshots seem to be good! --David Jr....
467
David Harrison Jr.
david@...
Aug 6, 2001 2:50 pm
Problem: When starting gvim in a locale other than the default (particularly an Asian locale), the tooltips looked like gibberish. This was due to the fact...
468
Bram Moolenaar
Bram@...
Aug 6, 2001 6:53 pm
... Sounds like a good idea. However, for me it still doesn't work. I might not have the right fonts on my system. This does work for me (in my .vimrc file):...
469
mattn@...
Aug 8, 2001 2:38 am
Hello bram this is a small fix for expanded command argument. thanks...
470
mattn@...
Aug 8, 2001 2:45 am
Sorry My mailer broken!!! <g> ... *************** *** 2275,2281 **** * being expanded. */ xp->xp_pattern = skipwhite(arg); ! for (p = xp->xp_pattern; *p; ++p)...
471
Bram Moolenaar
Bram@...
Aug 8, 2001 5:24 pm
... I don't understand why this is needed. If HanExtTextOut() is called with an empty string but non-zero length, there must be something wrong before this ...
472
Bram Moolenaar
Bram@...
Aug 9, 2001 9:11 am
... I suspect that the Chinese only appears in the IME window. When you hit CR the bytes are sent to Vim and not interpreted correctly. What do you have...
473
mattn@...
Aug 9, 2001 12:12 pm
Bram@... wrote: [snip] ... Mmm? I was convinced that this patch was included. When I use vim60af, It happend. But vim60ap does not have this problem....
474
Bram Moolenaar
Bram@...
Aug 9, 2001 2:59 pm
... The date of this message was: Date: Wed, 16 May 2001 11:43:20 +0200 Apparently some very old messages of me are now being sent out... It's like a message...
475
Bram Moolenaar
Bram@...
Aug 9, 2001 8:02 pm
... Thanks, that rules out some of the possible causes. It seems that the bytes which IME sends to Vim somehow don't end up correctly. I'm afraid I don't know...
476
Bram Moolenaar
Bram@...
Aug 9, 2001 9:43 pm
... I'll copy it there. ... OK, thus it's also not a problem with 'termencoding39;. This points in the direction of a problem with bytes from IME not ending up...
477
Muraoka Taro
koron@...
Aug 9, 2001 9:58 pm
I know all version of Windows2000 has supported IME instead of GlobalIME. So I know there are no GlobalIME for Windows2000. Where did you get GlobalIME for...
478
Muraoka Taro
koron@...
Aug 10, 2001 12:44 am
I just remember and have tested this. Did you set "Language settings for the system" in "Regional Options" -> "General" to chinese? You must set this to...
479
Muraoka Taro
koron@...
Aug 11, 2001 11:48 pm
Hello vim-multibyte. I add character classes of Japanese. ... Muraoka Taro <koron@...> ... *************** ... /* exceptions */ switch (lb << 8 |...
480
Bram Moolenaar
Bram@...
Aug 15, 2001 9:51 am
Announcing: Vim (Vi IMproved) version 6.0ar BETA Author: Bram Moolenaar et al. Announcement ... This is a BETA test version of Vim. It is a huge step from...
481
Bram Moolenaar
Bram@...
Aug 15, 2001 3:38 pm
When you install the MS-Windows version with the self-installing .exe, you are prompted to set $LANG manually. This is quite annoying. For people who use...
482
mattn@...
Aug 16, 2001 4:45 am
hello bram and all. There is some IME for windows only in japanese. for example, MS-IME ATOK VJE etc... Now vim work fine with MS-IME. But VJE does not so. I...
483
Bram Moolenaar
Bram@...
Aug 16, 2001 10:17 am
... This adds an extra TranslateMessage() for events other than WM_KEYDOWN or WM_SYSKEYDOWN. I wonder what the effect of that is when there is no IME at all....
484
mattn@...
Aug 16, 2001 11:08 am
... Hmm, your said may be right. This IME need WM_KEYUP. So I changed some. It seems good to me. ... *************** ... #ifdef FEAT_MBYTE_IME else if...
485
Bram Moolenaar
Bram@...
Aug 16, 2001 2:54 pm
... Thanks, this looks a bit more specific. Just trying to avoid potential problems at this stage of beta testing. -- BEDEVERE: And that, my lord, is how we...
486
mattn@...
Aug 20, 2001 2:08 am
Hello bram and all. If make html documents, multibyte.html will be broken. (This may be happen on DBCS environment.) The cause is in 1183 line of...
487
Bram Moolenaar
Bram@...
Aug 20, 2001 9:23 am
... I don't see a problem. Why would this depend on the environment? There are no multibyte characters in the file. The line numbers you mention are at the...
488
mattn@...
Aug 20, 2001 9:52 am
... Sorry It was 992 line in multibyte.txt. Thanks -- Yasuhiro Matsumoto...
489
Bram Moolenaar
Bram@...
Aug 20, 2001 10:44 am
... There is a character there, that's probably causing a problem for you. Antonio, can we replace that with ? -- hundred-and-one symptoms of being an...
490
Bram Moolenaar
Bram@...
Aug 22, 2001 11:37 am
A few people have reported that after starting Insert mode, the first typed character is lost. So far only people on SGI machines reported this, thus I guess...
491
mattn@...
Aug 28, 2001 4:05 am
Hello bram and all. if set $LANG to "jp", gettext don't work for ja on Win2k, GetLocaleInfo return "JP". ... *************** ... /* TODO: is this right? */ if...
492
Bram Moolenaar
Bram@...
Aug 28, 2001 10:48 am
... Why do you set $LANG to "jp"? The full name of the locale would be ja_JP.SJIS. I have not seen it start with "jp". This is the same issue as with...
493
mattn@...
Aug 31, 2001 10:40 am
Hello bram and all. Below is a script for detecting language. How about this? ... if $LANG != "" finish endif function! GetUserLang() let langID =...
494
Bram Moolenaar
Bram@...
Aug 31, 2001 2:21 pm
... [...] It's nice that this works. I still wonder if there isn't a Win32 function that produces these results. Or even just the first two letters. -- This...
495
Ričardas Če...
rch@...
Aug 31, 2001 6:07 pm
Hi! I have found one non-english character selection bug, don't know if this is Vim problem or GTK. When copying UTF-8 characters from gvim (GTK) to gvim or...