From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 127ab231be 1/2: Attempt to clarify Input Focus documentation Date: Wed, 21 Sep 2022 14:51:59 +0300 Message-ID: <83h711ueqo.fsf@gnu.org> References: <166368675497.15121.15081377110947098460@vcs2.savannah.gnu.org> <20220920151239.61451C00871@vcs2.savannah.gnu.org> <87czbpihyl.fsf@yahoo.com> <2d1b683c2245a1b1035c@heytings.org> <87v8phgfv0.fsf@yahoo.com> <2d1b683c22ba04ac1445@heytings.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26405"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org, larsi@gnus.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 21 14:16:57 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oayev-0006gg-1R for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Sep 2022 14:16:57 +0200 Original-Received: from localhost ([::1]:60542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oayet-0006Lw-OW for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Sep 2022 08:16:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oayGd-00071Z-A8 for emacs-devel@gnu.org; Wed, 21 Sep 2022 07:52:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35672) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oayGc-0002Rx-Qb; Wed, 21 Sep 2022 07:51:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=IGeybnEFyKx1sHICIbsy/6yyhd+INDu2etYZZwj3S6I=; b=nTSvfMpWPYWR EvCNM62NIa5Dcc+eVksXdXpKhhrRMfy3d+HfiGHcpV85Cwlpz842pHVV84UEa0wBEZsMiGJJVGbMi BRrMcx3VnIi4Ijp9qAB16RtF+IJ0c/N0iNsEYThR+b5bbFWAYj5r6DBeh2kTshZOBOqAtsHT6liz0 6HPOlm2nBw1KcAYvMPUicfJ3uQRCQPTHtm9RS/Gld6BLmbQGXL9O4p+RAGRDa5VbLSOV0Ec9nw7+b RSvY8MG6SwjbnW+0an0aFLAEFS4wJl0tRFeKvrgPiXeWnyCXMnx/e9bLTHgcVa56riZx8yKCwZJ8n Y7m/5bWaAbBWB0iNKpFwKg==; Original-Received: from [87.69.77.57] (port=4467 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oayGc-00030l-6F; Wed, 21 Sep 2022 07:51:50 -0400 In-Reply-To: <2d1b683c22ba04ac1445@heytings.org> (message from Gregory Heytings on Wed, 21 Sep 2022 10:58:18 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:295901 Archived-At: > Date: Wed, 21 Sep 2022 10:58:18 +0000 > From: Gregory Heytings > cc: emacs-devel@gnu.org, Lars Ingebrigtsen > > > >> There are other cases, though, such as window managers using a > >> focus-follows-mouse policy. > > > > Do people still use those? > > > > Yes. IIRC Eli configured Windows to work that way. Yes. I actually don't understand how can people use some other policy, when moving focus to another frame or a different application requires that you click on its window. That basically means yopu never work with more than one frame/window.