From xemacs-m  Mon Feb 10 15:47:17 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA13964
	for <xemacs-beta@xemacs.org>; Mon, 10 Feb 1997 15:47:16 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id NAA04527; Mon, 10 Feb 1997 13:46:37 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id NAA05992; Mon, 10 Feb 1997 13:46:35 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA22186; Mon, 10 Feb 1997 13:46:34 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA29994; Mon, 10 Feb 1997 13:46:34 -0800
Date: Mon, 10 Feb 1997 13:46:34 -0800
Message-Id: <199702102146.NAA29994@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: bwarsaw@python.org
Cc: Steven L Baur <steve@miranova.com>, xemacs-beta@xemacs.org
Subject: Re: Name of `focus-follows-mouse'
In-Reply-To: <199702101602.LAA00725@anthem.CNRI.Reston.Va.US>
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>
	<199702042247.RAA21204@anthem.CNRI.Reston.Va.US>
	<m2iv48f3k9.fsf@altair.xemacs.org>
	<199702050503.AAA26671@anthem.CNRI.Reston.Va.US>
	<kigg1zbboex.fsf_-_@jagor.srce.hr>
	<m29152aipo.fsf@altair.xemacs.org>
	<199702060058.TAA27784@anthem.CNRI.Reston.Va.US>
	<199702100101.RAA23574@xemacs.eng.sun.com>
	<199702101602.LAA00725@anthem.CNRI.Reston.Va.US>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "BAW" == Barry A Warsaw <bwarsaw@anthem.cnri.reston.va.us> writes:

BAW> So my .emacs:

BAW>     (setq input-model-is-locally-active t)
BAW>     (setq pointer-is-warpable nil)   ; should be unneccesary!

BAW> And Martin's:

BAW>     (setq input-model-is-locally-active nil)
BAW>     (setq pointer-is-warpable t)     ; this *is* necessary

I would prefer to have this in my .emacs:

(setq input-focus-model 'passive-aggressive)  ;-)

Martin

