Gnus development mailing list
 help / color / mirror / Atom feed
From: sascha@meta-x.de (Sascha Lüdecke)
Subject: Re: 'Bug': gnus-use-tree window height and long articles
Date: Wed, 28 Nov 2001 05:59:43 +0000	[thread overview]
Message-ID: <m3r8qjiirj.fsf@xox.meta-x.de> (raw)
In-Reply-To: <m3r8qsyg2k.fsf@xox.meta-x.de>

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]


sascha@meta-x.de (Sascha Lüdecke) 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.

---------------------------------------------------------------------------

--- 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))))))))
 

---------------------------------------------------------------------------


Regards,
Sascha

-- 
I haven't lost my mind; it's backed up on tape somewhere!

[-- Attachment #2: Type: application/pgp-signature, Size: 239 bytes --]

  reply	other threads:[~2001-11-28  5:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-21  3:10 Sascha Lüdecke
2001-11-28  5:59 ` Sascha Lüdecke [this message]
2001-12-29  3:40   ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3r8qjiirj.fsf@xox.meta-x.de \
    --to=sascha@meta-x.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).