... 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,...
49870
Xiaozhou Liu
sbboat@...
Apr 1, 2008 8:53 am
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...
49871
Xiaozhou Liu
sbboat@...
Apr 1, 2008 9:08 am
This patch is against 7.1.236 or beyond. -Xiaozhou --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist....
49872
Bram Moolenaar
Bram@...
Apr 1, 2008 10:07 am
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...
49873
Bram Moolenaar
Bram@...
Apr 1, 2008 10:40 am
... 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...
49874
Bram Moolenaar
Bram@...
Apr 1, 2008 11:06 am
... 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...
49875
Bram Moolenaar
Bram@...
Apr 1, 2008 11:11 am
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) ...
49876
Bram Moolenaar
Bram@...
Apr 1, 2008 12:31 pm
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...
49877
Bram Moolenaar
Bram@...
Apr 1, 2008 12:54 pm
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....
49878
Bram Moolenaar
Bram@...
Apr 1, 2008 3:21 pm
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...
49879
Mads N Noe
mntnoe@...
Apr 1, 2008 5:35 pm
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...
49880
Charles E Campbell Jr
drchip@...
Apr 1, 2008 6:30 pm
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: ...
49881
Fredrik Gustafsson
iveqy@...
Apr 1, 2008 6:36 pm
... The link to http://mysite.verizon.net/astronaut/src/mkvimball.tar.gz is not working -- Med vänliga hälsningar Fredrik Gustafsson ...
49882
Charles E Campbell Jr
drchip@...
Apr 1, 2008 6:54 pm
... 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...
49885
Charles E Campbell Jr
drchip@...
Apr 1, 2008 11:35 pm
... Not so far in the vimball itself. However, if there's a plugin involved, it can have multiple GetLatestVimScripts lines with (plugin-author determined)...
49886
char101
peacech@...
Apr 2, 2008 1:51 am
Hi, I failed when patching vim with 7.1.282 running ..\newpatches92;7.1.281 patching file src/if_cscope.c patching file src/version.c running...
49887
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2008 5:05 am
... 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"...
49888
char101
peacech@...
Apr 2, 2008 1:30 pm
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...
49889
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2008 8:28 pm
... 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...
49890
char101
peacech@...
Apr 3, 2008 4:46 am
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...
49891
Tony Mechelynck
antoine.mechelynck@...
Apr 3, 2008 6:41 am
... 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...
49892
char101
peacech@...
Apr 3, 2008 6:41 am
... 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)92; +...
49893
Jürgen Krämer
jottkaerr@...
Apr 3, 2008 7:04 am
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...
49894
char101
peacech@...
Apr 3, 2008 7:24 am
... 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...
49895
char101
peacech@...
Apr 3, 2008 7:41 am
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...
49896
Nico Weber
nicolasweber@...
Apr 3, 2008 12:19 pm
Hi, ... ({ ... }) is a gcc extension that converts statements to expressions. The expression has the value of the last statement in the block (...
49897
Antony Scriven
adscriven@...
Apr 3, 2008 12:43 pm
... 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 ...
49898
char101
peacech@...
Apr 3, 2008 1:17 pm
... 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 +...