From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: More constrained balanace-windows? Date: Thu, 15 Sep 2022 14:09:43 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000000284ef05e8bb2758" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16308"; mail-complaints-to="usenet@ciao.gmane.io" To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 15 20:11:25 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 1oYtKe-00046F-Mw for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 20:11:24 +0200 Original-Received: from localhost ([::1]:45766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYtKd-0002d4-5G for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 14:11:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYtJG-0001lw-Eq for emacs-devel@gnu.org; Thu, 15 Sep 2022 14:09:58 -0400 Original-Received: from mail-pg1-f170.google.com ([209.85.215.170]:38756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oYtJE-0002ib-Sr for emacs-devel@gnu.org; Thu, 15 Sep 2022 14:09:58 -0400 Original-Received: by mail-pg1-f170.google.com with SMTP id t70so18032232pgc.5 for ; Thu, 15 Sep 2022 11:09:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=NS4/8lcHmsVxY3Sy5ZqMuVgBpkUFZLns6MaiXI5gO6Q=; b=xKgEZ4fjSruUZNwMXQfwxvdXhRQdd5cwL7Dm+r1rKirQdjQxrKoSg7SG53r+zD+pda t1RnZ3iEIzgiYrvtFEy7/jVDmCyHVN1tfsCDU2g4WmNvIUuEzEMdqFGYzyRlEFiK9UBd q7GlC12QrSOp7qwMbXZAin/5+wH6Oz/2P/kVkeEjvsIjSuYeBXLXVCBmBRZSlZ+meTDT 14YVSswspXKz2uDx1HKcodAHyxtisF4pUBxCMhEwBI/NfMMGVNQtG+ggJOLVfm12g7NM jyOb5frOvUagiyAi7bSzOzv0qnZ35nUe+g4Py0MN+4tws3ycSgqiLN4pG2RjRGjOxZQj RjZQ== X-Gm-Message-State: ACrzQf35zw+fVcn4hF5sPJiJVBaLOStdqxKQiV7cBuRj984GuZUobMcK IbmRPFE/ygZ4JUrzjPJTETPZq8eLUo0wMGkGE6dM+FsK X-Google-Smtp-Source: AMsMyM5VZ8uAeX6Q20XD2dphzPTYZyn/TS5wam30FnPlXgYiPpCX04CQkMnyn7Gyf8t7ktLLLuke//4CJoyRK9OHZcY= X-Received: by 2002:a05:6a00:1989:b0:546:410f:bdd2 with SMTP id d9-20020a056a00198900b00546410fbdd2mr1209556pfl.83.1663265394553; Thu, 15 Sep 2022 11:09:54 -0700 (PDT) Received-SPF: pass client-ip=209.85.215.170; envelope-from=john.yates.sheets@gmail.com; helo=mail-pg1-f170.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no 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:295439 Archived-At: --0000000000000284ef05e8bb2758 Content-Type: text/plain; charset="UTF-8" I use ^x-+ regularly but am frustrated by its global effect. What I think that I might prefer is a function that balances the immediate children of the current window's parent. Have I missed something? Does such a function already exist? If not, then could it? /john --0000000000000284ef05e8bb2758 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I use ^x-+ regularly but am frustrated by its global ef= fect.

What I think that I might prefer is a function t= hat balances the immediate children of the current window's=C2=A0parent= .

Have I missed something?=C2=A0 Does such a function = already exist?=C2=A0 If not, then could it?

/john
--0000000000000284ef05e8bb2758--