From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20484 invoked from network); 11 Apr 2022 03:05:32 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 11 Apr 2022 03:05:32 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ndkMr-002ihG-5q for ml@inbox.vuxu.org; Sun, 10 Apr 2022 22:05:29 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1ndkMq-0077mH-K1 for ml@inbox.vuxu.org; Sun, 10 Apr 2022 22:05:28 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1ndkMo-0077m8-Fr for ding@lists.math.uh.edu; Sun, 10 Apr 2022 22:05:26 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ndkMl-002ih1-2s for ding@lists.math.uh.edu; Sun, 10 Apr 2022 22:05:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=eUWH5jmJ6fc9mKSX46IB4ow44a6Zd5OP1bbOGcm38SA=; b=Bc/e6+5O3+MntZcmdn8OyypXEp iBAZHRYHrJUpe19fKxyZZucMGr93TsPJxqhb/1LzrH4yDIjxAaxLMxHJ36uuBA6MXOCar2xH+1nOv 5wjyiQJpSnQuMyPUJloKnS9XAQSgHj8ClY7Xacjcf5F4d2/3KI3ZOKiG6jnC8byq0a88=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ndkMc-000631-Eg for ding@gnus.org; Mon, 11 Apr 2022 05:05:17 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ndkMZ-0007Ws-Gg for ding@gnus.org; Mon, 11 Apr 2022 05:05:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: RFE for (gnus-configure-windows 'summary 'force): EOB at the window bottom Date: Sun, 10 Apr 2022 20:04:57 -0700 Message-ID: <87h770z5eu.fsf@ericabrahamsen.net> References: <87v8vgvm0t.fsf@gnu.org> 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:oKeF+AA/RPPPJLCs6LkZiXJzOVE= List-ID: Precedence: bulk Sam Steingold writes: > Gnus summary has a wonderful feature of keeping the window fully > occupied by summary lines. > Alas, "=" (gnus-summary-expand-window that calls (gnus-configure-windows > 'summary 'force)) may leave unused space at the bottom of the window > (i.e., the EOB is _not_ at the bottom of the window). > I wonder if there is a way to easily fix that. > cf. https://emacs.stackexchange.com/q/71312/795 which offers generic > code for that; I am sure there is an easier gnus-specific way. > Thanks. This isn't very helpful, but we've got both `gnus-recenter' (C-l) and `gnus-summary-recenter' (unbound by default), neither of which do what you want. It does seem like it would be a useful operation, perhaps as part of a larger "make everything look the way I want it" layout command.