Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2016-02-06 Fir de Conversatie Christian J. Robinson
On Wednesday, September 30, 2015, Christian J. Robinson wrote: > On Wed, 30 Sep 2015, Christian Brabandt wrote: > > Can you reproduce it with the above command line I gave? >> > > Oops, you're right, I should have tried that. And you're correct, when > invoked that way I don't get the message. >

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-30 Fir de Conversatie Christian J. Robinson
On Wed, 30 Sep 2015, Christian Brabandt wrote: Can you reproduce it with the above command line I gave? Oops, you're right, I should have tried that. And you're correct, when invoked that way I don't get the message. - Christian -- "Help Microsoft stamp out Piracy. Give Linux to a F

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-30 Fir de Conversatie Christian Brabandt
On Mi, 30 Sep 2015, Christian J. Robinson wrote: > On Wed, 30 Sep 2015, Christian Brabandt wrote: > >On Mi, 30 Sep 2015, Christian Robinson wrote: > > > >>I get it immediately when the remote command is sent, before I > >>actually switch to the gVim window. > >> > >>This is on Windows 7. > > > >Hm

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-30 Fir de Conversatie Christian J. Robinson
On Wed, 30 Sep 2015, Christian Brabandt wrote: Hi Christian! On Mi, 30 Sep 2015, Christian Robinson wrote: I get it immediately when the remote command is sent, before I actually switch to the gVim window. This is on Windows 7. Hm, interesting. I don't see this with my usual vimrc setting,

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-30 Fir de Conversatie Christian Brabandt
Hi Christian! On Mi, 30 Sep 2015, Christian Robinson wrote: > > On Sep 30, 2015, at 2:01 AM, Christian Brabandt > > wrote: > >> On Fr, 04 Sep 2015, Christian J. Robinson wrote: > >> > >> If I set up the following autocmd: > >> > >>:autocmd FocusGained * :echomsg "here" > >> > >> Then from

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-30 Fir de Conversatie Christian Robinson
> On Sep 30, 2015, at 2:01 AM, Christian Brabandt wrote: > > Hi Christian! > >> On Fr, 04 Sep 2015, Christian J. Robinson wrote: >> >> >> If I set up the following autocmd: >> >>:autocmd FocusGained * :echomsg "here" >> >> Then from a command-line window do: >> >>vim --remote-send "

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-30 Fir de Conversatie Christian Brabandt
Hi Christian! On Fr, 04 Sep 2015, Christian J. Robinson wrote: > > If I set up the following autocmd: > > :autocmd FocusGained * :echomsg "here" > > Then from a command-line window do: > > vim --remote-send ":tabnew" > > I get the "here" message. This happens with a number of other

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-25 Fir de Conversatie Christian J. Robinson
I apologize for being "naggy" about this, but has anybody been able to determine anything about this problem? My C is so rusty that I wasn't really able to sort out where to begin to fix this in the source code. On Fri, Sep 4, 2015 at 11:15 AM, Christian J. Robinson wrote: > > If I set up the fo

Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-04 Fir de Conversatie Christian J. Robinson
If I set up the following autocmd: :autocmd FocusGained * :echomsg "here" Then from a command-line window do: vim --remote-send ":tabnew" I get the "here" message. This happens with a number of other commands, including ":new", "i" (start insert mode), etc. This is a problem for o