Path: utzoo!utgpu!water!watmath!uunet!tut.cis.ohio-state.edu!HPLABS.HP.COM!kddlab!photon.stars.flab.fujitsu.junet!umerin From: kddlab!photon.stars.flab.fujitsu.junet!umerin@HPLABS.HP.COM (Masanobu UMEDA) Newsgroups: gnu.emacs.gnus Subject: How do I keep the message window BIG Message-ID: <8810240950.AA01160@photon.stars.flab.fujitsu.junet> Date: 24 Oct 88 09:50:48 GMT References: Sender: daemon@tut.cis.ohio-state.edu Reply-To: info-gnus-english@tut.cis.ohio-state.edu Distribution: gnu Organization: The Internet Lines: 15 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))))