Hi! I'm not sure if you are aware of this issue already, but it seems there is smth broken in Clipboard copying in the newest GVIM builds. (I'm using GVIM 6.1,...
812
Glenn Maynard
glenn@...
Mar 12, 2003 6:18 pm
... Have you applied the UTF-8 fix I posted to this list recently? AFAIK, Bram hasn't applied it because it's still awaiting testing on older systems...
813
Bram Moolenaar
Bram@...
Mar 12, 2003 10:08 pm
... I don't know what's wrong. Glenn? Ron? -- Everyone has a photographic memory. Some don't have film. /// Bram Moolenaar -- Bram@... --...
814
Glenn Maynard
glenn@...
Mar 12, 2003 10:29 pm
... I don't know the full implications of Vim without the current clipboard patch, so I'd like him to apply it (and recheck the problems) before I try...
815
Valery Kondakoff
strauss@...
Mar 12, 2003 10:46 pm
Hello, Glenn! ... GM> Have you applied the UTF-8 fix I posted to this list recently? AFAIK, GM> Bram hasn't applied it because it's still awaiting testing on...
816
Glenn Maynard
glenn@...
Mar 12, 2003 10:54 pm
From: Valery Kondakoff <strauss@...> To: Glenn Maynard <vim-multibyte@...> Could you please tell your mailer not to put my name on the mailing list ...
817
Glenn Maynard
glenn@...
Mar 12, 2003 11:26 pm
... Here's one problem I've found--not due to the patch, but related: if we ever get text from CF_TEXT, it'll be in the ANSI codepage, and we need to convert...
818
Tony Mechelynck
antoine.mechelynck@...
Mar 13, 2003 12:10 am
... On W98SE 4.10.2222 with gvim 6.1.362 +ole as distributed in binary by Cream (see link at http://cream.sourceforge.net/vim.html ): writing "Latín tèxt" ...
819
uribarri_u@...
Mar 13, 2003 9:18 am
I have detected two problems with UTF-8: 1. When I write a two byte character (í or ñ), I have press the spacebar twice to get it (the spaces aren't inserted...
820
Glenn Maynard
glenn@...
Mar 13, 2003 9:28 am
... This doesn't seem to be related to the clipboard, so I'll leave this to Bram ... ... Is this with or without the patch I attached to this thread? -- Glenn...
821
Bram Moolenaar
Bram@...
Mar 13, 2003 9:34 am
... Didn't we have this discussion before? The CF_TEXT text can theoretically be any encoding. But it's probably the currently active codepage. Thus...
822
Glenn Maynard
glenn@...
Mar 13, 2003 10:03 am
... Since somebody confirmed this problem, I have code written to handle the other end of the conversion (converting CF_TEXT properly when pasting). I'll post...
823
Bram Moolenaar
Bram@...
Mar 13, 2003 10:59 am
... I would prefer fixing this with one patch. We have quite a few of them already anyway! -- hundred-and-one symptoms of being an internet addict: 40. You...
824
Valery Kondakoff
strauss@...
Mar 13, 2003 4:26 pm
Hello, Glenn! ... Yes. 'Garbage characters39; that I was describing in my latest mail are looking exactly like these. GM> Is this with or without the patch I...
825
maxiangjiang
maxiangjiang@...
Mar 13, 2003 7:15 pm
Hey, I am happy to find that I can type Chinese using gvim on my English OS (W2K). Wish it can be more elegant. Here is a case: If I have three Chinese chars,...
826
Glenn Maynard
glenn@...
Mar 13, 2003 7:47 pm
... It sounds like the font being used by the IME over-the-spot display doesn't actually support Chinese. This works fine for Japanese, at least for me; I see...
827
Valery Kondakoff
strauss@...
Mar 14, 2003 1:25 am
Hello, Glenn! ... GM> I don't know the full implications of Vim without the current clipboard GM> patch, so I'd like him to apply it (and recheck the problems)...
828
Glenn Maynard
glenn@...
Mar 14, 2003 1:49 am
... The only binaries I've put up are fairly old, and don't include the recent patch and may not include some other bugfixes. I'll see about updating that...
829
maxiangjiang
maxiangjiang@...
Mar 14, 2003 6:37 am
Glenn, I am using W2K US English, IBM laptop. I set my IME through: Regional Options Input Locales Chinese(PRC) Chinese (Simplified) -MS-PinYin98 I don't see...
830
maxiangjiang
maxiangjiang@...
Mar 14, 2003 7:17 am
I found the following IME is bad. ... Instead, the following are stable (no more step 3 bug) Input Locales Chinese(PRC) Chinese (Simplified) -MS-Shuang-Pin ...
831
Valery Kondakoff
strauss@...
Mar 14, 2003 12:22 pm
Hello, vim-developers! Yesterday I unsuccsessfully tried to add 'Alt-key39; mapping to my GVIM 6.1 (WinXP Pro). All the night I was trying to track down - what's...
832
Bram Moolenaar
Bram@...
Mar 14, 2003 1:25 pm
Many times have I been asked to support running a debugger in Vim. I always responded that Vim is an editor, not an IDE. If you want to debug your code with...
833
Valery Kondakoff
strauss@...
Mar 14, 2003 3:27 pm
Hello, Glenn! 14 ìàðòà 2003 ã., you wrote to me: ... GM> The only binaries I've put up are fairly old, and don't include the GM> recent patch and may not...
834
maxiangjiang
maxiangjiang@...
Mar 14, 2003 5:29 pm
Hey, I just found such new standard and I am wondering if gvim can support it? Setting enc=prc can be used for the current vim. As for the new stardard, we may...
835
Valery Kondakoff
strauss@...
Mar 14, 2003 5:59 pm
Hello, vim-gurus! I'm trying to set up GVIM (6.1, WinXP Pro) to work with two keyboard layouts (En/Ru) and with two encodings (cp1251/cp866). I can't use...
836
maxiangjiang
maxiangjiang@...
Mar 14, 2003 6:32 pm
Hey, How do we format multi-byte text with punctuations? With additions for fo+=M, formatting with gq is getting better. Now, I am wandering if we can add...
837
Glenn Maynard
glenn@...
Mar 14, 2003 7:04 pm
... Other than what you say about langmaps (which I'd assume is a bug--but I don't use langmaps so I know nothing about this), why is using "encoding=utf-8" a...
838
Glenn Maynard
glenn@...
Mar 14, 2003 7:11 pm
... "," is never multi-byte. You're referring to "full-width comma", which is a different character ("$B!$(B"). Be careful to distinguish them, so people...
839
Bram Moolenaar
Bram@...
Mar 14, 2003 7:19 pm
... There is no "4byte-" for 'encoding39; If this codepage is identified as a double-byte encoding, it should ... This doesn't work when more than 2 bytes are...
840
Valery Kondakoff
strauss@...
Mar 14, 2003 7:52 pm
Hello, Glenn! ... GM> Other than what you say about langmaps (which I'd assume is a bug--but I GM> don't use langmaps so I know nothing about this), why is...