Re: setting completion to use tagfiles

2009-08-29 Thread Chiggsy
> Yes, aware of how to do tag completion like that.  It's just that I'm > trying to automate it, or get it a bit more context aware. I've been working out with the ropevim plugin for python. I think i'll be going forward with that option. --~--~-~--~~~---~--~~ Yo

Re: setting completion to use tagfiles

2009-08-28 Thread Ben Fritz
On Aug 28, 2:06 pm, Hari Krishna Dara wrote: > > Coming up with a simple tag completion function using taglist() > function is very straight-forward, but it won't perform well when > there are many matches (e.g., you have only one. Here is one that I > came up with starting from the example at

Re: setting completion to use tagfiles

2009-08-28 Thread Chiggsy
> Are you guys aware of ? I thought the issue was generating > the tags to begin with, not with getting a list of them. Yes, aware of how to do tag completion like that. It's just that I'm trying to automate it, or get it a bit more context aware. --~--~-~--~~~---~--

Re: setting completion to use tagfiles

2009-08-28 Thread Hari Krishna Dara
On Fri, Aug 28, 2009 at 5:48 AM, Kevin wrote: > > I'm on the  verge of giving up using omnicomplete with python. > Ideally I'd have nice context aware completions, but it seems that > nobody knows how omnicomplete actually works with python ( I certainly > do not. ) > > So, moving forward:  What w

setting completion to use tagfiles

2009-08-28 Thread Kevin
I'm on the verge of giving up using omnicomplete with python. Ideally I'd have nice context aware completions, but it seems that nobody knows how omnicomplete actually works with python ( I certainly do not. ) So, moving forward: What would be the best way to set up tagfiles to get completions