emacs-devel
[Top][All Lists]
Advanced

[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 17:31:09 +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 Mon, 14 Jun 2010 10:24:24 +0200, martin rudalics <address@hidden> said:

> Also, in delete_frame we have to select another frame in case the deleted
> frame is the selected one.  Next comes:

> #ifdef NS_IMPL_COCOA
>        else
>       /* Under NS, there is no system mechanism for choosing a new
>          window to get focus -- it is left to application code.
>          So the portion of THIS application interfacing with NS
>          needs to know about it.  We call Fraise_frame, but the
>          purpose is really to transfer focus.  */
>       Fraise_frame (frame1);
> #endif

> before we do switch frames.  Is this related to the issue at hand?

I think so.  That's why I referred to

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

in my previous mail ("the updated comment" in the latter means the
above comment).

                                     YAMAMOTO Mitsuharu
                                address@hidden



reply via email to

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