Re: netbeans connection when Vim is not compiled with netbeans_intg

2008-11-08 Fir de Conversatie Xavier de Gaye
On Sat, Nov 8, 2008 at 2:24 PM, Bram Moolenaar [EMAIL PROTECTED] wrote: ... The place where you invoke mch_exit() looks a bit weird. Not sure if this is the best solution. And when compiled without GUI (e.g., starting a small version of Vim) this exit won't be reached. Would someone

Re: [patch] fixed double call to XCloseDisplay() when Vim is built with -DEXITFREE

2008-11-08 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Attached patch fixes a bug with Vim-7.2.30 when built with GUI GTK with -DEXITFREE (configure --with-features=huge --enable-gui=gtk). It's a low priority bug since Vim is normally not built with -DEXITFREE. Only GTK GUI is affected (GTK2, athena, Motif are OK).

Re: bad default shellxquote in Widows

2008-11-08 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: On Nov 6, 11:20 pm, Tony Mechelynck [EMAIL PROTECTED] wrote: To avoid passing a path with spaces in it, use the short form of the path, such as %:p:8 (this works only on Windows -- on Unix you can just backslash-escape the spaces). This will convert the path so that

Feature request? Cannot set the color of non selected entries in the wildmenu

2008-11-08 Fir de Conversatie François Ingelrest
Hi all, The only highlight concerning the wildmenu I'm aware of is 'WildMenu'. This lets me choose how the current match should be highlighted, but I can't set the style of other entries in that menu. AFAICT, Vim automatically uses the highlight style of the status bar. This is annoying,

Re: How can I send a patch?

2008-11-08 Fir de Conversatie Bram Moolenaar
Roberto Miura Honji wrote: I change something on vim code and some friends tell me that I would be send this to development group. How can I send this? The new function is: - Auto-complete using a tab key (like ctrl-p). - When the word have a '/' (linux separator of directories)

Re: netbeans connection when Vim is not compiled with netbeans_intg

2008-11-08 Fir de Conversatie sc
On Saturday 08 November 2008 10:12 am, Xavier de Gaye wrote: On Sat, Nov 8, 2008 at 2:24 PM, Bram Moolenaar [EMAIL PROTECTED] wrote: ... The place where you invoke mch_exit() looks a bit weird. Not sure if this is the best solution. And when compiled without GUI (e.g., starting a

Re: netbeans connection when Vim is not compiled with netbeans_intg

2008-11-08 Fir de Conversatie sc
On Saturday 08 November 2008 10:12 am, Xavier de Gaye wrote: On Sat, Nov 8, 2008 at 2:24 PM, Bram Moolenaar [EMAIL PROTECTED] wrote: ... The place where you invoke mch_exit() looks a bit weird. Not sure if this is the best solution. And when compiled without GUI (e.g., starting a

Oldfiles?

2008-11-08 Fir de Conversatie Bill McCarthy
Hello Vim Developers, After updating my runtime today, I noted the command `:ol[dfiles]'. Certainly `:h :ol' or `:h :oldfiles' works fine. However: :ol or :oldfiles produces `E492: Not an editor command'. It there an error in the helpfiles? This appears to also be true for

Update of the mail.vim syntax file

2008-11-08 Fir de Conversatie Gautam Iyer
Hi All, I just updated the mail.vim syntax file to include syntax folding. It now supports folding away quoted text, headers, and signatures. Does someone have comments? Issues are as follows: 1. Someone who has fdm=syntax will start composing new mail with all text folded away (his

RE: Oldfiles?

2008-11-08 Fir de Conversatie John Beckett
Bill McCarthy wrote: After updating my runtime today, I noted the command `:ol[dfiles]'. That was for an experimental patch that Bram posted: http://groups.google.com/group/vim_dev/browse_thread/thread/20e72354ed4b2f42 I guess it will be a bit longer before the docs and the released code are

Re: Update of the mail.vim syntax file

2008-11-08 Fir de Conversatie Gary Johnson
On 2008-11-08, Gautam Iyer [EMAIL PROTECTED] wrote: Hi All, I just updated the mail.vim syntax file to include syntax folding. It now supports folding away quoted text, headers, and signatures. Does someone have comments? Issues are as follows: 1. Someone who has fdm=syntax will

Re: Can we still edit the patches list on google groups?

2008-11-08 Fir de Conversatie Richard Hartmann
On Sat, Nov 8, 2008 at 14:24, Bram Moolenaar [EMAIL PROTECTED] wrote: These patches are made by anyone who is interested in making a patch. I don't have time to look through them, especially if a patch gets changed a few times. So don't expect a good or bad comment from me. Unless it's

Re: Update of the mail.vim syntax file

2008-11-08 Fir de Conversatie Marvin Renich
* Gary Johnson [EMAIL PROTECTED] [081108 18:18]: Not to be a wet blanket, but I do have a couple of comments. 1. A proper signature is no more than 4 lines and appears at the very bottom of the message, so folding it seems hardly worthwhile. Other people's signatures should

Re: Update of the mail.vim syntax file

2008-11-08 Fir de Conversatie Marvin Renich
* Gary Johnson [EMAIL PROTECTED] [081108 18:18]: Not to be a wet blanket, but I do have a couple of comments. 1. A proper signature is no more than 4 lines and appears at the very bottom of the message, so folding it seems hardly worthwhile. Other people's signatures should

Re: Update of the mail.vim syntax file

2008-11-08 Fir de Conversatie Gautam Iyer
On Sat, Nov 08, 2008 at 03:10:57PM -0800, Gary Johnson wrote: I just updated the mail.vim syntax file to include syntax folding. It now supports folding away quoted text, headers, and signatures. Does someone have comments? Issues are as follows: 1. Someone who has fdm=syntax will

Re: [patch] fixed overlapping memcpy() in if_xcmdsrv.c

2008-11-08 Fir de Conversatie Tony Mechelynck
On 08/11/08 14:24, Bram Moolenaar wrote: Dominique Pelle wrote: While using Vim-7.2.30 built with GUI GTK (huge), I stumbled upon this error with Valgrind memory checker: ==13326== Source and destination overlap in memcpy(0x4B5D8D8, 0x4B5D8E4, 13) ==13326==at 0x4024C92: memcpy

Re: netrw - double quoted question mark

2008-11-08 Fir de Conversatie Tony Mechelynck
On 07/11/08 21:21, Pavol Juhas wrote: Hello, I just found that URLs that contain question mark cannot be loaded with the latest netrw v134. For example :view http://www.vim.org/scripts/script_search_results.php?keywords=netrw shows an empty buffer, because the URL that is passed to

Re: Vim syntax: highlight keyword not highlighted inside functions

2008-11-08 Fir de Conversatie Tony Mechelynck
On 07/11/08 08:08, François Ingelrest wrote: On Thu, Nov 6, 2008 at 22:41, Roberto Miura Honji[EMAIL PROTECTED] wrote: I'm using highlight inside a function and It's working. You get the same color highlighting inside and outside the function? For me the highlighting works inside functions

Re: Oldfiles?

2008-11-08 Fir de Conversatie Bill McCarthy
On Sat 8-Nov-08 4:39pm -0600, John Beckett wrote: Bill McCarthy wrote: After updating my runtime today, I noted the command `:ol[dfiles]'. That was for an experimental patch that Bram posted: http://groups.google.com/group/vim_dev/browse_thread/thread/20e72354ed4b2f42 I guess it will be

Re: [patch] fixed overlapping memcpy() in if_xcmdsrv.c

2008-11-08 Fir de Conversatie Matt Wozniski
On Sat, Nov 8, 2008 at 11:18 PM, Tony Mechelynck wrote: Configure is supposed to check whether one of the system provided string-move operations handle overlap. Here's what I see in the logs and files produced by configure on my system: snip So I suppose mch_memmove should be used

Re: Oldfiles?

2008-11-08 Fir de Conversatie Tony Mechelynck
On 08/11/08 22:16, Bill McCarthy wrote: Hello Vim Developers, After updating my runtime today, I noted the command `:ol[dfiles]'. Certainly `:h :ol' or `:h :oldfiles' works fine. However: :ol or :oldfiles produces `E492: Not an editor command'. It there an error in the