emacs-devel
[Top][All Lists]
Advanced

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

Re: Frame ordering


From: martin rudalics
Subject: Re: Frame ordering
Date: Mon, 14 Jun 2010 11:20:25 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

>> #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).

What's not clear to me is: Does (1) the conditional above (raising the
frame) not transfer the focus or is (2) just the comment wrong and the
raise_frame is not needed?

martin



reply via email to

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