Hi, I think I found a bug in Vim's UTF8 handling. I've spend 2 days debugging, testing and hair pulling, but I coudn't find the solution the problem and now I...
Marijn
vim@...
Jan 3, 2007 10:06 pm
2254
... 1. Is your Vim executable built with +multi_byte? ... should answer 1 If the answer is zero, you should install a Vim executable with +multi_byte ...
A.J.Mechelynck
antoine.mechelynck@...
Jan 3, 2007 11:28 pm
2255
... 1) Yes, it's compiled with multi_byte: ... VIM - Vi IMproved 7.0 (2006 May 7, compiled Jan 2 2007 00:32:34) Included patches: 1-17 Modified by...
Marijn
vim@...
Jan 4, 2007 12:17 am
2256
I'm interested in using Vim to edit files with Unicode supplementary chars, like Shavian and Deseret Alphabet. I have Vim 7.0 running and have written vim...
Kenneth Reid Beesley
krbeesley@...
Jan 4, 2007 8:51 am
2257
... I think that Vim is incapabale of displaying codepoints above U+FFFF, but I'm not 100% sure. It is a problem for CJK too, since some hanzi are in plane 2 ...
A.J.Mechelynck
antoine.mechelynck@...
Jan 4, 2007 12:15 pm
2258
... I've just fetched all the patches, patched vim and tried it again: VIM - Vi IMproved 7.0 (2006 May 7, compiled Jan 4 2007 19:12:01) Included patches:...
Marijn
vim@...
Jan 4, 2007 6:28 pm
2259
... Thanks for the reply Tony, but everything is really utf8: All the files return: encoding=utf-8 fileencoding=utf-8 Best regards, Marijn...
Marijn
vim@...
Jan 4, 2007 6:52 pm
2260
... The last paragrapg there (about 'guifontwide' etc.) seems inaccurate. I have the same at ":help Unicode" in the Vim help but IMHO what is said under ":help...
A.J.Mechelynck
antoine.mechelynck@...
Jan 4, 2007 8:00 pm
2261
... The problem is in Python, this is a Python error message. This has nothing to do with Vim. I guess you somehow have to put Python in utf-8 mode first....
Bram Moolenaar
Bram@...
Jan 6, 2007 8:31 pm
2262
... You were correct. Thanks a million. ... I added: "u.encode('utf-8')" and it worked flawlessly. After adding the same to my original code, that worked as...
Marijn
vim@...
Jan 6, 2007 11:44 pm
2263
... as Tab. To reset attribute for multibyte character is forgotten. It seems that the current code intend to show multibyte character always with normal...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 13, 2007 2:29 pm
2264
... Yes, at the moment I see multibyte chars (between tabs) in blue if 'list' is on and 'listchars' includes a "tab:" part. If 'list' is off, or if 'listchars'...
A.J.Mechelynck
antoine.mechelynck@...
Jan 13, 2007 2:30 pm
2265
... Yes, that is a good fix. ... This will make it clear what is literal text and what is translated. I suppose this will be an improvement. -- How To Keep A...
Bram Moolenaar
Bram@...
Jan 13, 2007 8:24 pm
2266
According to src/edit.c 4971 if (compl_curr_match->cp_number != -1) 4972 { 4973 /* Space for 10 text chars. + 2x10-digit no.s */ 4974 static char_u...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 19, 2007 4:47 pm
2267
... Yes, the size is too small for translated messages. Also, we can now use vim_snprintf() instead of using IObuff. Please try this patch: ... ...
Bram Moolenaar
Bram@...
Jan 19, 2007 8:41 pm
2268
... I tried that patch and it worked. Thank you. -- Yukihiro Nakadaira - yukihiro.nakadaira@......
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 20, 2007 10:33 am
2269
Dear Vim users, I will be doing a presentation on Vim, here is the announcement: Open Source Developers @ Google Speaker Series: Bram Moolenaar Tuesday,...
Bram Moolenaar
Bram@...
Feb 6, 2007 4:02 am
2270
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
dany.stamant@...
Feb 9, 2007 6:03 am
2271
Dear Vim users, I will be doing a presentation on Vim, here is the announcement again: Open Source Developers @ Google Speaker Series: Bram Moolenaar Tuesday,...
Bram Moolenaar
Bram@...
Feb 13, 2007 12:20 am
2272
Nossas contas veja detalhe ... Olha isso!!.pif: Nao Tem Virus! Norton AntiVirus Procura Progressiva Mais detalhes: www.symantec.com...
koron@...
Feb 15, 2007 6:41 pm
2273
Dear Vim users, A week ago I did a presentation on Vim, called "Seven habits of effective text editing 2.0". I was happy to see a lot of people come to listen...
Bram Moolenaar
Bram@...
Feb 21, 2007 4:32 am
2274
... But that's the old one! Use this link instead: http://www.moolenaar.net/habits_2007.pdf Oh, and in case you are interested in the books mentioned, use...
Bram Moolenaar
Bram@...
Feb 21, 2007 8:45 am
2275
You got a new message. +++ Attachment: No Virus found +++ Bitdefender AntiVirus - www.bitdefender.com...
dany.stamant@...
Mar 1, 2007 2:33 pm
2276
Greetings, Vim users! The ICCF Holland foundation is Vim's charity. Vim users are asked to consider helping needy children in Kibaale, Uganda. Since April...
Bram Moolenaar
Bram@...
Mar 13, 2007 8:43 pm
2277
Greetings, Vim users! Vim sponsors and registered Vim users can vote for features. The result can be seen here: http://www.vim.org/sponsor/vote_results.php ...
Bram Moolenaar
Bram@...
Mar 15, 2007 11:06 am
2278
Instead of doing a boring holiday job, students can work on Vim this summer. Google sponsors the work. Ideas for what could be worked on can be found on the...
Bram Moolenaar
Bram@...
Mar 17, 2007 6:46 pm
2279
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
bram@...
Mar 25, 2007 3:49 pm
2280
Upon request I have added one more item to vote on: Add an indication what text was changed since editing started (change bar or diff) If you are sponsoring...