You may have noticed that the Vim maillist server has died. It was an old machine. A big thanks to the people in Berlin for keeping it alive for such a long...
Bram Moolenaar
Bram@...
Jul 19, 2007 4:29 pm
2298
Bram Moolenaar brammoolenaar@... has added you to the vim_multibyte group with this message: This should add Yahoo groups to the vim_multibyte list Here...
noreply@googlegroups....
Jul 20, 2007 8:28 am
2299
This is to test that a message to Google Groups gets archived at Yahoo. -- hundred-and-one symptoms of being an internet addict: 18. Your wife drapes a blond...
Bram Moolenaar
Bram@...
Jul 20, 2007 8:49 am
2300
Please do not reply. This is to check how many copies of vim-multibyte emails I get, and into which of my mail accounts. Best regards, Tony. -- God doesn't...
A.J.Mechelynck
antoine.mechelynck@...
Jul 20, 2007 1:14 pm
2301
As you are reading this it means the maillists are working for you again. Unless you were expecting an e-mail and have to read it online. Apparently there are...
Bram Moolenaar
Bram@...
Jul 24, 2007 1:00 pm
2302
[this message was stuck in my outbox for a few weeks, sorry] ... I'm very careful with replacing things like this. The page you refer to mentions requiring...
Bram Moolenaar
Bram@...
Jul 28, 2007 7:33 pm
2303
Vim loads libintl.dll dynamically, so we can try multiple implementations of libintl.dll easily. In attached patch, it try to load libintl2.dll (which requres ...
MURAOKA Taro
KoRoN.KaoriYa@...
Jul 29, 2007 11:11 pm
2304
I have received this message before you resend it :p But seems my reply to it haven't delivered. I think Vim always need libiconv (iconv.dll or libiconv.dll)...
Rainux
rainux@...
Jul 30, 2007 8:12 pm
2305
... The libiconv.dll is big. I noticed one that is almost 1 Mbyte. While Win32 has native support for encoding conversions, thus mostly there is no reason to...
Bram Moolenaar
Bram@...
Jul 30, 2007 8:57 pm
2306
Hi Bram. I see 3 items to think in your reply: 1. Should vim continue to use iconv.dll? 2. Is the newer libintl.dll portable? 3. Can we modify gettext to use...
MURAOKA Taro
KoRoN.KaoriYa@...
Jul 31, 2007 1:06 am
2307
Wonderful answer! Yes, I think the problem that Vim can not handle ucs-2le encoding file I've encoutered, is produced by the problem of native encoding ...
Rainux
rainux@...
Jul 31, 2007 3:49 pm
2308
... We rarely remove existing support. However, keep in mind that iconv is loaded dynamically, it's only really loaded when the user has it installed in the...
Bram Moolenaar
Bram@...
Jul 31, 2007 6:28 pm
2309
... What is your 'encoding' set to then? Win32 has reasonable Unicode support, and Vim does some conversion itself too. Thus this would only fail if your...
Bram Moolenaar
Bram@...
Jul 31, 2007 6:34 pm
2310
This is the relative settings in my .vimrc set fileencodings=ucs-bom,utf-8,chinese set encoding=utf-8 I'm sorry now I can not recur that problem, it not occur...
Rainux
rainux@...
Jul 31, 2007 7:16 pm
2311
Kim Schulz has written a book on using Vim The full title is: "Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor". I have written a bit of...
Bram Moolenaar
Bram@...
Aug 1, 2007 3:00 pm
2312
Hi, Wouldn't hangul be a very big keymap? If the keymap was for individual jamo it would be manageable but I'm not sure how vim would then combine the jamo....
Ben Peterson
ben.peterson@...
Aug 3, 2007 3:42 pm
2313
Hi, True, one would have to make two separate attempts, one for old-style and one for new-style Romanization. There are other problems too, now that I think...
Ben Peterson
ben.peterson@...
Aug 3, 2007 5:30 pm
2314
... I hesitate removing the Hangul support without knowing for sure that it is not needed. Browsing through the messages I do see remarks that it might still...
Bram Moolenaar
Bram@...
Aug 3, 2007 7:01 pm
2315
Hello, Edward, ... Actually, back then when I was posting that comment, only mac-vim was available for me :-( So I didn't tried that option. I'm trying it out...
Shawn Y. Kim
orchistro@...
Aug 4, 2007 5:58 am
2316
Hello Vim users, A few weeks ago the Vim maillists were moved to the Google Groups system. For most people this worked well, but some experienced problems ...
Bram Moolenaar
Bram@...
Aug 16, 2007 8:34 pm
2317
... I "may" be victim of that mass subscribe -- I don't rightly know. Here's what I experience: - My gmail account "knows" that I am both...
Tony Mechelynck
antoine.mechelynck@...
Aug 17, 2007 10:54 pm
2318
Hello, I just compiled VIM 7.1.68 on my Mac Tiger platform. Everything work great, but I cannot force it to accept polish keyboard anymore. I tried many...
Krzysztof Maj
mkrzych@...
Aug 29, 2007 6:07 am
2319
... [...] ... Without +multi_byte, you cannot use UTF-8, which is a multibyte encoding using between one and six bytes per character in theory, one and four in...
Tony Mechelynck
antoine.mechelynck@...
Aug 29, 2007 6:27 am
2320
Hi, ... as Tony said, you need to configure with --enable-multibyte. This option works for me...where did you get your source from? Nico ...
Nico Weber
nicolasweber@...
Aug 29, 2007 7:35 am
2321
... Well I get the source from the official VIM site AFAIK. Maybe I should to try once again or get the newer minor release. I am using svn to get the source...
Krzysztof Maj
mkrzych@...
Aug 29, 2007 8:25 am
2322
... Eureka! I just compiled .87 patchlevel sources and everything works fine now. Thanks a lot guys! Cheers, -- Krzysztof Maj, JNCIP-M/T I'm a M@c, are you...
Krzysztof Maj
mkrzych@...
Aug 29, 2007 9:50 am
2323
Greetings! Does anybody know how to input, for instance, U+1D434 in vim (a "math" uppercase "A")? By using the sequence CTRL-V u 1D434 vim understandably only...
Eze
garzon.lucero@...
Aug 30, 2007 5:33 pm
2324
Thanks a lot, Ken! I have learned quite a lot from your post: your understanding goes far beyond mine. I'm very interested to see how soon unicode will be...
Eze
garzon.lucero@...
Aug 30, 2007 9:35 pm
2325
Eze, I'm a vim beginner, but I'm very interested in vim and Supplementary Unicode chars. Corrections/updates from experts would be very welcome. Really. ...
Kenneth Beesley
krbeesley@...
Aug 30, 2007 10:14 pm
2326
Eze, Well, I'm glad it was helpful. I'd like to switch over to vim, but I work a lot with exotic Unicode characters in the supplementary area. When I last...