... I haven't examined the GSOC terms so I can't advise anything specific. However, in general your proposal should mirror the GSOC documentation. For example,...
John Beckett
johnb.beckett@...
Apr 1, 2008 7:31 am
49870
Hi Vimmers, The attached patch represents the current status of my work on the new NFA based regexp engine, from last summer's GSoC project, mentored by Russ...
Xiaozhou Liu
sbboat@...
Apr 1, 2008 8:53 am
49871
This patch is against 7.1.236 or beyond. -Xiaozhou --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist....
Xiaozhou Liu
sbboat@...
Apr 1, 2008 9:08 am
49872
Patch 7.1.286 (after 7.1.103) Problem: "w" at the end of the buffer moves the cursor past the end of the line. (Markus Heidelberg) Solution: Move the...
Bram Moolenaar
Bram@...
Apr 1, 2008 10:07 am
49873
... Thanks for fixing this! -- Spam seems to be something useful to novices. Later you realize that it's a bunch of indigestable junk that only clogs your...
Bram Moolenaar
Bram@...
Apr 1, 2008 10:40 am
49874
... Thank you very much for continuing the work of last summer. It's great to see that you volunteered to continue work on this. And a very good start for a...
Bram Moolenaar
Bram@...
Apr 1, 2008 11:06 am
49875
Patch 7.1.287 Problem: Crash when reversing a list after using it. (Andy Wokula) Solution: Update the pointer to the last used element. (Dominique Pelle) ...
Bram Moolenaar
Bram@...
Apr 1, 2008 11:11 am
49876
Patch 7.1.288 (after 7.1.281) Problem: Cscope still leaves behind temp files when using gvim. Solution: When getting the ECHILD error loop for a while...
Bram Moolenaar
Bram@...
Apr 1, 2008 12:31 pm
49877
Patch 7.1.289 Problem: When EXITFREE is defined and 'acd' is set freed memory is used. (Dominique Pelle) Solution: Reset p_acd before freeing all buffers....
Bram Moolenaar
Bram@...
Apr 1, 2008 12:54 pm
49878
Patch 7.1.290 Problem: Reading bytes that were not written when spell checking and a line has a very large indent. Solution: Don't copy the start of the...
Bram Moolenaar
Bram@...
Apr 1, 2008 3:21 pm
49879
Hi, Realizing that Google has extended the deadline, I would like to hear what you think of my proposals for GSoC. Application follows: == Abstract == As...
Mads N Noe
mntnoe@...
Apr 1, 2008 5:35 pm
49880
Hello! I've written a small C program, mkvimball, which generates vimballs; use it from the .vim/ directory. You may get a copy of it at: ...
Charles E Campbell Jr
drchip@...
Apr 1, 2008 6:30 pm
49881
... The link to http://mysite.verizon.net/astronaut/src/mkvimball.tar.gz is not working -- Med vänliga hälsningar Fredrik Gustafsson ...
Fredrik Gustafsson
iveqy@...
Apr 1, 2008 6:36 pm
49882
... Sorry 'bout that; I'd uploaded it as .../mkvimball.tar.bz2 . I've changed it to correspond with the index page; ie. its .../mkvimball.tar.gz . Regards, ...
... Thanks! That sounds like a good news to me. BTW, is there a way to define dependencies between vimballs? For instance, I have lh-cpp that depends on...
hermitte@...
Apr 1, 2008 7:20 pm
49885
... Not so far in the vimball itself. However, if there's a plugin involved, it can have multiple GetLatestVimScripts lines with (plugin-author determined)...
Charles E Campbell Jr
drchip@...
Apr 1, 2008 11:35 pm
49886
Hi, I failed when patching vim with 7.1.282 running ..\newpatches\7.1.281 patching file src/if_cscope.c patching file src/version.c running...
char101
peacech@...
Apr 2, 2008 1:51 am
49887
... Maybe between 7.1.282 and some earlier patch. If you have a "working" version of Vim (with patches up to 280 or somesuch), what's the "Included patches"...
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2008 5:05 am
49888
On Apr 2, 12:04 pm, Tony Mechelynck <antoine.mechely...@...> ... Hi, here's the output now VIM - Vi IMproved 7.1 (2007 May 12, compiled Apr 2 2008...
char101
peacech@...
Apr 2, 2008 1:30 pm
49889
... Hm... Mixing svn and ftp+patch, this might be courting disaster if the svn patchlevel is not what you think. In your place I'd feel better with either all...
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2008 8:28 pm
49890
On Apr 3, 3:28 am, Tony Mechelynck <antoine.mechely...@...> ... I have checked the svn source before I used it, and the svn commit logs said that it is...
char101
peacech@...
Apr 3, 2008 4:46 am
49891
... Hm. Here's what I see with default settings (and -u NONE) in gvim; but it's a GTK+2 GUI running in X11 with a KDE windows manager (I'm on Linux), so I...
Tony Mechelynck
antoine.mechelynck@...
Apr 3, 2008 6:41 am
49892
... Hi, The patch does not work with Visual C++ 9.0 2008. The main problem is this macros +#define PUSH(s) { \ + if (stackp >= stack_end)\ +...
char101
peacech@...
Apr 3, 2008 6:41 am
49893
Hi, ... I don't see a difference in meaning between "*stackp++ = s;" and "*stackp = s; ++stackp;" and I don't know anything about the context or usage of the...
Jürgen Krämer
jottkaerr@...
Apr 3, 2008 7:04 am
49894
... You're right, I just split them out for clarity since I'm not a C programmer. ... No, I have checked them out, the macroes are defined in a function block...
char101
peacech@...
Apr 3, 2008 7:24 am
49895
On Apr 3, 1:41 pm, Tony Mechelynck <antoine.mechely...@...> ... Right, the themed tabs look much clearer since it has top line for selected tab. But for...
char101
peacech@...
Apr 3, 2008 7:41 am
49896
Hi, ... ({ ... }) is a gcc extension that converts statements to expressions. The expression has the value of the last statement in the block (...
Nico Weber
nicolasweber@...
Apr 3, 2008 12:19 pm
49897
... Looks like a gcc extension to me. Compiling with with -Wall -Wextra -ansi -pedantic picks up this sort of thing. Why not use ?: for the macros? --Antony ...
Antony Scriven
adscriven@...
Apr 3, 2008 12:43 pm
49898
... After debugging the executable, it seems that the fault was 100% mine :D There is a compile error on regexp.c on this function which initial content was +...