Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers 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.

Messages

  Messages Help
Advanced
Messages 47222 - 47251 of 52143   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
47222
... Thanks for catching these! -- "Thou shalt not follow the Null Pointer, for at its end Chaos and Madness lie." /// Bram Moolenaar -- Bram@... --...
Bram Moolenaar
Bram@...
Send Email
Aug 1, 2007
10:56 am
47223
Patch 7.1.047 Problem: vim_regcomp() called with invalid argument. (Xiaozhou Liu) Solution: Change TRUE to RE_MAGIC + RE_STRING. Files: src/ex_eval.c ...
Bram Moolenaar
Bram@...
Send Email
Aug 1, 2007
2:32 pm
47224
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@...
Send Email
Aug 1, 2007
3:56 pm
47225
Hello! ... - vim copes with unix scripts on windows, but not with windows scripts on unix. Hence the standard recommendation to use "unix" for the ...
Charles E Campbell Jr
drchip@...
Send Email
Aug 2, 2007
2:54 pm
47226
... For Vim scripts, ff=unix is the most universal setting. I don't know what Steve Hall does nowadays, but when I was on Windows, I used _unix_ sources (plus...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Aug 2, 2007
4:14 pm
47227
... I haven't tried it, but it should work. Just be careful that ff=unix only applies to the generated script, not to existing windows or buffers. -- Ed's...
Bram Moolenaar
Bram@...
Send Email
Aug 2, 2007
7:42 pm
47228
Hi Kiwon and Keedi, ... Try this patch: Index: src/gui_gtk_x11.c ... +++ src/gui_gtk_x11.c (working copy) @@ -5347,7 +5347,7 @@ void ...
Edward L. Fox
edyfox@...
Send Email
Aug 3, 2007
8:11 am
47229
Hi Kiwon, ... Sorry but I know nothing about Hangul input. Could you give me a brief introduction of the basic usage of Hangul input? That is, how do I set up...
Edward L. Fox
edyfox@...
Send Email
Aug 3, 2007
9:22 am
47230
... I've rsync'd against ftp.nluug.nl and it doesn't contain this change. Going forward, is the runtime directory in CVS / SVN the definitive source for the...
Chris Sutcliffe
ir0nh34d@...
Send Email
Aug 3, 2007
1:36 pm
47231
Hi Shawn Y. Kim, (Cross-posting to vim-multibytes) Thanks for your reply! ... In fact as Um. Kiwon reported, my patch doesn't work at all. :-( I don't actually...
Edward L. Fox
edyfox@...
Send Email
Aug 3, 2007
3:05 pm
47232
... Hi, Edward. You told about getting rid of built-in Hangul input feature from vim. I'm afraid that I don't feel like getting it out of vim. There are a lot...
Shawn Kim
orchistro@...
Send Email
Aug 3, 2007
3:10 pm
47233
Mr. Fox, ... My pleasure ;-) ... OK, there's no statistical report, yet ;-) Sure, it's true that every Asian user's using at least one IME. As far as I'm...
Shawn Y. Kim
orchistro@...
Send Email
Aug 3, 2007
3:31 pm
47234
... Replying to all, Hi, Benjamin, Yes, It is a huge set of letters. There are more than 10,000 letters that can possibly be made up, even excluding obsoleted...
Shawn Kim
orchistro@...
Send Email
Aug 3, 2007
4:43 pm
47235
... No, they appear to be a definitive source for patches against the distribution. However, patches don't update all runtime files which eventually make it to...
Bill McCarthy
WJMc@...
Send Email
Aug 3, 2007
7:22 pm
47236
Patch 7.1.049 Problem: Cannot compile GTK2 version with Hangul input feature. Solution: Don't define FEAT_XFONTSET when using GTK2. Files:...
Bram Moolenaar
Bram@...
Send Email
Aug 3, 2007
8:07 pm
47237
... I also rsync after ftp.nluug.nl (after applying the patches when there are any, and once daily even if there are no patches). Since my rsync command-line ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Aug 3, 2007
8:25 pm
47238
... I use a simply "copy /u" which only copies new files and files newer than on my machine - so I never get "downgraded." -- Best regards, Bill ...
Bill McCarthy
WJMc@...
Send Email
Aug 4, 2007
3:30 am
47239
... 2>>&1 | tee rsync.log ... Since Bram has split off the spell files from the dos subdirectory, I now need 2 copy commands. My 4nt script is: setlocal echo...
Bill McCarthy
WJMc@...
Send Email
Aug 4, 2007
6:51 am
47240
Bill McCarthy wrote: [...] ... Yes, that's approximately what I got yesterday evening (evening my time: as I'm typing this it's 9:39 AM on Saturday); in...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Aug 4, 2007
7:40 am
47241
Hi Martin and Bram, ... Do you think the trunk of the Svn repository will be a good place for storing those *bleeding edge* code? If anyone geeky or nurdy...
Edward L. Fox
edyfox@...
Send Email
Aug 4, 2007
10:11 am
47242
Patch 7.1.050 Problem: Possible crash when using C++ indenting. (Chris Monson) Solution: Keep the line pointer to the line to compare with. Avoid going ...
Bram Moolenaar
Bram@...
Send Email
Aug 4, 2007
10:21 am
47243
... Congratulations Martin - that's a great result. When you run out of things to do<g>, let me know so I can explain how Vim needs to be able to detect large...
John Beckett
johnb.beckett@...
Send Email
Aug 4, 2007
1:26 pm
47244
... Thanks :-) I plan to do a lot more, though. ... Hehe, that sounds pretty complex and extensive. Martin...
Martin Toft
mt@...
Send Email
Aug 4, 2007
1:50 pm
47245
Hi Bram, ... At first, the SVN repository contained only one top-level directory named "vim7". Because the development of Vim is in pure "linear" mode, that...
Edward L. Fox
edyfox@...
Send Email
Aug 4, 2007
3:26 pm
47246
... Hello, that's pretty nice that you ran valgrind ontop of vim. I bet everyone else could have done so as well. Would you please tell in more detail. Maybe...
Ali Akcaagac
aliakc@...
Send Email
Aug 4, 2007
4:33 pm
47247
... Hi I am currently trying to investigate those valgrind errors but it does not look easy (win_line() has > 2000 lines). So far I have not found how to fix...
Dominique Pelle
dominique.pelle@...
Send Email
Aug 4, 2007
5:19 pm
47248
Thanks for your passionate concerns. ... These solutions worked well. Now I'm just using VIM with SCIM. But still one more question... I've tested something...
Kiwon Um
um.kiwon@...
Send Email
Aug 5, 2007
7:29 am
47249
Kiwon Um wrote: [...] ... [...] How to solve that will depend on which kinds of files you usually edit; the following assumes that you have 'encoding' set to...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Aug 5, 2007
7:50 am
47250
... I know what valgrind is. mfg, Ali Akcaagac --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For...
Ali Akcaagac
aliakc@...
Send Email
Aug 5, 2007
7:54 am
47251
... Thanks for digging into this. I spotted a few other places where p_extra may point to text that is not NUL terminated and where utfc_ptr2len() may not work...
Bram Moolenaar
Bram@...
Send Email
Aug 5, 2007
1:46 pm
Messages 47222 - 47251 of 52143   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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