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: Add function to rotate/transpose all windows Date: Sat, 19 Oct 2024 09:45:56 +0300 Message-ID: <86cyjwmvyz.fsf@gnu.org> References: <87setpdv21.fsf@gmail.com> <87plooaw1w.fsf@gmail.com> <87v7yeykr0.fsf@gmail.com> <19ca7821-e034-4ae5-9ff6-570243329d74@gmx.at> <87r09224pe.fsf@gmail.com> <87ikudk62k.fsf@gmail.com> <0d879e95-c37e-416d-b439-daa6384c4f30@gmx.at> <878qv8kws2.fsf@gmail.com> <87ed4xvf60.fsf@gmail.com> <861q0qfnhr.fsf@mail.linkov.net> <878quxdant.fsf@gmail.com> <86zfndi6wh.fsf@mail.linkov.net> <87zfncuqhu.fsf@gmail.com> <86v7y00w68.fsf@mail.linkov.net> <87y12smubh.fsf@gmail.com> <96ea5140-9043-4c1b-97f3-4c534296355e@gmx.at> <87frotqx90.fsf@gmail.com> <87bjzgg929.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14473"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, juri@linkov.net, emacs-devel@gnu.org To: pranshu sharma Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 19 08:46:50 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 1t23Eg-0003cR-3H for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Oct 2024 08:46:50 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t23Dt-0008MR-Lq; Sat, 19 Oct 2024 02:46:01 -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 1t23Dr-0008M7-UJ for emacs-devel@gnu.org; Sat, 19 Oct 2024 02:45:59 -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 1t23Dq-00088W-90; Sat, 19 Oct 2024 02:45:58 -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=hWkWUBglVY+wSfegjSBJ7luQ97698GwwwR46EppBa4g=; b=TKToV0ITghUm 4hSohqzRs+xXL484cwa24KAOV7QgTHtwbx3s7I4QKdaq5Lcl8nTnaIBozgQX/Es69cHyjmrlxZ8b+ sCDkpV9g8C9C8hSpPmO3LtNq+Bvg8EAM5/xW6QI/jNR1+cI4K0S1EgjvSdgjmBOTTXxO7m7FoxU9y wa/ehbn/ZGD8ZWdBL0XS2JKV46n9XN717PSpbI004mTpzmFaiXdCGRnTFeFYT5xod9aReWlRL/YHI f3a2ei2bK2mc8lSHsP2nUwtWmhrqPeXMC3UEQl8FRx2isC91sUB5tU3an7PcD2ad7vNa0w2qIymdH biCBRnFDE0EjIEA0YFm7Yg==; In-Reply-To: <87bjzgg929.fsf@gmail.com> (message from pranshu sharma on Sat, 19 Oct 2024 11:45:02 +1000) 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:324672 Archived-At: > From: pranshu sharma > Cc: Juri Linkov , Eli Zaretskii , > emacs-devel@gnu.org > Date: Sat, 19 Oct 2024 11:45:02 +1000 > > > What about adding it to windmove.el? Eli or Juri will decide. > > > > I agree with Eli it should autoloaded, but every windmove function seems > to be focused on something to do with directional windows, these > functions would be a bit out of place. > > How does a new autoloaded window-util.el sound? We could have a new file window-x.el, perhaps. "-util" sounds like it's for utility subroutines, which these functions aren't, AFAIU.