Re: capture() function to get output of command

2013-05-07 Fir de Conversatie Ingo Karkat
On 07-May-2013 21:44 +0200, ZyX wrote: >> The functions in message.c write message with color attributes. So if >> splitting per line, it must get whole contents at the first. >> I guess someone want to get the contents as text which contains \n, but >> someone want to get the contents as array

Re: [patch] allow setting of w:quickfix_title via setqflist()/setloclist() functions

2013-05-07 Fir de Conversatie Christian Brabandt
On Wed, May 8, 2013 06:04, Bram Moolenaar wrote: > > Christian Brabandt wrote: > >> Bram, >> this patch allows to directly set the w:quickfix_title using >> setqflist()/setloclist() functions. Since the w:quickfix_title is >> already stored inside each quickfix list, it makes sense to have it also

Re: [patch] allow setting of w:quickfix_title via setqflist()/setloclist() functions

2013-05-07 Fir de Conversatie Christian Brabandt
On Wed, May 8, 2013 00:15, Ben Fritz wrote: > The maintainer of Eclim, Eric Van Dewoestine, sent me a patch to try once > which not only allowed setting the quickfix title but it also made :colder > and :cnewer restore that title. > > I can't tell from looking quickly, does your patch allow this as

Re: Patch 7.3.924

2013-05-07 Fir de Conversatie MURAOKA Taro
:help 'iminsert' > 2 is available only when compiled with the |+multi_byte_ime|, |+xim| > or |global-ime|. -- -- 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 http://www.vim.org/maillist.ph

Re: [patch] allow setting of w:quickfix_title via setqflist()/setloclist() functions

2013-05-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Bram, > this patch allows to directly set the w:quickfix_title using > setqflist()/setloclist() functions. Since the w:quickfix_title is > already stored inside each quickfix list, it makes sense to have it also > being settable using VimL functions. This allows plu

Re: Patch 7.3.924

2013-05-07 Fir de Conversatie ZyX
For some reason you can’t assign value `2` to `iminsert` option (likely input methods support was disabled at compilation). This is unrelated to python. -- -- 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 inf

Re: [doc] align columns when :set conceallevel=2

2013-05-07 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2013/02/05 Tue 2:00:01 UTC+9 Ken Takata: > > Hi Bram, > > > > 2013/01/31 Thu 0:55:08 UTC+9 Bram Moolenaar wrote: > > > > > Ken Takata wrote: > > > > > > > I found another misalignment in the help files. > > > > Attached patch fixes it. > > > > > > I'll include it, thanks!

Re: Add an option for matchparen to disable it in insert mode

2013-05-07 Fir de Conversatie Bram Moolenaar
> Ingo Karkat wrote: > > >> On 04-May-2013 14:59 +0200, Fanhe Fanhed wrote: > >> > >>> Agreed too. > >>> So, Ingo, can you offer a full patch? > >>> And please offer a global way to disable matchparen in insert mode. > >>> Because I found I really not need it in insert mode. :) > >>> > >>> > >>>

Re: Ccompile warnings

2013-05-07 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > These were when making "Huge" gvim 7.3.929 (new patches 924 to 929) > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread > -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/u

Re: [patch] allow setting of w:quickfix_title via setqflist()/setloclist() functions

2013-05-07 Fir de Conversatie Eric Van Dewoestine
On 2013-05-07 15:15:13, Ben Fritz wrote: > On Tuesday, May 7, 2013 4:03:54 PM UTC-5, Christian Brabandt wrote: > > Bram, > > > > this patch allows to directly set the w:quickfix_title using > > > > setqflist()/setloclist() functions. Since the w:quickfix_title is > > > > already stored inside

Re: [patch] allow setting of w:quickfix_title via setqflist()/setloclist() functions

2013-05-07 Fir de Conversatie Ben Fritz
On Tuesday, May 7, 2013 4:03:54 PM UTC-5, Christian Brabandt wrote: > Bram, > > this patch allows to directly set the w:quickfix_title using > > setqflist()/setloclist() functions. Since the w:quickfix_title is > > already stored inside each quickfix list, it makes sense to have it also > >

Re: Access will be denied if you use POST requests more than 15 times within 4 hours from now on

2013-05-07 Fir de Conversatie Marc Weber
Thanks for reporting - looks like he finally suceeded - and didn't read the message .. Hi xingchao, (this mail also goes to vim_dev mailinglist) If you cannot upload, you should see a message instead. Due to attacks we've limited actions to 15 POST requests by IP. Another global limit does exis

[patch] allow setting of w:quickfix_title via setqflist()/setloclist() functions

2013-05-07 Fir de Conversatie Christian Brabandt
Bram, this patch allows to directly set the w:quickfix_title using setqflist()/setloclist() functions. Since the w:quickfix_title is already stored inside each quickfix list, it makes sense to have it also being settable using VimL functions. This allows plugin writers to handle existing quickf

Re: Access will be denied if you use POST requests more than 15 times within 4 hours from now on

2013-05-07 Fir de Conversatie Christian Brabandt
Hi Bram! On Mi, 01 Mai 2013, Bram Moolenaar wrote: > I think we can be rather strict. If a human is doing a lot of work, we > can ask him to try again in 4 hours. And send us a message that this > happened, so that we can tune the limit. Perhaps for specific cases. I think it just happened: h

Re: capture() function to get output of command

2013-05-07 Fir de Conversatie ZyX
> The functions in message.c write message with color attributes. So if > splitting per line, it must get whole contents at the first. > I guess someone want to get the contents as text which contains \n, but > someone want to get the contents as array of lines. So I want to keep the > contents

Re: Patch 7.3.924

2013-05-07 Fir de Conversatie Danek Duvall
I get an error in test86 with this patch. The error diffs are: --- test86.ok Tue May 7 10:29:47 2013 +++ test86.failed Tue May 7 10:35:16 2013 @@ -242,15 +242,15 @@ wopts1! KeyError wopts2! KeyError wopts3! KeyError - p/bopts1: 2 + p/bopts1: 0

Re: [doc] align columns when :set conceallevel=2

2013-05-07 Fir de Conversatie Ken Takata
Hi, 2013/02/05 Tue 2:00:01 UTC+9 Ken Takata: > Hi Bram, > > 2013/01/31 Thu 0:55:08 UTC+9 Bram Moolenaar wrote: > > > Ken Takata wrote: > > > > > I found another misalignment in the help files. > > > Attached patch fixes it. > > > > I'll include it, thanks! > > Sorry for inconvenience. I found

Re: Add an option for matchparen to disable it in insert mode

2013-05-07 Fir de Conversatie Ingo Karkat
On 07-May-2013 05:11 +0200, Bram Moolenaar wrote: > Ingo Karkat wrote: > >> On 04-May-2013 14:59 +0200, Fanhe Fanhed wrote: >> >>> Agreed too. >>> So, Ingo, can you offer a full patch? >>> And please offer a global way to disable matchparen in insert mode. >>> Because I found I really not need it

Re: Patch 7.3.927

2013-05-07 Fir de Conversatie Ingo Karkat
On 06-May-2013 22:56 +0200, Christian Brabandt wrote: > [18 lines deleted] > > Don't worry. I have enough credit already ;) Yes, you've been providing a great many fixes and enhancements, and you've also written many useful and popular plugins. I'd like to use this occasion to say a big THANK YO

Re: capture() function to get output of command

2013-05-07 Fir de Conversatie Ingo Karkat
On 07-May-2013 05:57 +0200, mattn wrote: >> I fully agree, it would be better if :redir could be fixed; even with my >> proposed inclusion of split()ing into lines, the additional benefit is >> low, and it will take a long time until plugins can fully benefit from >> that function without a compat