bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3303: delete-frame raises old (invisible) frame


From: Adrian Robert
Subject: bug#3303: delete-frame raises old (invisible) frame
Date: Mon, 18 May 2009 15:05:35 +0700


On May 18, 2009, at 10:33 AM, Stefan Monnier wrote:

There is no behavior built into the NS window manager to choose another application window to be active after the active one has been removed --
this is left to application code.

[ So, nothing gets focus? Keyboard events are just dropped on the floor
  in such a case?  Sounds odd: it should be easy for Apple to provide
  a sensible default behavior without any negative impact.  ]

Yes, KB events only get sent to a focused window, except for menu shortcut invocations. It might be that in NSDocument-based apps (which Emacs.app isn't, but would be conceptually similar to if 1- buffer=1-frame) the NSDocument architecture would autofocus the most recently available doc window, but I guess NeXT/Apple decided not to make assumptions otherwise about sensible focus-sequencing.


Thanks.  That explains why calling Fraise_frame might be necessary.
It's still not clear why this place is the right place for it.

This can be put in the comment if it would clarify

Yes, please do so, it would help a lot.

Done, and I've committed David's fix along with it. (I tried it and observed no problems -- hope that's OK David.)








reply via email to

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