From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40569 Path: main.gmane.org!not-for-mail From: sascha@meta-x.de (Sascha =?iso-8859-1?q?L=FCdecke?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: 'Bug': gnus-use-tree window height and long articles Date: Wed, 28 Nov 2001 05:59:43 +0000 Organization: @ home Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1035176100 1626 80.91.224.250 (21 Oct 2002 04:55:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:55:00 +0000 (UTC) Return-Path: Original-Received: (qmail 16554 invoked from network); 28 Nov 2001 05:40:36 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 28 Nov 2001 05:40:36 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 168xPd-0001Sw-00; Tue, 27 Nov 2001 23:37:37 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 27 Nov 2001 23:37:22 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id XAA28448 for ; Tue, 27 Nov 2001 23:37:11 -0600 (CST) Original-Received: (qmail 16523 invoked by alias); 28 Nov 2001 05:37:19 -0000 Original-Received: (qmail 16518 invoked from network); 28 Nov 2001 05:37:19 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 28 Nov 2001 05:37:19 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 168xPl-0007aL-00 for ; Wed, 28 Nov 2001 06:37:45 +0100 Original-To: ding@gnus.org Original-Path: xox.meta-x.de Original-Newsgroups: gnus.ding Original-Lines: 54 Original-NNTP-Posting-Host: pd951e46f.dip.t-dialin.net Original-X-Trace: quimby2.netfonds.no 1006925865 29160 217.81.228.111 (28 Nov 2001 05:37:45 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 28 Nov 2001 05:37:45 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40569 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable sascha@meta-x.de (Sascha L=FCdecke) writes: > So these might need a fix (anyone with spare time out there?): > This patch makes gnus-configure-windows adjust the window heights. It's probably inefficient and at the wrong place, but works fine for me. =2D------------------------------------------------------------------------= -- =2D-- gnus-win.el Sun Oct 7 09:31:48 2001 +++ gnus-win.el-treepatch Wed Nov 28 04:54:02 2001 @@ -465,6 +465,11 @@ (switch-to-buffer nntp-server-buffer) (set-buffer nntp-server-buffer)) (gnus-configure-frame split) + (when (and gnus-tree-minimize-window + (get-buffer gnus-tree-buffer)) + (save-excursion + (set-buffer gnus-tree-buffer) + (gnus-tree-minimize))) (when gnus-window-frame-focus (select-frame (window-frame gnus-window-frame-focus)))))))) =20 =2D------------------------------------------------------------------------= -- Regards, Sascha =2D-=20 I haven't lost my mind; it's backed up on tape somewhere! --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwEfVIACgkQqI/9z8xhHuaXDgCeOCj2Ebn8YM619EMPI/NHP41Q MhAAn2RM8LH4E8RVyfKPX4G7fCOuFw+J =38/s -----END PGP SIGNATURE----- --=-=-=--