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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2215 - 2244 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2215
Greetings, Vim users. I am hosting a Vim BOF at the upcoming O'Reilly Open Source Convention: Title: Vim 8? Date: Tuesday, 19 September 2006 Time: 20:30 -...
Bram Moolenaar
Bram@...
Send Email
Sep 1, 2006
8:30 pm
2216
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
dany.stamant@...
Send Email
Sep 1, 2006
9:08 pm
2217
Mail transaction failed. Partial message is available....
bram@...
Send Email
Sep 8, 2006
8:49 pm
2218
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
george@...
Send Email
Sep 13, 2006
1:57 pm
2219 dany.stamant@...
Send Email
Sep 14, 2006
3:23 am
2220 bram@...
Send Email
Sep 21, 2006
7:16 am
2221
<table style="width: 600px;" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> </tr> </tbody></table> <hr noshade="noshade" size="1"> <img...
PayPal Service
support@...
Send Email
Sep 22, 2006
1:10 am
2222
<table style="width: 600px;" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> </tr> </tbody></table> <hr noshade="noshade" size="1"> <img...
PayPal Service
support@...
Send Email
Sep 23, 2006
1:16 am
2223
.B'lUrL*!pijצH `5י`ꢵ>ALsთ'닷٪7C?֍ɻgpm]n*^5de;s?0!7&H9"R"kelnw- ...
bram@...
Send Email
Sep 26, 2006
5:53 pm
2224
The audio recording of the Vim BOF session at the euroOSCON is now available: ftp://ftp.vim.org/pub/vim/stuff/20060919_BOF.wav ...
Bram Moolenaar
Bram@...
Send Email
Oct 1, 2006
1:15 am
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
Messages 2215 - 2244 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