From xemacs-m  Tue Feb  4 18:03:14 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA13756
	for <xemacs-beta@xemacs.org>; Tue, 4 Feb 1997 18:03:13 -0600 (CST)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id BAA09355; Wed, 5 Feb 1997 01:03:12 +0100 (MET)
Sender: hniksic@public.srce.hr
To: xemacs-beta@xemacs.org
Subject: Re: 19.15b92 - Pure storage exhausted
References: <199702040556.WAA07410@branagh.ta52.lanl.gov> 	<m2pvyh9jnr.fsf@altair.xemacs.org> 	<199702042037.NAA12497@branagh.ta52.lanl.gov> 	<199702042147.OAA14285@branagh.ta52.lanl.gov> 	<kig3evcgq5g.fsf@jagor.srce.hr> <QQcbmr03409.199702042316@crystal.WonderWorks.COM>
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nAEL1M(".[qvI#a2E
 6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/XvhAu7qeES0\|MF%$;sI#yn1+y"
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 05 Feb 1997 01:03:11 +0100
In-Reply-To: Kyle Jones's message of Tue, 4 Feb 1997 18:16:55 -0500 (EST)
Message-ID: <kigpvygdsqo.fsf@jagor.srce.hr>
Lines: 29
X-Mailer: Gnus v5.4.11/XEmacs 19.14

Kyle Jones <kyle_jones@wonderworks.com> writes:

> Hrvoje Niksic writes:
>  > In what way does XEmacs gratuitously change the keyboard focus
>  > currently?
> 
> Create two frames with one on top of the other.
> Do (select-frame (next-frame)).
> Your cursor on the top frame is now hollow because the focus has
> gone somewhere else.

But isn't it exactly the point of `select-frame'?

select-frame: (FRAME)
  -- a built-in function.
Select the frame FRAME.
Subsequent editing commands apply to its selected window.
The selection of FRAME lasts until the next time the user does
something to select a different frame, or until the next time this
function is called.

Note that this does not actually cause the window-system focus to
be set to this frame, or the select-frame-hook or deselect-frame-hook
to be run, until the next time that XEmacs is waiting for an event.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Good pings come in small packets.

