>>>> "Kyle" == Kyle Jones
<kyle_jones(a)wonderworks.com> writes:
Kyle>
Kyle> (select-frame (next-frame)) is working as (I) intended.
even with focus-follows-mouse set true?
Despite the `mouse' in the name, the docs say when "set to t, then
XEmacs will not gratuitously change the keyboard focus." I would
argue this should work under tty too.
Offtopic, but why does C-h delete backwards under xemacs -nw -q?
greg
Kyle> The tty
Kyle> frame you see is controlled by raise-frame/lower-frame. Keyboard
Kyle> focus is controlled by select-frame. If you want to be sure that
Kyle> the user can see the frame that they are typing in, you need to
Kyle> call raise-frame. That is true for X as well as tty frames.
Kyle>