Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!shelby!agate!ucbvax!tut.cis.ohio-state.edu!cs.utexas.edu!oakhill!abair From: abair@turbinia.oakhill.uucp (Alan Bair) Newsgroups: gnu.emacs.gnus Subject: Problem with GNUS using whole window Message-ID: Date: 14 Jul 89 18:41:49 GMT Sender: news@oakhill.UUCP Distribution: gnu Organization: SPS CAD, Motorola Inc., Austin, Texas. Lines: 25 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