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: master 6a2ee981c3: Add new functions for splitting the root window Date: Sat, 10 Sep 2022 22:27:44 +0300 Organization: LINKOV.NET Message-ID: <864jxfghcf.fsf@mail.linkov.net> References: <166240424802.11417.12502552895310232639@vcs2.savannah.gnu.org> <20220905185728.838CEC0088A@vcs2.savannah.gnu.org> <86h71kseiw.fsf@mail.linkov.net> <87illzmjew.fsf@gnus.org> <868rmvxdvj.fsf@mail.linkov.net> <87bkrq5bmb.fsf@gnus.org> <87pmg69ifi.fsf@gmail.com> <87h71i3vr3.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18608"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Robert Pluim , emacs-devel@gnu.org, Hugo Heagren To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 10 21:32:12 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 1oX6D5-0004g9-Ot for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Sep 2022 21:32:11 +0200 Original-Received: from localhost ([::1]:48764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oX6D4-00021O-6d for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Sep 2022 15:32:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oX6By-0000hf-Dw for emacs-devel@gnu.org; Sat, 10 Sep 2022 15:31:04 -0400 Original-Received: from relay2-d.mail.gandi.net ([2001:4b98:dc4:8::222]:45183) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oX6Bw-0005kh-Gc for emacs-devel@gnu.org; Sat, 10 Sep 2022 15:31:01 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id D525F40004; Sat, 10 Sep 2022 19:30:55 +0000 (UTC) In-Reply-To: <87h71i3vr3.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 08 Sep 2022 14:18:08 +0200") Received-SPF: pass client-ip=2001:4b98:dc4:8::222; envelope-from=juri@linkov.net; helo=relay2-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_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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" Xref: news.gmane.io gmane.emacs.devel:295142 Archived-At: >> 'C-x w 2' ? > > I've never noticed that `C-x w' isn't taken before. 😵‍💫 Not too long ago we freed 'C-x w' by moving these to 'M-s h': C-x w . highlight-symbol-at-point C-x w b hi-lock-write-interactive-patterns C-x w h highlight-regexp C-x w i hi-lock-find-patterns C-x w l highlight-lines-matching-regexp C-x w p highlight-phrase C-x w r unhighlight-regexp > But I think it'd be overkill to take that for these commands. Of > course, if we had a bunch of window commands that's looking for a > home... There are enough unbound window-related commands to use in 'C-x w', e.g. from window.el, windmove.el, … For example, there are no keys for shrink-window, (other-window -1), …