[gnu.emacs.gnus] How do I keep the message window BIG

ham@polya.stars.flab.Fujitsu.JUNET (Peter R. Ham) (10/20/88)

I just started using gnus and I like it alot.  I also like xrn.
Is there a version of xrn for X11 available somewhere?

I wish gnus could load a large newsgroup behind my back
while I look at the first few messages or so.

Also, how do I make the top or "newsgroup" window
bigger and stay bigger.  I like the newsgroup window
to be at least as big as the message window.

Peter
--

Peter Ham			PO Box 3430	(415) 321-5746
MS Computer Science Student	Stanford, CA	ham@polya.stanfor.edu
Stanford University 		94309

umerin@HPLABS.HP.COM (Masanobu UMEDA) (10/24/88)

   Date: 20 Oct 88 04:52:20 GMT
   From: flab!fgw!uunet!labrea.stanford.edu!polya!ham  (Peter R. Ham)

   Also, how do I make the top or "newsgroup" window
   bigger and stay bigger.  I like the newsgroup window
   to be at least as big as the message window.

I think you are talking about a window listing subjects in a
newsgroup. The following is a hook I'm using. The height of the window
is relative to entire window size of GNU Emacs.

(setq gnus-Subject-mode-hook
      '(lambda ()
	 (setq gnus-subject-lines-height (/ (window-height) 5))))