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: Proposal: new default bindings for winner and windmove Date: Tue, 02 Jul 2024 16:36:23 +0300 Message-ID: <864j97dig8.fsf@gnu.org> References: <875xto7lbn.fsf@dancol.org> <87o77g5t1h.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20890"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org, dancol@dancol.org, stefankangas@gmail.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 02 15:37:06 2024 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 1sOdgw-0005CD-5t for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Jul 2024 15:37:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOdgK-0004IJ-9j; Tue, 02 Jul 2024 09:36:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOdgI-0004Gq-PB for emacs-devel@gnu.org; Tue, 02 Jul 2024 09:36:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOdgI-0003Nv-Dd; Tue, 02 Jul 2024 09:36:26 -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=fHxVKCtjjOn6EMEmTO+D8Y4lWoEiBWFDk2LX5sbr9kA=; b=RO9Mio/atBGg aHwnxy2DstusVnbnENvOK6I/L6rBtmHPzKPVnBhHTIBYvOLbZqbIFGPh4FedsLOpVnH4mIwe7YM10 iRxGKeP5/lDRzGBidaQ0MAS1u6rHyCbFhuMIzDpF7ft3hnNPHBxZXYPtDcW0MagFclgXl5OpZw4ZJ lysCOFB0pSBpG6N4j9jklDjNtHmLpcPMfBG3AP99oXl71xgEI0d6AgKRtSRqWStONXVF7LiL8o3S8 GxGgQtFLegnXaN5QiUytFTERr9+DTCiW1/hl3BbyMY7/XlTOYhTdUrxl7QXPxGeg5HewJ0P2Kz/5S gwxzz/xrtg62pRuPs74cEQ==; In-Reply-To: (message from Stefan Monnier on Tue, 02 Jul 2024 09:04:06 -0400) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321153 Archived-At: > From: Stefan Monnier > Cc: Po Lu via "Emacs development discussions." , > Daniel Colascione , Stefan Kangas > > Date: Tue, 02 Jul 2024 09:04:06 -0400 > > >> Could you explain your reasoning for that? > > Does this need to be explained? Its doc string states: > > > > Global minor mode for default windmove commands. > > > > What is the purpose of this major mode, if not to disable "default > > windmove commands", whatever that means and whatever we designate as > > such? > > By default, this minor mode does absolutely nothing. If it does absolutely nothing, then why did we enable it by default?