> What'd it do prior to my patch?  I assume it threw emacs
focus, but
> not the window manager focus.  Checking.... yup.  I assume that's not
> what you want?  Or is it? 
Hrvoje> 
Hrvoje> It's not what I want.
Hrvoje> 
Hrvoje> I want `C-x 5 o' to behave the same regardless of
Hrvoje> focus-follows-mouse.  The reason for this is that `C-x 5 o' is an
Hrvoje> interactive command.  If I press 3 keystrokes for something to happen, 
Hrvoje> I expect it to happen, not to be silently ignored.
Binding f-f-m to nil within other-frame when called interactively works.
Are there other commands that need this?
Hrvoje> BTW, are you aware that FSF 20.3 sets focus-follows-mouse to t by
Hrvoje> default?  Maybe we should copy what they do?
> 
> Copy the default value, or behavior of C-x 5 o? 
Hrvoje> 
Hrvoje> The former,
sounds good
Hrvoje>  and maybe the latter.  I'm not sure what `C-x 5 o' does
Hrvoje> under FSF with focus-follows-mouse set to t, but I'm fairly certain it 
Hrvoje> is not ignored.
could someone check?