emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mouse-autoselect-window raises frames


From: martin rudalics
Subject: Re: mouse-autoselect-window raises frames
Date: Thu, 11 Oct 2007 23:12:51 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>>`focus-follows-mouse' nil should inhibit selecting and subsequently
>>raising another frame.  If it doesn't it's a bug.
>
>
> I saw the same problem with focus-follows-mouse set to nil, so I guess there
> is a bug.

Strange.  handle_one_xevent has

                  if (WINDOWP(window)
                      && !EQ (window, last_window)
                      && !EQ (window, selected_window)
                      && (focus_follows_mouse
                          || (EQ (XWINDOW (window)->frame,
                                  XWINDOW (selected_window)->frame))))
                  {
                    inev.ie.kind = SELECT_WINDOW_EVENT;
                    inev.ie.frame_or_window = window;
                  }

How do you get a select-window event?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]