>>>>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje>
Hrvoje> The selection of TTY frames has broken somewhere along the lines. To
Hrvoje> repeat:
Hrvoje>
Hrvoje> $ xemacs -nw -q
Hrvoje> C-x 5 2 ; to create and select a new frame
Hrvoje> M-: (select-frame (next-frame)) ; select the original frame
Hrvoje>
Hrvoje> For me, this creates a strange effect where keyboard "focus" goes to
Hrvoje> the other frame, but it is not redisplayed.
Somehow,
DEVICE_FRAME_THAT_OUGHT_TO_HAVE_FOCUS (d) and
DEVICE_FRAME_WITH_FOCUS_FOR_HOOKS (d)
aren't getting set like they do under X. I'm not even sure
how those get set under X - will have to probe deeper.
I wonder if someone could test how broken it is under
mswindows, with and without focus-follows-mouse set?
greg