Re: test73 fails with shells that don't support '**'

2010-08-09 Fir de Conversatie Bram Moolenaar
Nazri Ramliy wrote: On Mon, Aug 9, 2010 at 2:59 AM, Bram Moolenaar b...@moolenaar.net wrote: James Vega wrote: When running tests in my build environment, I noticed that test73 kept failing while it would work fine in my normal environment. Turns out this is because my build

Re: test73 fails with shells that don't support '**'

2010-08-09 Fir de Conversatie Nazri Ramliy
On Mon, Aug 9, 2010 at 4:05 PM, Bram Moolenaar b...@moolenaar.net wrote: The test is passing for me on all platforms, except for a Vim build with DJGPP.  I haven't yet looked into why this happens.  Nazri, can you build Vim with DJGPP?  The compiler can be downloaded for free. I'll give it a

Re: test73 fails with shells that don't support '**'

2010-08-09 Fir de Conversatie Nazri Ramliy
On Mon, Aug 9, 2010 at 4:14 PM, Nazri Ramliy ayieh...@gmail.com wrote: On Mon, Aug 9, 2010 at 4:05 PM, Bram Moolenaar b...@moolenaar.net wrote: The test is passing for me on all platforms, except for a Vim build with DJGPP. I haven't yet looked into why this happens. Nazri, can you build Vim

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie Bram Moolenaar
Roland Puntaier wrote: Hello Bram, sorry about my late response, first I was on holiday, then I was quite busy. I compared the vim7.3d sources to my original ones on Saturday. Most of the functions are basically the same, but I spotted a relevant difference: I had: #define

Vim hangs on pasting a large amount into command line

2010-08-09 Fir de Conversatie John Beckett
Sometimes I paste some text into the Vim command line (example: type ':echo ' then Ctrl-R a to paste register a). If I accidentally paste a large amount (kilobytes), I have to wait a very long time (several minutes) while Vim struggles to handle the text. Pressing Ctrl-C has no discernible

Re: Vim crash when trying to use the NetBeans interface

2010-08-09 Fir de Conversatie Xavier de Gaye
On Mon, Aug 9, 2010 at 12:02 AM, Lech Lorens wrote: I just tried using Vim with Pyclewn. According to :help netbeans.txt, the NetBeans interface is supported in some GUI variants and in console Vim. I get: $ pyclewn -e vim Vim: Caught deadly signal SEGV Vim: Finished I can reproduce it

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie James Vega
On Mon, Aug 09, 2010 at 12:58:20PM +0200, Bram Moolenaar wrote: Roland Puntaier wrote: Hello Bram, sorry about my late response, first I was on holiday, then I was quite busy. I compared the vim7.3d sources to my original ones on Saturday. Most of the functions are basically

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie Andy Kittner
On Mon, 09 Aug 2010 12:58:20 +0200 Bram Moolenaar b...@moolenaar.net wrote: Roland Puntaier wrote: ... snip... I made the test in Vim 7.3: After removing RTLD_GLOBAL there was no crash any more. If I'm not mistaken this flag was added to make import termios work. Or something like

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie Roland Puntaier
On Mon, 09 Aug 2010 13:49:43 Andy Kittner and...@gmx.de wrote: I made the test in Vim 7.3: After removing RTLD_GLOBAL there wasno crash any more. If I'm not mistaken this flag was added to make import termios work. Or something like that. The issue was that at least on some

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie James Vega
On Mon, Aug 9, 2010 at 9:49 AM, Roland Puntaier roland.punta...@br-automation.com wrote: On Mon, 09 Aug 2010 13:49:43 Andy Kittner and...@gmx.de wrote: I made the test in Vim 7.3: After removing RTLD_GLOBAL there wasno crash any more. If I'm not mistaken this flag was added to make

[patch] Remove shadowdir symlinks in clean

2010-08-09 Fir de Conversatie James Vega
If a shadowdir is used for building, symlinks for the runtime and pixmaps directory are created in src/ but they aren't removed by the clean target. Attached patch removes them. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the

Re: Vim 7.3e ready for beta testing

2010-08-09 Fir de Conversatie Bram Moolenaar
Boyko Bantchev wrote: On 8 August 2010 23:01, Bram Moolenaar b...@moolenaar.net wrote: ... We are getting close to the 7.3 release! If nothing goes wrong I will release 7.3 in less than a week. Last chance to report problems! ... Bram, Great thanks to you for doing all this huge

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie Bram Moolenaar
James Vega wrote: On Mon, Aug 9, 2010 at 9:49 AM, Roland Puntaier roland.punta...@br-automation.com wrote: On Mon, 09 Aug 2010 13:49:43 Andy Kittner and...@gmx.de wrote: I made the test in Vim 7.3: After removing RTLD_GLOBAL there wasno crash any more. If I'm not mistaken

Re: [patch] Remove shadowdir symlinks in clean

2010-08-09 Fir de Conversatie Bram Moolenaar
James Vega wrote: If a shadowdir is used for building, symlinks for the runtime and pixmaps directory are created in src/ but they aren't removed by the clean target. Attached patch removes them. I suppose that must be OK. Thanks. -- The startling truth finally became apparent, and it

Re: Missing br.utf-8.spl br.latin1.spl files from http://ftp.vim.org/pub/vim/runtime/spell/

2010-08-09 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: :help version-7.3 says that the Breton spell file was added, but when I delete my local Breton dictionary ~/.vim/spell/br.utf-8.spl and do :setlocal spell spelllang=br, I'd expect Vim to download the Breton dictionary automatically, but Vim-7.3e (2524:06a44c4eb3e5)

Re: Vim crash when trying to use the NetBeans interface

2010-08-09 Fir de Conversatie Bram Moolenaar
Lech Lorens wrote: I just tried using Vim with Pyclewn. According to :help netbeans.txt, the NetBeans interface is supported in some GUI variants and in console Vim. I get: Vim: Caught deadly signal SEGV Vim: Finished Gdb displays the following backtrace: #v+ (gdb) bt #0 0x00d29422

Re: [Patch] Support w:quickfix_title in the :ltag command

2010-08-09 Fir de Conversatie Bram Moolenaar
Lech Lorense wrote: The attached patch fixes a strange omission: the :ltag command did not set w:quickfix_title variable. Thanks. Looks safe to include. -- What a wonderfully exciting cough! Do you mind if I join you? -- Douglas Adams, The Hitchhiker's Guide to the Galaxy

Re: Vim crash when trying to use the NetBeans interface

2010-08-09 Fir de Conversatie Bram Moolenaar
Xavier de Gaye wrote: On Mon, Aug 9, 2010 at 12:02 AM, Lech Lorens wrote: I just tried using Vim with Pyclewn. According to :help netbeans.txt, the NetBeans interface is supported in some GUI variants and in console Vim. I get: $ pyclewn -e vim Vim: Caught deadly signal SEGV Vim:

Portuguese spell files update

2010-08-09 Fir de Conversatie Jakson A. Aquino
Hi, The Portuguese dictionaries downloaded by runtime/spell/pt/main.aap are outdated. The attached patch fix this and I hope the patch is ok... The European Portuguese list of words has additional information about the grammatical category of the words, as in the lines below: abarrotar/XYPLM

Capture 'undefine' a new keyword in GNU Make

2010-08-09 Fir de Conversatie Peng Yu
Hi, GNU Make recently added a new keyword 'undefine'. May I suggest vim developers to add this feature in the make related vim files? http://www.gnu.org/software/make/manual/make.html#Undefine-Directive /usr/share/vim/vim72/ftplugin/make.vim /usr/share/vim/vim72/indent/make.vim

Portuguese translation of vim tutor

2010-08-09 Fir de Conversatie Jakson A. Aquino
Hi, I translated the Vim tutor into Portuguese. What should i do: submit it now or wait for the release of 7.3? Thanks! Jakson Aquino -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Typo in message.txt about E432

2010-08-09 Fir de Conversatie Peter Odding
Hi list, I just got an E432 error and consulted the documentation which contains a typo. I've attached a patch against the latest vim-7.3e updated today. - Peter Odding -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying

Re: test73 fails with shells that don't support '**'

2010-08-09 Fir de Conversatie James Vega
On Sun, Aug 08, 2010 at 11:12:01PM -0400, James Vega wrote: On Mon, Aug 09, 2010 at 09:28:01AM +0800, Nazri Ramliy wrote: I stumbled into this problem (works fine in my environment, but fails in /bin/dash) when I first attempted to write test73. At that point the find completion was

Patch to enable extra mouse buttons in GTK/Gnome

2010-08-09 Fir de Conversatie Christian J. Robinson
I guess it's too late to add this to Vim 7.3, but attached is a very simple patch that enables X1Mouse and X2Mouse under GTK/Gnome. It appears GDK does not provide defines for GDK_BUTTON8_MASK / GDK_BUTTON9_MASK, so this patch does not support X1Drag / X1Release / X2Drag / X2Release. Nor

Re: test73 fails with shells that don't support '**'

2010-08-09 Fir de Conversatie Nazri Ramliy
On Mon, Aug 9, 2010 at 5:33 PM, Nazri Ramliy ayieh...@gmail.com wrote: On Mon, Aug 9, 2010 at 4:14 PM, Nazri Ramliy ayieh...@gmail.com wrote: On Mon, Aug 9, 2010 at 4:05 PM, Bram Moolenaar b...@moolenaar.net wrote: The test is passing for me on all platforms, except for a Vim build with DJGPP.

Re: using $curbuf-Count(), $curbuf-Delete() from embedded perl interpreter

2010-08-09 Fir de Conversatie Britton Kerin
On Fri, Aug 6, 2010 at 2:08 AM, Christian J. Robinson hept...@gmail.com wrote: On Thu, Aug 5, 2010 at 5:53 PM, Britton Kerin britton.ke...@gmail.com wrote: I just figured out that $curbuf-Count() doesn't track the contents of $curbuf accross $curbuf-Delete() (and presumably other methods).  

Re: Another GTK issue - repaint while initializing

2010-08-09 Fir de Conversatie Tony Mechelynck
On 07/08/10 19:24, ron wrote: On Aug 6, 6:46 pm, Ben Fritzfritzophre...@gmail.com wrote: I would certainly not consider the GUI sucessfully started until it has been drawn at least once. I am sure there is a way to suppress all the drawing until after everything has 'settled'; VIM only

Re: test73 fails with shells that don't support '**'

2010-08-09 Fir de Conversatie Nazri Ramliy
I wrote earlier: To make test73 pass on unix, msvc-vim and djggp-vim I'll use uppercase letters for all the directory names that it uses (unless someone has a better idea). I didn't work. The test still fails due to the different ordering of the find completion candidates: $ ls -RF

Re: using $curbuf-Count(), $curbuf-Delete() from embedded perl interpreter

2010-08-09 Fir de Conversatie Christian J. Robinson
On Tue, 10 Aug 2010, Britton Kerin wrote: Is there some good reason the perl methods don't throw errors somehow for this sort of thing? Even though I rarely use the Perl interface, this is something I've also wondered. It appears the Python interface does, and I assume the others do as

Re: searching for Mac non-breaking space

2010-08-09 Fir de Conversatie Tony Mechelynck
On 06/08/10 21:44, Bee wrote: searching for Mac non-breaking space *[:blank:]* [:blank:] space and tab characters *[:space:]* [:space:] whitespace characters I have asked on vim-use and opinion is [:space:] will find more than [:blank:] On MacOS the non-breaking space is not

Vim 7.3e: smallest version with persistent_undo is Normal, not Huge

2010-08-09 Fir de Conversatie Vlad Irnov
According to :help +feature-list the smallest version with persistent_undo is Huge, line 367 in doc/various.txt is H *+persistent_undo* Persistent undo |undo-persistence| But it's really Normal. I get +persistent_undo after compiling Normal version on Windows with MinGW. -- You received this