Vim is used everywhere, also within Microsoft. This inspired Microsoft ... I am grateful for the Microsoft employees and Microsoft itself to help Vim's...
772
Beck, Zak
zak.beck@...
Nov 21, 2002 4:52 pm
Hi Glenn I think I've found a problem, on Win2k. I have a Word document, in English this time. I also have a running gvim session. If I copy a section of...
773
Glenn Maynard
glenn@...
Nov 21, 2002 9:02 pm
... Oops. crnl_to_nl was wrong in a very silly way. Fixed patch attached. This also includes the GlobalFree change. I've updated the binary, too. Thanks. --...
774
Anthony Fok
anthony@...
Dec 13, 2002 1:58 pm
Hello all, Since we'd like to enter Big5-HKSCS Chinese characters in vim (with the zh_HK.Big5-HKSCS locale), please apply the attached patch. :-) It has been...
775
Bram Moolenaar
Bram@...
Dec 28, 2002 3:17 pm
You can find a Vim desktop calendar here: http://www.moolenaar.net/ On one side there is an easy-to-read 2003 calendar. On the other side there is brief info...
776
Bram Moolenaar
Bram@...
Dec 28, 2002 4:56 pm
... You are using DBCS_CHT for "big5-hkscs". That's Chinese-Taiwan. Are you sure this is exactly the same as "big5-hkscs" (Hong Kong?)? I suspect that "big5"...
777
Edward Lee
edt1023@...
Dec 30, 2002 5:52 pm
... Big5 and Big5-HKSCS are different. Big5-HKSCS extended from Big5, but it is now the superset of Big5. Hope it won't mess up the two locales, we won't use...
778
Anthony Fok
anthony@...
Dec 31, 2002 10:19 am
Hello Bram, ... It depends on what VIM does with macros like DBCS_CHT. If VIM just use these macros to check the character range, then it is okay for...
779
Anthony Fok
anthony@...
Dec 31, 2002 10:25 am
... Oh, BTW, if you don't mind, could you please describe the "subtle problems"? I am not familiar with VIM's i18n processing, and I was just glad that just ...
780
Bram Moolenaar
Bram@...
Dec 31, 2002 11:07 am
... The list mentions aliases for encoding names, so that the same name is always used for encodings that are identical. An alias should not be used for...
781
Bram Moolenaar
Bram@...
Jan 28, 2003 9:37 am
I will be visiting FOSDEM 2003. This is a free conference on open source and free software. Among the speakers are Jon "Maddog" Hall and Richard M. Stallman....
782
Bram Moolenaar
Bram@...
Jan 29, 2003 4:39 am
I will be visiting FOSDEM 2003. This is a free conference on open source and free software. Among the speakers are Jon "Maddog" Hall and Richard M. Stallman....
783
Bram Moolenaar
Bram@...
Feb 2, 2003 4:30 pm
I finally found time to include the patch to support Unicode through the Win32 clipboard. I did move quite a bit of code around, made it look more like the...
784
Bram Moolenaar
Bram@...
Feb 2, 2003 5:24 pm
... The next item on my list was to look into copy/paste of the NUL character. It appears this combines very well with the Unicode support. The normal text...
785
Maiorana, Jason
jmaiorana@...
Feb 3, 2003 2:28 pm
... the ... The code you sent didnt seem to support surrogate pairs, unless im mistaken. Not that they are particularily well supported in windows, but they...
786
Bram Moolenaar
Bram@...
Feb 4, 2003 11:52 am
... I have no idea how supporting surrogate pairs would be done here. I'll have to wait until someone sends me a patch for it. But let's first check if the...
787
Zbynek Winkler
zwin@...
Feb 4, 2003 7:14 pm
Hello! A long time ago I've posted a bug on sourceforge about utf-8 support on WinXP with default code page 1250 (default for czech). I've given up that time...
788
Glenn Maynard
glenn@...
Feb 4, 2003 7:24 pm
My "patch" doesn't like this patch. Could you attach it, instead of putting it inline in the mail? (Not sure where the problem comes from; I'm using Mutt and...
789
Glenn Maynard
glenn@...
Feb 4, 2003 7:24 pm
... iconv should not be used in Windows for codepages at all. Rather, MultiByteToWideChar and WideCharToMultiByte should be used. I think code to do this for...
790
Bram Moolenaar
Bram@...
Feb 4, 2003 10:18 pm
... When obtaining Unicode text from the clipboard that wasn't put there by Vim there was no proper check for a terminating NUL word. Please try the patch...
791
Bram Moolenaar
Bram@...
Feb 5, 2003 9:06 pm
... It looks like this problem was already fixed by patch 6.1.029. The code just before the line you changed now looks like this: if (converted && (enc_utf8...
792
Bram Moolenaar
Bram@...
Feb 5, 2003 9:07 pm
... I'll do that in a separate message. ... Aha. I suppose that when requesting CF_UNICODETEXT it doesn't convert from CF_TEXT, thus when obtaining the...
793
Glenn Maynard
glenn@...
Feb 5, 2003 10:52 pm
... ...
794
Bram Moolenaar
Bram@...
Feb 6, 2003 11:49 pm
... That has a catch 42 problem: I would like to test the whole thing before sending the patch into the world. ... I didn't change the way it handles the...
795
Bram Moolenaar
Bram@...
Feb 11, 2003 8:52 pm
Financial Report As you all know, Vim users are asked to help needy children in Uganda. Most of the donations and sponsorships are handled by the ICCF Holland ...
796
Bram Moolenaar
Bram@...
Feb 22, 2003 3:03 pm
Wolfram Esser has made an animation with the Vim logo. This is quite a bit of fun to see and hear. The animation is available in various formats and two...
797
Anders Helmersson
anders.helmersson@...
Feb 23, 2003 6:59 am
I have some problems when using vim and xterm for editing UTF-8 files on my Debian Linux box. I have tried to search the vim mailing lists and FAQ but without...
798
Bram Moolenaar
Bram@...
Feb 23, 2003 11:31 am
... This sounds like an xterm problem. When moving the cursor around the xterm redraws characters from its buffer, I suspect you have an xterm version in...
799
Anders Helmersson
anders.helmersson@...
Feb 25, 2003 3:36 pm
... I tried to install the newest version XFree86 4.2.99.902(173). (I hope I didn't mess up things during the installation though). The problem still shows up...
800
Bram Moolenaar
Bram@...
Feb 25, 2003 8:18 pm
... I'm now 100% sure it is a Vim problem. I have located it and found a solution. I'll send out a patch asap. -- The war between Emacs and Vi is over. Vi...