Re: setloclist() doesn't work

2011-10-12 Thread Bram Moolenaar
Christian Brabandt wrote: CC-ing vim-dev On Tue, October 11, 2011 10:01 am, sinbad wrote: On Oct 11, 11:07 am, Christian Brabandt cbli...@256bit.org wrote: Thanks for the detailed steps. Next time, please attach the plugin, so I don't have to fix all the linebreaks ;)

Re: setloclist() doesn't work

2011-10-11 Thread Christian Brabandt
Hi sinbad! On So, 09 Okt 2011, sinbad wrote: On Oct 10, 10:19 am, sinbad sinbad.sin...@gmail.com wrote: As an example i am using vim 7.3 source code. I am listing all the references of the ResetRedobuff() function using Gtags plugin of Gnu Global tool. Location List: the list is

Re: setloclist() doesn't work

2011-10-11 Thread sinbad
On Oct 11, 11:07 am, Christian Brabandt cbli...@256bit.org wrote: Hi sinbad! On So, 09 Okt 2011, sinbad wrote: Thanks for the detailed steps. Next time, please attach the plugin, so I don't have to fix all the linebreaks ;) Unfortunately, I can't reproduce the error. I even tried with a

Re: setloclist() doesn't work

2011-10-11 Thread Christian Brabandt
CC-ing vim-dev On Tue, October 11, 2011 10:01 am, sinbad wrote: On Oct 11, 11:07 am, Christian Brabandt cbli...@256bit.org wrote: Thanks for the detailed steps. Next time, please attach the plugin, so I don't have to fix all the linebreaks ;) Unfortunately, I can't reproduce the error. I

Re: setloclist() doesn't work

2011-10-11 Thread sinbad
On Oct 11, 2:54 pm, Christian Brabandt cbli...@256bit.org wrote: CC-ing vim-dev On Tue, October 11, 2011 10:01 am, sinbad wrote: On Oct 11, 11:07 am, Christian Brabandt cbli...@256bit.org wrote: Thanks for the detailed steps. Next time, please attach the plugin, so I don't have

Re: setloclist() doesn't work

2011-10-09 Thread sinbad
On Oct 9, 8:28 am, Christian Brabandt cbli...@256bit.org wrote: Hi sinbad! On Sa, 08 Okt 2011, sinbad wrote: does it matter how these entries are created (lgrep, lexpr)...? For filling location lists, the script i am using uses 'lexpr' to populate the location-list entries, the files are

Re: setloclist() doesn't work

2011-10-09 Thread sinbad
On Oct 10, 10:19 am, sinbad sinbad.sin...@gmail.com wrote: On Oct 9, 8:28 am, Christian Brabandt cbli...@256bit.org wrote: Hi sinbad! On Sa, 08 Okt 2011, sinbad wrote: does it matter how these entries are created (lgrep, lexpr)...? For filling location lists, the script i am

Re: setloclist() doesn't work

2011-10-08 Thread Marcin Szamotulski
21:49 Fri 07 Oct , sinbad wrote: On Oct 5, 11:41 am, sinbad sinbad.sin...@gmail.com wrote: On Oct 3, 6:26 pm, sinbad sinbad.sin...@gmail.com wrote: On Sep 30, 10:07 pm, sinbad sinbad.sin...@gmail.com wrote: On Sep 30, 8:34 pm, Tony Mechelynck

Re: setloclist() doesn't work

2011-10-08 Thread Christian Brabandt
Hi sinbad! On Sa, 08 Okt 2011, sinbad wrote: does it matter how these entries are created (lgrep, lexpr)...? For filling location lists, the script i am using uses 'lexpr' to populate the location-list entries, the files are C source file. I believe you might have used lgrep or someother

Re: setloclist() doesn't work

2011-10-07 Thread sinbad
On Oct 5, 11:41 am, sinbad sinbad.sin...@gmail.com wrote: On Oct 3, 6:26 pm, sinbad sinbad.sin...@gmail.com wrote: On Sep 30, 10:07 pm, sinbad sinbad.sin...@gmail.com wrote: On Sep 30, 8:34 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 30/09/11 08:44, sinbad

Re: setloclist() doesn't work

2011-10-05 Thread sinbad
On Oct 3, 6:26 pm, sinbad sinbad.sin...@gmail.com wrote: On Sep 30, 10:07 pm, sinbad sinbad.sin...@gmail.com wrote: On Sep 30, 8:34 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 30/09/11 08:44, sinbad wrote: hi, i am trying to store the contents of location

Re: setloclist() doesn't work

2011-10-03 Thread sinbad
On Sep 30, 10:07 pm, sinbad sinbad.sin...@gmail.com wrote: On Sep 30, 8:34 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 30/09/11 08:44, sinbad wrote: hi, i am trying to store the contents of location list, so as to use multiple location lists for the same

setloclist() doesn't work

2011-09-30 Thread sinbad
hi, i am trying to store the contents of location list, so as to use multiple location lists for the same split-window window. here is what i did. created a location list for some pattern. now i ran the following commands in vi. :let x= getloclist(0) :call setloclist(0, x, 'r') location-list is

Re: setloclist() doesn't work

2011-09-30 Thread Tony Mechelynck
On 30/09/11 08:44, sinbad wrote: hi, i am trying to store the contents of location list, so as to use multiple location lists for the same split-window window. here is what i did. created a location list for some pattern. now i ran the following commands in vi. I hope you mean Vim, and in

Re: setloclist() doesn't work

2011-09-30 Thread sinbad
On Sep 30, 8:34 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 30/09/11 08:44, sinbad wrote: hi, i am trying to store the contents of location list, so as to use multiple location lists for the same split-window window. here is what i did. created a location list for some