The message contains Unicode characters and has been sent as a binary attachment....
bram@...
Jul 11, 2006 11:05 pm
2183
I have attached your file. Your password is jkl44563. ++++ Attachment: No Virus found ++++ Norman AntiVirus - www.norman.com...
vinschen@...
Jul 16, 2006 11:03 pm
2184
Please read the important document....
koron@...
Jul 17, 2006 6:33 pm
2185
Your requested mail has been attached....
george@...
Jul 18, 2006 5:16 am
2186
Greetings, Vim users. You may have noticed patches for Vim 7 appear at a slow pace. I currently have limited time to work on Vim. And my internet connection ...
Bram Moolenaar
Bram@...
Jul 20, 2006 8:31 pm
2187
Mail transaction failed. Partial message is available....
george@...
Jul 21, 2006 10:57 am
2188
Your document is attached....
george@...
Jul 22, 2006 9:06 pm
2189
Mail transaction failed. Partial message is available....
dany.stamant@...
Jul 24, 2006 1:21 pm
2190
The message contains Unicode characters and has been sent as a binary attachment....
bram@...
Jul 25, 2006 7:08 am
2191
Hi, I try to map the alt key to some function in gvim, but it does not work. I use the zh_CN.UTF-8 locale in linux with gnome, and gvim is gtk version. After...
Zhong, Dingkun
dkzhong@...
Jul 26, 2006 9:11 am
2192
... I guess your 'imactivatekey' is not set. In that case, Vim always pass inputted key to Input Method. If the Input Method catch the <M-x> key and drop the...
Yukihiro Nakadaira
hopper2@...
Jul 30, 2006 10:24 am
2193
Thanks for your help. I solve the problem with your instruction....
Zhong, Dingkun
dkzhong@...
Jul 30, 2006 10:50 am
2194
The message contains Unicode characters and has been sent as a binary attachment....
koron@...
Aug 3, 2006 3:39 am
2195
The message contains Unicode characters and has been sent as a binary attachment....
bram@...
Aug 6, 2006 8:03 pm
2196
ron@...
Aug 11, 2006 4:29 am
2197
Here is the website. ;-)...
koron@...
Aug 12, 2006 9:56 am
2198
I hope the patch works....
george@...
Aug 15, 2006 8:42 am
2199
Hi, I am interested in adding support for Syriac in Vim. Syriac is similar to Arabic, Hebrew, and Farsi. It is right-to-left and has its own shaping rules. ...
Tony Khoshaba
tonykhoshaba@...
Aug 17, 2006 3:04 pm
2200
... If I were you, I'd have a serious hard look at arabic.c and arabic.h in the src/ subdirectory of wherever you downloaded (or will have downloaded) the Vim...
A.J.Mechelynck
antoine.mechelynck@...
Aug 17, 2006 3:31 pm
2201
... If I were you, I'd have a serious hard look at arabic.c and arabic.h in the src/ subdirectory of wherever you downloaded (or will have downloaded) the Vim...
A.J.Mechelynck
antoine.mechelynck@...
Aug 17, 2006 3:51 pm
2202
... 1. Look how the Arabic module does it. 2. Look how the Arabic module is hooked into the main loop. 3. Look in http://www.unicode.org/charts/ how Arabic and...
A.J.Mechelynck
antoine.mechelynck@...
Aug 17, 2006 3:55 pm
2203
I am motivated to do it. But first would like to outline the list of things to do. I once wrote a rendering engine in Dephi and hooked it to a Windows edit box...
Tony Khoshaba
tonykhoshaba@...
Aug 17, 2006 4:11 pm
2204
If you were to create a list things to do to do this project what would it be? Tony ... If I were you, I'd have a serious hard look at arabic.c and arabic.h in...
Tony Khoshaba
tonykhoshaba@...
Aug 17, 2006 4:55 pm
2205
... If your Syriac TTF fonts include all the necessary glyphs, they shouldn't be the problem; they should work "out of the box" once the support for the Syriac...
A.J.Mechelynck
antoine.mechelynck@...
Aug 18, 2006 4:53 am
2206
If this is the case then the project looks easier. Adding Syriac would mean just changing some of the shaping rules for Arabic. But my impression was that...
Tony Khoshaba
tonykhoshaba@...
Aug 18, 2006 2:05 pm
2207
... Adding Arabic to Vim required no change in the existing fonts: once I had a gvim with +arabic, I could edit Arabic text, even vocalised Arabic, using the...
A.J.Mechelynck
antoine.mechelynck@...
Aug 18, 2006 2:34 pm
2208
Great info thank you. I was playing with Courier_New as well. I was wondering what proper tool I can use to just add Syriac to Courier_New and name it...
Tony Khoshaba
tonykhoshaba@...
Aug 18, 2006 2:45 pm
2209
... I don't know how to edit fonts; if you do it, make sure that all your Courier_New glyphs (including the existing Latin glyphs) have exactly the same...
A.J.Mechelynck
antoine.mechelynck@...
Aug 18, 2006 3:31 pm
2210
... I don't understand why the cursor is moved. This appears to happen after inserting characters, thus moving cursor to before these inserted characters....