From unknown Tue Aug 19 01:10:47 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71915: 31.0.50; [PATCH] Fix balance-windows doc Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Jul 2024 12:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71915 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 71915@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172000901828261 (code B ref -1); Wed, 03 Jul 2024 12:17:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 Jul 2024 12:16:58 +0000 Received: from localhost ([127.0.0.1]:39061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOyuv-0007Lk-RW for submit@debbugs.gnu.org; Wed, 03 Jul 2024 08:16:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:34780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOyut-0007Lb-14 for submit@debbugs.gnu.org; Wed, 03 Jul 2024 08:16:56 -0400 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 1sOyuq-0007ia-E5 for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2024 08:16:52 -0400 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOyuj-0005S3-Fp for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2024 08:16:52 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=urhWX5D7 L+PXm0rH59814E+94qTafrrW0zsHIe3TYzk=; h=date:subject:to:from; d=ledu-giraud.fr; b=ERQMBQv9R5ZJTluiFrU9reCRQ7ew95+yI56+x4mJ4n/IyhtP6d aljvTG1KiV3WCbi78kOYc74ifTHpXS4LPbDg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=urhWX5D7L+PXm0rH 59814E+94qTafrrW0zsHIe3TYzk=; h=date:subject:to:from; d=ledu-giraud.fr; b=skv4+hOLJhueNaiYz988C5mHCBv8qgzrHKb2ibNHCEGJErxMyn 1wjRNLLu2wAYlf0+cvsqwjgeYWCMsD2663IsqvzGFws2GhsxKYsReiZ1spEFKsKrcKneMB PVviODV6S3SyCrsVZhijj7Fxm5KiT/41FCNmZ5LokqYwLwzEQ6FS+AuXD72gODnIqX7CHe dS5sc+O6m9Aprc5zElS+MU0wvPMo78tQIfXcBLqXfJiH65x2ic3uHpeGXHTb8IzKAOxOZj R+p7T/nMmT1QxTgvetOb+ykoASYO/AMFe/nqW9qxVPMzH/0PVdNtzZpAWHcbC+cRk3Sd2k C2tfDPTviLgg== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id eb4cc323 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 3 Jul 2024 14:16:39 +0200 (CEST) From: Manuel Giraud Date: Wed, 03 Jul 2024 14:16:38 +0200 Message-ID: <87cynun00p.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr 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, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) --=-=-= Content-Type: text/plain uuHHi, It seems that `balance-windows' banlances window's width too. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Fix-balance-windows-doc.patch >From 233bbfeae10e32b1163cd33810391850a3832703 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Wed, 3 Jul 2024 11:41:30 +0200 Subject: [PATCH] Fix `balance-windows' doc * doc/emacs/windows.texi (Change Window): `balance-windows' balances window's width too. --- doc/emacs/windows.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 5ad6850fed9..abff9497cd6 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -300,7 +300,7 @@ Change Window Shrink this window if its buffer doesn't need so many lines (@code{shrink-window-if-larger-than-buffer}). @item C-x + -Make all windows the same height (@code{balance-windows}). +Make all windows the same height and width (@code{balance-windows}). @end table @kindex C-x 0 @@ -374,7 +374,7 @@ Change Window @kindex C-x + @findex balance-windows You can also use @kbd{C-x +} (@code{balance-windows}) to even out the -heights of all the windows in the selected frame. +heights and widths of all the windows in the selected frame. @node Displaying Buffers @section Displaying a Buffer in a Window -- 2.45.2 --=-=-= Content-Type: text/plain In GNU Emacs 31.0.50 (build 1, x86_64-unknown-openbsd7.5) of 2024-07-03 built on computer Repository revision: 233bbfeae10e32b1163cd33810391850a3832703 Repository branch: mgi/typo Windowing system distributor 'The X.Org Foundation', version 11.0.12101013 System Description: OpenBSD computer 7.5 GENERIC.MP#156 amd64 Configured using: 'configure CC=egcc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib MAKEINFO=gmakeinfo --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=no --without-cairo --without-compress-install' Configured features: DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XFT XIM XINPUT2 XPM ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: ELisp/l Minor modes in effect: paredit-mode: t display-time-mode: t display-battery-mode: t desktop-save-mode: t server-mode: t override-global-mode: t repeat-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-1.7.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/31.0.50/lisp/theme-loaddefs Features: (pulse shortdoc comp-common help-fns radix-tree gnus-cite gnus-topic mm-archive url-cache utf-7 imap rfc2104 nndoc nndraft nnmh network-stream nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss descr-text shadow sort mail-extr emacsbug org-duration org-agenda mule-util org-indent vc-hg on-screen oc-basic org-element org-persist org-id org-element-ast inline avl-tree ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view filenotify jka-compr image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi gnus-icalendar org-capture org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-compat org-macs paredit hi-lock flymake warnings python sh-script smie treesit executable view conf-mode vc-dir ewoc vc vc-git diff-mode track-changes vc-dispatcher bug-reference texinfo texinfo-loaddefs make-mode vc-cvs vc-rcs log-view pcvs-util gnus-dired time battery cus-load desktop frameset exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server ef-kassio-theme ef-themes modus-operandi-theme modus-themes zone speed-type url-http url-auth url-gw nsm ytdious mpdired transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range gnus-win ebdb-message message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base timezone icalendar gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit web-mode derived disp-table erlang-start skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx trampver tramp-integration files-x tramp-message tramp-compat xdg shell pcomplete parse-time iso8601 time-date format-spec tramp-loaddefs slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep compat slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline pp comint ansi-osc ansi-color ring hyperspec thingatpt edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs pcase dired-x dired-aux dired dired-loaddefs use-package-core repeat easy-mmode calfw-autoloads calfw-cal-autoloads calfw-org-autoloads debbugs-autoloads ebdb-autoloads cl-extra help-mode ef-themes-autoloads exwm-autoloads hyperbole-autoloads kotl-autoloads hact set hhist on-screen-autoloads osm-autoloads paredit-autoloads rust-mode-autoloads info slime-autoloads macrostep-autoloads speed-type-autoloads transmission-autoloads xelb-autoloads ytdious-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting xinput2 x multi-tty move-toolbar make-network-process emacs) Memory information: ((conses 16 962445 579876) (symbols 48 67608 17) (strings 32 319376 7798) (string-bytes 1 9778462) (vectors 16 155754) (vector-slots 8 2220854 64149) (floats 8 680 504) (intervals 56 30476 471) (buffers 992 221)) -- Manuel Giraud --=-=-=-- From unknown Tue Aug 19 01:10:47 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Manuel Giraud Subject: bug#71915: closed (Re: bug#71915: 31.0.50; [PATCH] Fix balance-windows doc) Message-ID: References: <86o77a4wzm.fsf@gnu.org> <87cynun00p.fsf@ledu-giraud.fr> X-Gnu-PR-Message: they-closed 71915 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 71915@debbugs.gnu.org Date: Sat, 06 Jul 2024 10:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1720262942-7648-1" This is a multi-part message in MIME format... ------------=_1720262942-7648-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71915: 31.0.50; [PATCH] Fix balance-windows doc which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 71915@debbugs.gnu.org. --=20 71915: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71915 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1720262942-7648-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 71915-done) by debbugs.gnu.org; 6 Jul 2024 10:48:45 +0000 Received: from localhost ([127.0.0.1]:45642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQ2yC-0001yn-RX for submit@debbugs.gnu.org; Sat, 06 Jul 2024 06:48:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQ2yA-0001yT-D4 for 71915-done@debbugs.gnu.org; Sat, 06 Jul 2024 06:48:43 -0400 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 1sQ2y1-0000WV-0u; Sat, 06 Jul 2024 06:48:33 -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=fIpmM3Lau+wq0A+4vUousNeF7hsWPAjeAfWtSJuDV04=; b=anNo4WZb2Pfd SCxGP5HSiM3n6qTTzFbCoEcqky/fM8jeDOcWqDJH8ezt0rYFez7GWYvrsRP1/yQNeux4IYtJC2zmd QOI6kCagCygAG23mE2DtviX1G58FwwOiIMHXtBTRfwrpFY3MjWpZQUtMnSlESZINvnOBI6GVfF7oI MKavf/mlYEQEfy1TgTV/qzEqcCJWpm1p3+lqM+9jsxGnHtdVbI1NFA93u1ci4jONjey7hvZ8ejJuE fAMhZmwT42JC0rfnLBfhMOaUnS5TDRhWvWHV9KubGVkyQPQRpbdiK2sytiyaTyM/3nwAoCfTT3PEh hxj2vkLsCwOGIHoemsamXg==; Date: Sat, 06 Jul 2024 13:48:29 +0300 Message-Id: <86o77a4wzm.fsf@gnu.org> From: Eli Zaretskii To: Manuel Giraud In-Reply-To: <87cynun00p.fsf@ledu-giraud.fr> (bug-gnu-emacs@gnu.org) Subject: Re: bug#71915: 31.0.50; [PATCH] Fix balance-windows doc References: <87cynun00p.fsf@ledu-giraud.fr> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71915-done Cc: 71915-done@debbugs.gnu.org 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 (---) > Date: Wed, 03 Jul 2024 14:16:38 +0200 > From: Manuel Giraud via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > It seems that `balance-windows' banlances window's width too. Right, thanks for pointing out this inaccuracy in the manual. > >From 233bbfeae10e32b1163cd33810391850a3832703 Mon Sep 17 00:00:00 2001 > From: Manuel Giraud > Date: Wed, 3 Jul 2024 11:41:30 +0200 > Subject: [PATCH] Fix `balance-windows' doc > > * doc/emacs/windows.texi (Change Window): `balance-windows' > balances window's width too. Thanks. I found that "even out the heights and widths" and "make all windows the same height and width" to be inaccurate, so I fixed this on the emacs-30 release branch with a more detailed text which tries to explain the balancing act better. ------------=_1720262942-7648-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Jul 2024 12:16:58 +0000 Received: from localhost ([127.0.0.1]:39061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOyuv-0007Lk-RW for submit@debbugs.gnu.org; Wed, 03 Jul 2024 08:16:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:34780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOyut-0007Lb-14 for submit@debbugs.gnu.org; Wed, 03 Jul 2024 08:16:56 -0400 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 1sOyuq-0007ia-E5 for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2024 08:16:52 -0400 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOyuj-0005S3-Fp for bug-gnu-emacs@gnu.org; Wed, 03 Jul 2024 08:16:52 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=urhWX5D7 L+PXm0rH59814E+94qTafrrW0zsHIe3TYzk=; h=date:subject:to:from; d=ledu-giraud.fr; b=ERQMBQv9R5ZJTluiFrU9reCRQ7ew95+yI56+x4mJ4n/IyhtP6d aljvTG1KiV3WCbi78kOYc74ifTHpXS4LPbDg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=urhWX5D7L+PXm0rH 59814E+94qTafrrW0zsHIe3TYzk=; h=date:subject:to:from; d=ledu-giraud.fr; b=skv4+hOLJhueNaiYz988C5mHCBv8qgzrHKb2ibNHCEGJErxMyn 1wjRNLLu2wAYlf0+cvsqwjgeYWCMsD2663IsqvzGFws2GhsxKYsReiZ1spEFKsKrcKneMB PVviODV6S3SyCrsVZhijj7Fxm5KiT/41FCNmZ5LokqYwLwzEQ6FS+AuXD72gODnIqX7CHe dS5sc+O6m9Aprc5zElS+MU0wvPMo78tQIfXcBLqXfJiH65x2ic3uHpeGXHTb8IzKAOxOZj R+p7T/nMmT1QxTgvetOb+ykoASYO/AMFe/nqW9qxVPMzH/0PVdNtzZpAWHcbC+cRk3Sd2k C2tfDPTviLgg== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id eb4cc323 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 3 Jul 2024 14:16:39 +0200 (CEST) From: Manuel Giraud To: bug-gnu-emacs@gnu.org Subject: 31.0.50; [PATCH] Fix balance-windows doc X-Debbugs-Cc: Date: Wed, 03 Jul 2024 14:16:38 +0200 Message-ID: <87cynun00p.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr 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, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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.4 (--) --=-=-= Content-Type: text/plain uuHHi, It seems that `balance-windows' banlances window's width too. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Fix-balance-windows-doc.patch >From 233bbfeae10e32b1163cd33810391850a3832703 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Wed, 3 Jul 2024 11:41:30 +0200 Subject: [PATCH] Fix `balance-windows' doc * doc/emacs/windows.texi (Change Window): `balance-windows' balances window's width too. --- doc/emacs/windows.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 5ad6850fed9..abff9497cd6 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -300,7 +300,7 @@ Change Window Shrink this window if its buffer doesn't need so many lines (@code{shrink-window-if-larger-than-buffer}). @item C-x + -Make all windows the same height (@code{balance-windows}). +Make all windows the same height and width (@code{balance-windows}). @end table @kindex C-x 0 @@ -374,7 +374,7 @@ Change Window @kindex C-x + @findex balance-windows You can also use @kbd{C-x +} (@code{balance-windows}) to even out the -heights of all the windows in the selected frame. +heights and widths of all the windows in the selected frame. @node Displaying Buffers @section Displaying a Buffer in a Window -- 2.45.2 --=-=-= Content-Type: text/plain In GNU Emacs 31.0.50 (build 1, x86_64-unknown-openbsd7.5) of 2024-07-03 built on computer Repository revision: 233bbfeae10e32b1163cd33810391850a3832703 Repository branch: mgi/typo Windowing system distributor 'The X.Org Foundation', version 11.0.12101013 System Description: OpenBSD computer 7.5 GENERIC.MP#156 amd64 Configured using: 'configure CC=egcc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib MAKEINFO=gmakeinfo --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=no --without-cairo --without-compress-install' Configured features: DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XFT XIM XINPUT2 XPM ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: ELisp/l Minor modes in effect: paredit-mode: t display-time-mode: t display-battery-mode: t desktop-save-mode: t server-mode: t override-global-mode: t repeat-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-1.7.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/31.0.50/lisp/theme-loaddefs Features: (pulse shortdoc comp-common help-fns radix-tree gnus-cite gnus-topic mm-archive url-cache utf-7 imap rfc2104 nndoc nndraft nnmh network-stream nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss descr-text shadow sort mail-extr emacsbug org-duration org-agenda mule-util org-indent vc-hg on-screen oc-basic org-element org-persist org-id org-element-ast inline avl-tree ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view filenotify jka-compr image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi gnus-icalendar org-capture org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-compat org-macs paredit hi-lock flymake warnings python sh-script smie treesit executable view conf-mode vc-dir ewoc vc vc-git diff-mode track-changes vc-dispatcher bug-reference texinfo texinfo-loaddefs make-mode vc-cvs vc-rcs log-view pcvs-util gnus-dired time battery cus-load desktop frameset exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server ef-kassio-theme ef-themes modus-operandi-theme modus-themes zone speed-type url-http url-auth url-gw nsm ytdious mpdired transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range gnus-win ebdb-message message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base timezone icalendar gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit web-mode derived disp-table erlang-start skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx trampver tramp-integration files-x tramp-message tramp-compat xdg shell pcomplete parse-time iso8601 time-date format-spec tramp-loaddefs slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep compat slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline pp comint ansi-osc ansi-color ring hyperspec thingatpt edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs pcase dired-x dired-aux dired dired-loaddefs use-package-core repeat easy-mmode calfw-autoloads calfw-cal-autoloads calfw-org-autoloads debbugs-autoloads ebdb-autoloads cl-extra help-mode ef-themes-autoloads exwm-autoloads hyperbole-autoloads kotl-autoloads hact set hhist on-screen-autoloads osm-autoloads paredit-autoloads rust-mode-autoloads info slime-autoloads macrostep-autoloads speed-type-autoloads transmission-autoloads xelb-autoloads ytdious-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting xinput2 x multi-tty move-toolbar make-network-process emacs) Memory information: ((conses 16 962445 579876) (symbols 48 67608 17) (strings 32 319376 7798) (string-bytes 1 9778462) (vectors 16 155754) (vector-slots 8 2220854 64149) (floats 8 680 504) (intervals 56 30476 471) (buffers 992 221)) -- Manuel Giraud --=-=-=-- ------------=_1720262942-7648-1--