From unknown Fri Sep 12 18:17:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56767: New commands to split frame Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Jul 2022 19:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56767 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 56767@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16587786987957 (code B ref -1); Mon, 25 Jul 2022 19:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Jul 2022 19:51:38 +0000 Received: from localhost ([127.0.0.1]:51502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oG477-00024H-Q1 for submit@debbugs.gnu.org; Mon, 25 Jul 2022 15:51:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:56116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oG472-000242-Gf for submit@debbugs.gnu.org; Mon, 25 Jul 2022 15:51:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oG472-0006vB-7C for bug-gnu-emacs@gnu.org; Mon, 25 Jul 2022 15:51:32 -0400 Received: from relay12.mail.gandi.net ([2001:4b98:dc4:8::232]:49857) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oG46z-0002vs-FC for bug-gnu-emacs@gnu.org; Mon, 25 Jul 2022 15:51:31 -0400 Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 4C97E200007 for ; Mon, 25 Jul 2022 19:51:22 +0000 (UTC) From: Juri Linkov Organization: LINKOV.NET Date: Mon, 25 Jul 2022 22:32:27 +0300 Message-ID: <86bktddlnh.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::232; envelope-from=juri@linkov.net; helo=relay12.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-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Since we already have the commands to split the current window, shouldn't we also have the commands to split the current frame: ``` diff --git a/lisp/window.el b/lisp/window.el index 4d88ffa903..86dec25cdf 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -5754,6 +5754,17 @@ split-window-right new-window)) (defalias 'split-window-horizontally 'split-window-right) + +(defun split-frame-vertically (&optional size) + "Like `split-window-vertically' but splits frame instead of window." + (interactive "P") + (split-window (frame-root-window) size)) + +(defun split-frame-horizontally (&optional size) + "Like `split-window-horizontally' but splits frame instead of window." + (interactive "P") + (split-window (frame-root-window) size t)) + ;;; Balancing windows. ``` From unknown Fri Sep 12 18:17:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56767: New commands to split frame Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Jul 2022 12:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56767 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Juri Linkov Cc: 56767@debbugs.gnu.org Received: via spool by 56767-submit@debbugs.gnu.org id=B56767.16588393195947 (code B ref 56767); Tue, 26 Jul 2022 12:42:02 +0000 Received: (at 56767) by debbugs.gnu.org; 26 Jul 2022 12:41:59 +0000 Received: from localhost ([127.0.0.1]:52552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGJst-0001Xr-G3 for submit@debbugs.gnu.org; Tue, 26 Jul 2022 08:41:59 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGJsr-0001XT-Na for 56767@debbugs.gnu.org; Tue, 26 Jul 2022 08:41:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ce+aGhrxjx/NNSk8sBnhZG8tGrR3Y1LZezI4o2tk6bA=; b=gcLrmf/id1qErSigrSRpS6Z+ab GtudfepEnWv3/HGo1P2zUgcGqB49E/pq+j6H7nvurH3hcZYTGqCS0tWTBn6LYWq09mZKs24SoSCaU 1DcviUieS+H8m13fIe6u5hgAamLugQh5kJmGob+AMc9NIh7hw5+pa0/CCRKr6CLfb4NY=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oGJsj-0006Bl-Gc; Tue, 26 Jul 2022 14:41:51 +0200 From: Lars Ingebrigtsen In-Reply-To: <86bktddlnh.fsf@mail.linkov.net> (Juri Linkov's message of "Mon, 25 Jul 2022 22:32:27 +0300") References: <86bktddlnh.fsf@mail.linkov.net> X-Now-Playing: Neil Young's _Harvest_: "There's A World" Date: Tue, 26 Jul 2022 14:41:48 +0200 Message-ID: <878rog2ghf.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Juri Linkov writes: > Since we already have the commands to split the current window, > shouldn't we also have the commands to split the current frame: > > ``` > diff --git a/lisp/window.el b/lisp/window.el > index 4d88f [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Juri Linkov writes: > Since we already have the commands to split the current window, > shouldn't we also have the commands to split the current frame: > > ``` > diff --git a/lisp/window.el b/lisp/window.el > index 4d88ffa903..86dec25cdf 100644 > --- a/lisp/window.el > +++ b/lisp/window.el > @@ -5754,6 +5754,17 @@ split-window-right > new-window)) > > (defalias 'split-window-horizontally 'split-window-right) > + > +(defun split-frame-vertically (&optional size) > + "Like `split-window-vertically' but splits frame instead of window." > + (interactive "P") > + (split-window (frame-root-window) size)) > + > +(defun split-frame-horizontally (&optional size) > + "Like `split-window-horizontally' but splits frame instead of window." > + (interactive "P") > + (split-window (frame-root-window) size t)) I don't think I understand what this is supposed to do. When testing it, it just splits the topmost window (no matter what window is selected), and I don't undertand why anybody would want that in particular. From unknown Fri Sep 12 18:17:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56767: New commands to split frame Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Jul 2022 12:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56767 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 56767@debbugs.gnu.org, Juri Linkov Received: via spool by 56767-submit@debbugs.gnu.org id=B56767.165883990615556 (code B ref 56767); Tue, 26 Jul 2022 12:52:02 +0000 Received: (at 56767) by debbugs.gnu.org; 26 Jul 2022 12:51:46 +0000 Received: from localhost ([127.0.0.1]:52587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGK2L-00042p-QI for submit@debbugs.gnu.org; Tue, 26 Jul 2022 08:51:46 -0400 Received: from mail-pj1-f65.google.com ([209.85.216.65]:46816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGK2G-00042K-Fi for 56767@debbugs.gnu.org; Tue, 26 Jul 2022 08:51:44 -0400 Received: by mail-pj1-f65.google.com with SMTP id q7-20020a17090a7a8700b001f300db8677so283087pjf.5 for <56767@debbugs.gnu.org>; Tue, 26 Jul 2022 05:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :user-agent:mime-version:content-transfer-encoding; bh=vVWPn3FpyeyD92Th4IZOt3BJrjpfpDlw4mgzNQGkZYc=; b=n1oifB3vT/3gmhN6ebft80A34xn+cNu7FV0D171a3LlQN2xFs+tPW50b0FqPRRKRkR u/oKUQ553kS3l8h7IgvhzOJ0ixIj2JFXCt7O312vrKNEYvDO3d+3Pz68R3ekk3snDXpj uvp6C8igyctV+vNyPrIYce9O5pMZm1qxpm5scQ8I1QgVTaA8VjSuDDEjBsx0D3+dNpnu gxgw5f3FlYWAlCB3smRVD7BfwehvxPNd+XP3NYF+X0SasBFVkA3xVWY6tsFmDr4XdbM8 Kmq/POSIeVcEa6UmUkApVBxb7xmW3fNYhkLv7Rzd6nUrqCCfgegdJMe23bv1DOMlPYtP 5RFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:user-agent:mime-version:content-transfer-encoding; bh=vVWPn3FpyeyD92Th4IZOt3BJrjpfpDlw4mgzNQGkZYc=; b=lSiTT6ide2LgK6B8heQc9H5fFGNJR5unPJZWQdGmMtdR/g8jZG/B6pFPTad3jf41fq A4rDKVdSWpU4M09NVPMhnxS1hqEY9eJZbCv+Ns9c17SalED0jp0Bv7S7ubd4yNOW1LmR CvD/bfGlVE9/0IS7F0Ha433DuG4/QOaKmuymWe8zdoyQCeN7rnckIhMkUJQoqd69Ka9z +Anfq9c+aCtz/1nYCariYZQ1dUYmewNM5nTUugHWWjXAP1WoKNmZGIMigRdTCGvI3RXc DH03cKIbWGpxmN805lADBK1yG2fbDFhZZZvPsd0Wfjksay0K7nVkXUDUyWNTFegHyAuH BHqg== X-Gm-Message-State: AJIora/OazPEMh3NghEFwJ/TiIcfMxRJPmza8/KMZWolYtYWtgyDZoEt z3PL+ushOt3VwB+iUeVVAhg= X-Google-Smtp-Source: AGRyM1v8sjVhmVIsPuOxtkM+Miofsonk+lmUVYwoi9Vi58nlTl9x0epgr8wxCAG+P2ITs17T4PzauA== X-Received: by 2002:a17:902:ab13:b0:16c:bc10:85a9 with SMTP id ik19-20020a170902ab1300b0016cbc1085a9mr16586505plb.7.1658839894726; Tue, 26 Jul 2022 05:51:34 -0700 (PDT) Received: from localhost ([49.205.81.176]) by smtp.gmail.com with ESMTPSA id r13-20020aa7962d000000b0052acb753b8bsm11514956pfg.158.2022.07.26.05.51.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 05:51:33 -0700 (PDT) From: Visuwesh In-Reply-To: <878rog2ghf.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 26 Jul 2022 14:41:48 +0200") References: <86bktddlnh.fsf@mail.linkov.net> <878rog2ghf.fsf@gnus.org> Date: Tue, 26 Jul 2022 18:21:24 +0530 Message-ID: <87y1wg82b7.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [=E0=AE=9A=E0=AF=86=E0=AE=B5=E0=AF=8D=E0=AE=B5=E0=AE=BE=E0=AE=AF=E0=AF=8D = =E0=AE=9C=E0=AF=82=E0=AE=B2=E0=AF=88 26, 2022] Lars Ingebrigtsen wrote: > I don't think I understand what this is supposed to do. When testing > it, it just splits the topmost window (no matter what window is > selected), and I don't undertand why anybody would want that in > particular. If the window configuration is like the following, +-----------------------------------------------------------------+ | | | A | | | | | | | | | +-----------------------------------------------------------------+ | | | | | B | | | | | | | +-----------------------------------------------------------------+ and you say M-x split-frame-horizontally, then you get +--------------------------------+--------------------------------+ | | | | | | | A | | | | | | | | +--------------------------------+ | | | C | | | | | | | | B | | | | | | | | | | | +--------------------------------+--------------------------------+ From unknown Fri Sep 12 18:17:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56767: New commands to split frame In-Reply-To: <86bktddlnh.fsf@mail.linkov.net> Resent-From: Pankaj Jangid Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Jul 2022 17:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56767 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 56767@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165885487831983 (code B ref -1); Tue, 26 Jul 2022 17:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Jul 2022 17:01:18 +0000 Received: from localhost ([127.0.0.1]:54294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGNvq-0008Jn-3p for submit@debbugs.gnu.org; Tue, 26 Jul 2022 13:01:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:36128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGNvm-0008Jd-AC for submit@debbugs.gnu.org; Tue, 26 Jul 2022 13:01:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGNvh-00077c-27 for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2022 13:01:13 -0400 Received: from ciao.gmane.io ([116.202.254.214]:51546) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGNvf-0005IJ-5Z for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2022 13:01:08 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1oGNvZ-0001aO-7h for bug-gnu-emacs@gnu.org; Tue, 26 Jul 2022 19:01:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ From: Pankaj Jangid Date: Tue, 26 Jul 2022 22:30:53 +0530 Message-ID: <878rofn70a.fsf@codeisgreat.org> References: <86bktddlnh.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:JahIVW7ez2rp0+1ayqbWlVRULdg= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geb-bug-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Juri Linkov writes: > Since we already have the commands to split the current window, > shouldn't we also have the commands to split the current frame: > and may be you would like to add aliases, just like split-window-horizontally -> split-window-right, split-window-vertically -> split-window-below From unknown Fri Sep 12 18:17:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56767: New commands to split frame Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Jul 2022 07:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56767 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Pankaj Jangid Cc: 56767@debbugs.gnu.org Received: via spool by 56767-submit@debbugs.gnu.org id=B56767.16589081987303 (code B ref 56767); Wed, 27 Jul 2022 07:50:02 +0000 Received: (at 56767) by debbugs.gnu.org; 27 Jul 2022 07:49:58 +0000 Received: from localhost ([127.0.0.1]:55017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGbnq-0001tj-4n for submit@debbugs.gnu.org; Wed, 27 Jul 2022 03:49:58 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:35021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGbnl-0001t9-3t for 56767@debbugs.gnu.org; Wed, 27 Jul 2022 03:49:56 -0400 Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 2B9E040005; Wed, 27 Jul 2022 07:49:45 +0000 (UTC) From: Juri Linkov In-Reply-To: <878rofn70a.fsf@codeisgreat.org> (Pankaj Jangid's message of "Tue, 26 Jul 2022 22:30:53 +0530") Organization: LINKOV.NET References: <86bktddlnh.fsf@mail.linkov.net> <878rofn70a.fsf@codeisgreat.org> Date: Wed, 27 Jul 2022 10:42:37 +0300 Message-ID: <86edy79f2q.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) >> Since we already have the commands to split the current window, >> shouldn't we also have the commands to split the current frame: > > and may be you would like to add aliases, just like > > split-window-horizontally -> split-window-right, > split-window-vertically -> split-window-below The word "below" is not quite correct because display-buffer-below-selected uses positioning relative to the current window. Whereas the corresponding function the uses the absolute positioning contains the word "bottom" in its name: display-buffer-at-bottom. So the right alias would be split-frame-at-bottom. Also display-buffer-in-direction supports the word "rightmost", so its counterpart alias would be split-frame-at-rightmost. Then why not add also split-frame-at-leftmost and split-frame-at-top? From unknown Fri Sep 12 18:17:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56767: New commands to split frame Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Jul 2022 09:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56767 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Visuwesh Cc: 56767@debbugs.gnu.org, Juri Linkov Received: via spool by 56767-submit@debbugs.gnu.org id=B56767.165891559429865 (code B ref 56767); Wed, 27 Jul 2022 09:54:02 +0000 Received: (at 56767) by debbugs.gnu.org; 27 Jul 2022 09:53:14 +0000 Received: from localhost ([127.0.0.1]:55218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGdj7-0007lc-Si for submit@debbugs.gnu.org; Wed, 27 Jul 2022 05:53:14 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGdj6-0007lP-86 for 56767@debbugs.gnu.org; Wed, 27 Jul 2022 05:53:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JioIERrlxvy8qv7No8Mk5/eeFnbGACazwxFSfXemaB0=; b=oJk89YR1a1qVQkjezDmQQT4iTj q4sc5wvbbkAxOXgc/sRdhdmH084I77khIucltZhWmUwbT5zdTPiyT0/73UzV4Ss9pFzMgMgPx14xQ xBK2brY7lD1PJLBpCeFEPvI5X7tq/KfCJivjBxNnzjujS/LOVQhpWNA/0q5vzaOJCsSw=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oGdiy-0006Pe-0k; Wed, 27 Jul 2022 11:53:06 +0200 From: Lars Ingebrigtsen In-Reply-To: <87y1wg82b7.fsf@gmail.com> (Visuwesh's message of "Tue, 26 Jul 2022 18:21:24 +0530") References: <86bktddlnh.fsf@mail.linkov.net> <878rog2ghf.fsf@gnus.org> <87y1wg82b7.fsf@gmail.com> X-Now-Playing: Simple Minds's _Sons and Fascination_: "70 Cities as Love Brings the Fall" Date: Wed, 27 Jul 2022 11:53:03 +0200 Message-ID: <8735emzxts.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Visuwesh writes: > and you say M-x split-frame-horizontally, then you get > > +++ > | | | > | | | > | A | | > | | | > | | | > + [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Visuwesh writes: > and you say M-x split-frame-horizontally, then you get > > +--------------------------------+--------------------------------+ > | | | > | | | > | A | | > | | | > | | | > +--------------------------------+ | > | | C | > | | | > | | | > | B | | > | | | > | | | > | | | > +--------------------------------+--------------------------------+ Oh, I see. Yes, then I think Juri's new commands look useful. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 09:58:46 2022 Received: (at control) by debbugs.gnu.org; 4 Aug 2022 13:58:46 +0000 Received: from localhost ([127.0.0.1]:54086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJbN8-0006zN-7X for submit@debbugs.gnu.org; Thu, 04 Aug 2022 09:58:46 -0400 Received: from mail-vk1-f172.google.com ([209.85.221.172]:44593) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJbN6-0006zA-9B for control@debbugs.gnu.org; Thu, 04 Aug 2022 09:58:45 -0400 Received: by mail-vk1-f172.google.com with SMTP id x184so7395353vka.11 for ; Thu, 04 Aug 2022 06:58:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=fuMrLTWNPnVW3Ev3IynN6Vc1EwgFXu1QWZ2f5mslQns=; b=Q4EAqw2t0JtD3EYxvRsvRNk5eZC2oaErHVqNvpK9Cbmdr2myiu4kLwSpP0CGIGGP30 Lhpa5dcMVHXm91yDx6TeGccr5DR02nZ+IjxK5DnD/RqIP5slmOGuNhjnO+l+uyoiAnuF wmhr8nLEpaZbYR7KcB3M3D/V8uE1f0Ped1FFzdv1P2lbfRK5OcnGKEBp3GMDpW+MPW/q gl3cAyyV4XWUkxMqK11pa2W6CpcwrcCzCPB7qz4amplPFgUBVFhHgXN/B805XPy7XVsg 0eOC4e5yKK41ox94j0Nu+e3xFPJwTIAHvAMu8ys+nq27SIUS1QGkmf4Fe8hL9NgrGXg+ Ib1g== X-Gm-Message-State: ACgBeo0VrCbiArO1uh4R0DbFDCm0qyRViMB/QMH7ecKTiwEBYltK3PHD fZH24DBbRDkECN2hmWy7D0+FKFotGuTizCeycW2XU17Q X-Google-Smtp-Source: AA6agR6TZklDCn7oH8gX1B7L5imIrQud42ozRDBNdxWzlOdxvRPYDF9B9q8VWdTzMm3wWoBWgqEEOajiJHi9/DIJEXU= X-Received: by 2002:a1f:6008:0:b0:377:2d2f:fee4 with SMTP id u8-20020a1f6008000000b003772d2ffee4mr921732vkb.30.1659621518835; Thu, 04 Aug 2022 06:58:38 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 4 Aug 2022 13:58:38 +0000 X-Hashcash: 1:21:220804:control@debbugs.gnu.org::RszZiWva5Apa61W2:1ikL From: Stefan Kangas MIME-Version: 1.0 Date: Thu, 4 Aug 2022 13:58:38 +0000 Message-ID: Subject: control message for bug #56767 To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) severity 56767 wishlist quit From unknown Fri Sep 12 18:17:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56767: New commands to split frame Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Sep 2022 18:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56767 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Visuwesh Cc: 56767@debbugs.gnu.org, Juri Linkov Received: via spool by 56767-submit@debbugs.gnu.org id=B56767.166240421428459 (code B ref 56767); Mon, 05 Sep 2022 18:57:01 +0000 Received: (at 56767) by debbugs.gnu.org; 5 Sep 2022 18:56:54 +0000 Received: from localhost ([127.0.0.1]:48846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVHHC-0007Ox-IA for submit@debbugs.gnu.org; Mon, 05 Sep 2022 14:56:54 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVHHB-0007Oj-Nn for 56767@debbugs.gnu.org; Mon, 05 Sep 2022 14:56:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=oSTBgH3DdZdqlHkua04a4Hqguf6jAXg1jZli6OWElqo=; b=nqSFdrnXjC84hdpjSoQS8eLDtM K3MDdhEes+ktAG8ctp9MOOWuTh62meUVCREyvRSWqUQuEKJvHRqHceeUQ3YpYKoKIdBcY/FYeJKq9 D0EANCKHl7Mux1UA//aqeQ9+jAvV/wLX9nlvgSVhTpZXtCmsv0g0s29B78nVu08YkbYQ=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oVHH3-0004Oi-9e; Mon, 05 Sep 2022 20:56:47 +0200 From: Lars Ingebrigtsen In-Reply-To: <8735emzxts.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 27 Jul 2022 11:53:03 +0200") References: <86bktddlnh.fsf@mail.linkov.net> <878rog2ghf.fsf@gnus.org> <87y1wg82b7.fsf@gmail.com> <8735emzxts.fsf@gnus.org> X-Now-Playing: The Rolling Stones's _Black and Blue_: "Memory Motel" Date: Mon, 05 Sep 2022 20:56:43 +0200 Message-ID: <87zgfd1wgk.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: I applied the patch series from bug#56791 instead, since they do the same. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) I applied the patch series from bug#56791 instead, since they do the same. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 05 14:57:01 2022 Received: (at control) by debbugs.gnu.org; 5 Sep 2022 18:57:01 +0000 Received: from localhost ([127.0.0.1]:48849 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVHHI-0007PF-SA for submit@debbugs.gnu.org; Mon, 05 Sep 2022 14:57:01 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVHHH-0007Ov-IQ for control@debbugs.gnu.org; Mon, 05 Sep 2022 14:56:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=nw8lBI1Nl5wvdb7jfL4yhx0ngKV2aBbdvIESy/b+ung=; b=CJlLfSdNEdyHc4yjXNK+YNWjL5 1VgDp77Tb7BTphp37w4njTzf0MydWx68XPDbkFIEIYmCii4clDXKkbiG/oQL6q51MRx/jflyAkWpr JDrJrL+eXODAkeUfnlSwBiqi58v9zy3DJDmifDzGJ+yU8E4xKC6IBLA2942g+/fhnxdc=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oVHH9-0004Or-R0 for control@debbugs.gnu.org; Mon, 05 Sep 2022 20:56:53 +0200 Date: Mon, 05 Sep 2022 20:56:49 +0200 Message-Id: <87y1ux1wge.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56767 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 56767 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 56767 29.1 quit