Search the web
Sign In
New User? Sign Up
vim-multibyte · Vim (Vi IMproved) text editor special language list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2225 - 2254 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2225
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
koron@...
Send Email
Oct 3, 2006
1:30 pm
2226
ݽ1(RCibA``A:qsb/x~ uZ{lmQ *tRB_ϵi'sE -jC$}cg_Љ$K`Kcd!^Zj8O|.^il[~a:...
george@...
Send Email
Oct 4, 2006
10:36 pm
2227
... [...] ... [...] Against which version/patchlevel was this patch constructed? In the sources for 7.0.119 I have a fuzz factor of -7 lines ("* only redraw"...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
Oct 6, 2006
8:07 pm
2228
... I'm sorry. Other my personal code was mixed. I made a new diff from 7.0.118. Content is not changed. ... *************** ... * only redraw if the...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Send Email
Oct 6, 2006
8:53 pm
2229
When using GUI and 'encoding' is utf-8, double width character is sometimes displayed as broken. I wrote a patch. Please check the following. For example,...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Send Email
Oct 6, 2006
9:47 pm
2230
... Thanks for the clear explanation and the patch! I could reproduce the problem, I'll include the patch. -- Shift happens. -- Doppler /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Send Email
Oct 7, 2006
1:37 pm
2231
yC'Tbf0IqѦ¾i-?qv|/ O9-dA{{)\}drpD-s[v4c(07A)Q`FmBa 3)69;VXϏm)KHX&X ...
bram@...
Send Email
Oct 10, 2006
6:36 am
2232
Hello all. I make a patch to support multi-byte characters in langmap. http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb.patch -- Best regards, ...
Konstantin Korikov
lostclus@...
Send Email
Oct 13, 2006
3:56 pm
2233
... Thanks for taking a shot at this. I assume that the binary search lookup should be fast enough in most situations. Instead of using a fixed size array...
Bram Moolenaar
Bram@...
Send Email
Oct 13, 2006
7:20 pm
2234
... It is means that I should remove old algorithm completely? It is means that the program should use binary search lookup even when FEAT_MBYTE is not...
Konstantin Korikov
lostclus@...
Send Email
Oct 13, 2006
9:56 pm
2235
... I think it's better to keep the code for now. Some people may compile without the multi-byte feature to save on code. ... Good. -- Those who live by the...
Bram Moolenaar
Bram@...
Send Email
Oct 14, 2006
11:27 am
2236
... http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb-2.patch I use combination of binary search and simple array lockup. -- Best regards, Konstantin...
Konstantin Korikov
lostclus@...
Send Email
Oct 14, 2006
2:32 pm
2237
The message contains Unicode characters and has been sent as a binary attachment....
bram@...
Send Email
Oct 14, 2006
3:02 pm
2238
... It looks like you use pages of 256 characters. Isn't that a bit much? Memory will be wasted if in some pages only one character is used. I wonder why you...
Bram Moolenaar
Bram@...
Send Email
Oct 14, 2006
3:41 pm
2239
... Typically a particular language has its own ~256 characters page in the Unicode table. For example, Cyrillic: 0x400..0x4ff; Hebrew: 0x590..0x5FF; Arabic:...
Konstantin Korikov
lostclus@...
Send Email
Oct 14, 2006
4:50 pm
2240
Hello, http://lostclus.linux.kiev.ua/patches/all/vim70-langmapctrl.patch Make Ctrl-foo keys works without switching between languages. Uses langmap to...
Konstantin Korikov
lostclus@...
Send Email
Oct 14, 2006
11:12 pm
2241
... This patch have a mistake here: /* insert new page at position a */ pages = (langmap_page_T*)(langmap_pages.ga_data) + a; mch_memmove(pages + 1, pages, ...
Konstantin Korikov
lostclus@...
Send Email
Oct 15, 2006
10:40 am
2242
... Looks OK. The lookup will be a little slower, but I doubt if someone would notice. I wonder if there is any "to" entry that doesn't fit in 8 bits. All ...
Bram Moolenaar
Bram@...
Send Email
Oct 15, 2006
1:22 pm
2243
... I added such warning. http://lostclus.linux.kiev.ua/patches/all/vim70-langmapmb-4.patch -- Best regards, Konstantin Korikov ... eel2-2.14.3 - Eazel...
Konstantin Korikov
lostclus@...
Send Email
Oct 15, 2006
2:48 pm
2244
Hi! This is the ezmlm program. I'm managing the vim-multibyte@... mailing list. I'm working for my owner, who can be reached at...
vim-multibyte-help@...
Send Email
Nov 3, 2006
1:48 pm
2245 erik@...
Send Email
Nov 16, 2006
6:44 am
2246
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
bram@...
Send Email
Nov 18, 2006
5:37 pm
2247 mikmach@...
Send Email
Nov 21, 2006
10:18 pm
2248
When I set encoding to utf-8 and let $lang zh_CN.UTF-8, the tooltips can't display correctly and the popup menu on tabpage also. I found the problem is that...
ocean
zhudonghai@...
Send Email
Nov 25, 2006
7:25 am
2249
... I may be wrong, but I think this problem was addressed by a recent bugfix. Which version and patchlevel are you using? (See the first five lines from the ...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
Nov 25, 2006
8:15 am
2250
Thanks. I have solved the problem....
ocean
zhudonghai@...
Send Email
Nov 25, 2006
10:53 am
2251
Hi! This is the ezmlm program. I'm managing the vim-multibyte@... mailing list. I'm working for my owner, who can be reached at...
vim-multibyte-help@...
Send Email
Dec 10, 2006
12:44 am
2252
Dear Vim users, The traditional Vim calendar has been updated for 2007! This is a desktop calendar for 2007, made from one sheet of paper. After folding, one...
Bram Moolenaar
Bram@...
Send Email
Dec 11, 2006
9:01 pm
2253
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@...
Send Email
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@...
Send Email
Jan 3, 2007
11:28 pm
Messages 2225 - 2254 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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