Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-multibyte · Vim (Vi IMproved) text editor special language list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 783 - 812 of 2759   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
783 Bram Moolenaar
Bram@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Feb 5, 2003
10:52 pm
... ...
794 Bram Moolenaar
Bram@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
801 Glenn Maynard
glenn@... Send Email
Mar 6, 2003
7:26 am
Could you please CC: vim-multibyte@... on subjects related to Unicode? (I only check vim-dev very rarely, since most of the code I'm involved in is...
802 Bram Moolenaar
Bram@... Send Email
Mar 6, 2003
10:19 am
... You mean that when CF_TEXT is set it will be used and the text from CF_UNICODETEXT will not be used? That is indeed not good at all. ... The idea looks...
803 Glenn Maynard
glenn@... Send Email
Mar 6, 2003
10:30 am
... Some apps request CF_TEXT, and some request CF_UNICODETEXT. If the exact type requested is there, Windows uses it directly. Otherwise, it "synthesizes&quot;...
804 Tony Mechelynck
antoine.mechelynck@... Send Email
Mar 6, 2003
5:15 pm
Glenn Maynard <glenn@...> wrote: [...] ... Apparently the person who had it "fixed" it by setting his preferences to send in plaintext rather than HTML....
805 Glenn Maynard
glenn@... Send Email
Mar 6, 2003
7:08 pm
... Vim got somebody to stop sending HTML mail? Now *that's* a feature! :) -- Glenn Maynard...
806 Glenn Maynard
glenn@... Send Email
Mar 6, 2003
7:19 pm
... Substituting Japanese for Hebrew and/or Greek here, all of this worked for me already, with only CF_UNICODETEXT being set. The only apparent problem was...
807 Glenn Maynard
glenn@... Send Email
Mar 6, 2003
9:17 pm
On Thu, Mar 06, 2003 at 02:19:00PM -0500, Glenn Maynard wrote: > I've found one bug related to transliteration (copy "ı" out of Vim and > you'll always get...
808 Bram Moolenaar
Bram@... Send Email
Mar 6, 2003
9:41 pm
... I'm wondering if we can really omit CF_UNICODETEXT. It's unclear what encoding CF_TEXT should use. The active code page? Any 8-bit encoding that the...
809 Glenn Maynard
glenn@... Send Email
Mar 6, 2003
9:52 pm
... I'm sure that CF_TEXT contains text in the ANSI codepage. Also, data sent to the normal *A Windows API functions is in the ANSI codepage, and most apps...
810 Valery Kondakoff
strauss@... Send Email
Mar 12, 2003
3:22 pm
Hi! Excuse me, I still can't find an answer - how can I use langmaps if I set my 'encoding&#39; to 'utf-8&#39;? ... This only works for 8-bit characters. The value of...
811 Valery Kondakoff
strauss@... Send Email
Mar 12, 2003
3:22 pm
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@... Send Email
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...
Messages 783 - 812 of 2759   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help