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!