Re: taming omni completion

2006-07-15 Thread Maciej Kalisiak
On 15/07/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Maciej Kalisiak wrote: > On 14/07/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Please be specific about what kind of scanning needs to finish before it > > notices the typed key. All types of scans are implemented differently. > > Eac

Re: taming omni completion

2006-07-15 Thread Bram Moolenaar
Maciej Kalisiak wrote: > On 14/07/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Please be specific about what kind of scanning needs to finish before it > > notices the typed key. All types of scans are implemented differently. > > Each should check for a typed key at regular intervals, but

Re: taming omni completion

2006-07-14 Thread Maciej Kalisiak
On 14/07/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Please be specific about what kind of scanning needs to finish before it notices the typed key. All types of scans are implemented differently. Each should check for a typed key at regular intervals, but if there is one that doesn't I need t

Re: taming omni completion

2006-07-14 Thread Bram Moolenaar
Maciej Kalisiak wrote: > On 13/07/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Hmm, perhaps you are not talking about omni completion but about normal > > Insert mode completion. > > Thanks to Hari's post earlier, I now believe so, yes. > > > This now scans other files sooner than in > >

Re: taming omni completion

2006-07-13 Thread Maciej Kalisiak
On 13/07/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Hmm, perhaps you are not talking about omni completion but about normal Insert mode completion. Thanks to Hari's post earlier, I now believe so, yes. This now scans other files sooner than in previous versions, so that the menu can be fi

Re: taming omni completion

2006-07-13 Thread Hari Krishna Dara
On Thu, 13 Jul 2006 at 10:36pm, Bram Moolenaar wrote: [snip] > Hmm, perhaps you are not talking about omni completion but about normal > Insert mode completion. This now scans other files sooner than in > previous versions, so that the menu can be filled. Note that you don't > have to wait for

Re: taming omni completion

2006-07-13 Thread Bram Moolenaar
Maciej Kalisiak wrote: > I'm using Vim 7.0 on WinXP SP2. I don't think I did anything specific > to turn on omni-completion (perhaps it's on by default? I'm editing > Python files), and I'm in no rush to start using it, although if it > was non-intrusive I wouldn't mind leaving it on. The probl

Re: taming omni completion

2006-07-13 Thread Hari Krishna Dara
On Thu, 13 Jul 2006 at 1:15pm, Maciej Kalisiak wrote: > On 13/07/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote: > > You are probably talking about the insert-mode completion rather than > > the omni-completion. Omni completion is meant is similar to the MS > > intellisense, and is not turned on

Re: taming omni completion

2006-07-13 Thread Maciej Kalisiak
On 13/07/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote: You are probably talking about the insert-mode completion rather than the omni-completion. Omni completion is meant is similar to the MS intellisense, and is not turned on by default. Ahhh, I see, yes, I think you're right. But is there

Re: taming omni completion

2006-07-13 Thread Hari Krishna Dara
On Thu, 13 Jul 2006 at 12:04pm, Maciej Kalisiak wrote: > I'm using Vim 7.0 on WinXP SP2. I don't think I did anything specific > to turn on omni-completion (perhaps it's on by default? I'm editing > Python files), and I'm in no rush to start using it, although if it > was non-intrusive I wouldn'

taming omni completion

2006-07-13 Thread Maciej Kalisiak
I'm using Vim 7.0 on WinXP SP2. I don't think I did anything specific to turn on omni-completion (perhaps it's on by default? I'm editing Python files), and I'm in no rush to start using it, although if it was non-intrusive I wouldn't mind leaving it on. The problem is that I've recently modifie