[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Frame ordering
From: |
YAMAMOTO Mitsuharu |
Subject: |
Re: Frame ordering |
Date: |
Mon, 14 Jun 2010 12:30:51 +0900 |
User-agent: |
Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) |
>>>>> On Sun, 13 Jun 2010 22:42:40 -0400, David Reitter <address@hidden> said:
> On Jun 13, 2010, at 8:30 PM, Stefan Monnier wrote:
>>> Should Vframe_list not be updated in the event loop?
>>
>> Why not update it in Fselect_frame, and obey the `norecord'
>> argument?
> Tried that - doesn't catch clicks into the frame by the user.
> However, I got the code below to work at the end of do_switch_frame.
> I think this would be a substantial, and good change to the way
> frames are ordered. Are you OK with this?
Did you confirm that the original problem was not specific to the NS
port?
We usually don't need to specify the next focus window (in
window-system terminology) that is to be selected when a window is
closed. The window system or the window manager automatically move
the focus according to its policy (e.g., the frontmost window, which
may belong to another application). This also applies to Cocoa
AppKit.
http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-05/msg00373.html
http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-05/msg00413.html
YAMAMOTO Mitsuharu
address@hidden
- Frame ordering, David Reitter, 2010/06/11
- Re: Frame ordering, martin rudalics, 2010/06/11
- Re: Frame ordering, David Reitter, 2010/06/11
- Re: Frame ordering, martin rudalics, 2010/06/11
- Re: Frame ordering, David Reitter, 2010/06/12
- Re: Frame ordering, martin rudalics, 2010/06/12
- Re: Frame ordering, David Reitter, 2010/06/13
- Re: Frame ordering, Stefan Monnier, 2010/06/13
- Re: Frame ordering, David Reitter, 2010/06/13
- Re: Frame ordering,
YAMAMOTO Mitsuharu <=
- Re: Frame ordering, martin rudalics, 2010/06/14
- Re: Frame ordering, Lennart Borgman, 2010/06/14
- Re: Frame ordering, YAMAMOTO Mitsuharu, 2010/06/14
- Re: Frame ordering, martin rudalics, 2010/06/14
- Re: Frame ordering, YAMAMOTO Mitsuharu, 2010/06/14
- Re: Frame ordering, martin rudalics, 2010/06/14
- Re: Frame ordering, YAMAMOTO Mitsuharu, 2010/06/14
- Re: Frame ordering, Stefan Monnier, 2010/06/14
- Re: Frame ordering, YAMAMOTO Mitsuharu, 2010/06/13
- Re: Frame ordering, David Reitter, 2010/06/14