From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Add function to rotate/transpose all windows Date: Mon, 14 Oct 2024 20:36:33 +0300 Organization: LINKOV.NET Message-ID: <86jzeaa8ny.fsf@mail.linkov.net> References: <87setpdv21.fsf@gmail.com> <878qvcgqpu.fsf@gmail.com> <0138d382-8e63-4b53-8c2c-fece826a7d0a@gmx.at> <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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4510"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) Cc: pranshu sharma , Eli Zaretskii , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 14 19:50:14 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 1t0PCv-0000vk-HL for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Oct 2024 19:50:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t0PCM-0005Na-3v; Mon, 14 Oct 2024 13:49:38 -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 1t0PCF-0005N2-3H for emacs-devel@gnu.org; Mon, 14 Oct 2024 13:49:32 -0400 Original-Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t0PCD-0001YA-4m; Mon, 14 Oct 2024 13:49:30 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 6A48260003; Mon, 14 Oct 2024 17:49:23 +0000 (UTC) In-Reply-To: <96ea5140-9043-4c1b-97f3-4c534296355e@gmx.at> (martin rudalics's message of "Sun, 13 Oct 2024 10:17:58 +0200") X-GND-Sasl: juri@linkov.net Received-SPF: pass client-ip=2001:4b98:dc4:8::223; envelope-from=juri@linkov.net; helo=relay3-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:324573 Archived-At: >> Btw Martin, did you have look at the code for these functions, and think >> it is ready? I am still waiting on assign@gnu.org(I sent them signed >> form) but then we can add it. > > Yes. Also people might still want to comment on my latest patch to > 'split-window'. I already tested your latest patch together with Pranshu's implementation of new commands, and everything works nicely. >> toggle window dedicated seems like an extremely useless command tbh, >> have you should about binding it to C-x w D or C-x w C-d. I prefer the >> former, but capital keys are not really used in C-x maps, but lots of >> major modes(gnus,org) use them. > > You should hurry here: IIUC 'toggle-window-dedicated' is new in the > release version and if you want to change its default binding, you'd > better do that right away there. Agreed. >> Also C-x w o for open in new frame/tab could be used. > > "o" could be also used for deleting an "old" window in some direction > but I think that it has been already taken to mean "other" for too long. Or 'C-x w C-o' like 'C-o' in 'open-line'. Or 'C-x w c' ([c]reate).