[gnu.emacs.gnus] Problem with GNUS using whole window

abair@turbinia.oakhill.uucp (Alan Bair) (07/15/89)

I am having trouble with GNUS taking over the entire window
of a multi-window emacs session.  I normally have
three windows in emacs and would like to run GNUS in
one of them.  It starts up fine and uses the
gnus-window-configuration to put the Newsgroups
and Subjects into 2 subwindows of the window I start
GNUS in.  However, as soon as I select an article to view 
it takes over the entire emacs window, but it does
follow my subwindow splits defined by the configuration
variable.

Did I miss soemthing in the manual or is it not really
possible to keep GNUS in a single window?  Here is part
of my ~/.emacs file.

(setq gnus-auto-select-first nil)
(setq gnus-use-full-window nil)
(setq gnus-window-configuration
	'((SelectNewsgroup (1 4 0))
	  (ExitNewsgroup (1 3 0))
	  (SelectArticle (0 1 4))
	  (ExpandSubject (0 1 0))))

Alan Bair
UUCP cs.utexas.edu!oakhill!turbinia!abair